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:
Run npm run harness:start.
Read docs/harness/workflow.md.
Read the product specification named by the task.
Run npm run verify and read the failures. That output is the task.
Before declaring the task complete:
Run npm run verify.
If verification fails, use the output to fix the implementation and run it again.
Do not remove, skip, or weaken tests to obtain a passing result.
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.
{
"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.