Skip to content
Skillv1.0.0

sdnext

For specific SKILLS, also review the relevant skill files specified in `.github/skills/README.md` and listed `.github/skills/*/SKILL.md`

by vladmandic(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from vladmandic/sdnext (AGENTS.md). Install upstream with npx skills add vladmandic/sdnext. Copyright stays with the author.

SD.Next: AGENTS.md Project Guidelines

SD.Next is a complex codebase with specific patterns and conventions:

  • Read main instructions file .github/copilot-instructions.md for general project guidelines, tools, structure, style, and conventions.
  • For core tasks, also review instructions .github/instructions/core.instructions.md
  • For UI tasks, also review instructions .github/instructions/ui.instructions.md

For specific SKILLS, also review the relevant skill files specified in .github/skills/README.md and listed .github/skills/*/SKILL.md

For specific GUIDELINES, also review the relevant guideline files specified in wiki/Dev-*.md and listed in wiki/Dev-Home.md

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/vladmandic-sdnext-sdnext/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

vladmandic-sdnext-sdnext.ocm.jsonjson
{
  "ocm": "1",
  "id": "vladmandic-sdnext-sdnext",
  "kind": "skill",
  "name": "sdnext",
  "description": "For specific SKILLS, also review the relevant skill files specified in `.github/skills/README.md` and listed `.github/skills/*/SKILL.md`",
  "publisher": "vladmandic",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "For specific SKILLS, also review the relevant skill files specified in `.github/skills/README.md` and listed `.github/skills/*/SKILL.md`"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/vladmandic/sdnext",
      "path": "AGENTS.md",
      "ref": "684940e015911efab2911667231946d91fef9f50",
      "url": "https://github.com/vladmandic/sdnext/blob/684940e015911efab2911667231946d91fef9f50/AGENTS.md",
      "key": "vladmandic/sdnext/AGENTS.md"
    }
  },
  "instructions": "# SD.Next: AGENTS.md Project Guidelines\n\n**SD.Next** is a complex codebase with specific patterns and conventions:\n- Read main instructions file `.github/copilot-instructions.md` for general project guidelines, tools, structure, style, and conventions.\n- For core tasks, also review instructions `.github/instructions/core.instructions.md`\n- For UI tasks, also review instructions `.github/instructions/ui.instructions.md`\n\nFor specific SKILLS, also review the relevant skill files specified in `.github/skills/README.md` and listed `.github/skills/*/SKILL.md`\n\nFor specific GUIDELINES, also review t",
  "cost": {
    "context_tokens": 172
  }
}

Fetch it by URL: GET /api/v1/registry/vladmandic-sdnext-sdnext/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.