Skip to content
Skillv1.0.0

demo

Before changing code:

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

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

See reviews

About

Imported from gilbertsahumada/youtube-tutorials (videos/harness-engineering/demo/AGENTS.md). Install upstream with npx skills add gilbertsahumada/youtube-tutorials --skill demo. Copyright stays with the author.

Project instructions

Before changing code:

  1. Run npm run harness:start.
  2. Read docs/harness/workflow.md.
  3. Read the product specification named by the task.
  4. Run npm run verify and read the failures. That output is the task.

Before declaring the task complete:

  1. Run npm run verify.
  2. If verification fails, use the output to fix the implementation and run it again.
  3. Do not remove, skip, or weaken tests to obtain a passing result.
  4. Report the real verification output and any remaining limitation.

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/gilbertsahumada-youtube-tutorials-demo/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.

gilbertsahumada-youtube-tutorials-demo.ocm.jsonjson
{
  "ocm": "1",
  "id": "gilbertsahumada-youtube-tutorials-demo",
  "kind": "skill",
  "name": "demo",
  "description": "Before changing code:",
  "publisher": "gilbertsahumada",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Before changing code:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/gilbertsahumada/youtube-tutorials",
      "path": "videos/harness-engineering/demo/AGENTS.md",
      "ref": "a6bef8465f35c20ee60a1bb7e0a6ab34a3776487",
      "url": "https://github.com/gilbertsahumada/youtube-tutorials/blob/a6bef8465f35c20ee60a1bb7e0a6ab34a3776487/videos/harness-engineering/demo/AGENTS.md",
      "key": "gilbertsahumada/youtube-tutorials/videos/harness-engineering/demo/AGENTS.md"
    }
  },
  "instructions": "# Project instructions\n\nBefore changing code:\n\n1. Run `npm run harness:start`.\n2. Read `docs/harness/workflow.md`.\n3. Read the product specification named by the task.\n4. Run `npm run verify` and read the failures. That output is the task.\n\nBefore declaring the task complete:\n\n1. Run `npm run verify`.\n2. If verification fails, use the output to fix the implementation and run it again.\n3. Do not remove, skip, or weaken tests to obtain a passing result.\n4. Report the real verification output and any remaining limitation.",
  "cost": {
    "context_tokens": 131
  }
}

Fetch it by URL: GET /api/v1/registry/gilbertsahumada-youtube-tutorials-demo/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.