Skip to content
Skillv1.0.0

demo_scaffold

Read `docs/index.md` before making changes.

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

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

See reviews

About

Imported from hoidn/agent-orchestration (examples/demo_scaffold/AGENTS.md). Install upstream with npx skills add hoidn/agent-orchestration --skill demo_scaffold. Copyright stays with the author.

AGENTS.md

Read docs/index.md before making changes.

Repo expectations:

  • Treat state/task.md as the canonical task description.
  • Write plans under docs/plans/ before large edits.
  • Keep changes scoped to the task; avoid unrelated refactors.
  • Run visible checks before claiming completion.
  • Prefer the narrowest relevant pytest selectors first.
  • If you add or rename tests, run pytest --collect-only on those modules.
  • Run commands from the repo root so paths and imports resolve consistently.
  • Record what you changed and how you verified it.

Do not assume success from inspection alone when runnable checks are available. Do not weaken verification just to make a failure disappear.

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/hoidn-agent-orchestration-demo-scaffold/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.

hoidn-agent-orchestration-demo-scaffold.ocm.jsonjson
{
  "ocm": "1",
  "id": "hoidn-agent-orchestration-demo-scaffold",
  "kind": "skill",
  "name": "demo_scaffold",
  "description": "Read `docs/index.md` before making changes.",
  "publisher": "hoidn",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read `docs/index.md` before making changes."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/hoidn/agent-orchestration",
      "path": "examples/demo_scaffold/AGENTS.md",
      "ref": "02a7bd437e59fc294e817dab16e2e18938f08277",
      "url": "https://github.com/hoidn/agent-orchestration/blob/02a7bd437e59fc294e817dab16e2e18938f08277/examples/demo_scaffold/AGENTS.md",
      "key": "hoidn/agent-orchestration/examples/demo_scaffold/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nRead `docs/index.md` before making changes.\n\nRepo expectations:\n- Treat `state/task.md` as the canonical task description.\n- Write plans under `docs/plans/` before large edits.\n- Keep changes scoped to the task; avoid unrelated refactors.\n- Run visible checks before claiming completion.\n- Prefer the narrowest relevant `pytest` selectors first.\n- If you add or rename tests, run `pytest --collect-only` on those modules.\n- Run commands from the repo root so paths and imports resolve consistently.\n- Record what you changed and how you verified it.\n\nDo not assume success from inspectio",
  "cost": {
    "context_tokens": 176
  }
}

Fetch it by URL: GET /api/v1/registry/hoidn-agent-orchestration-demo-scaffold/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.