magicpro97-videoforge-development-instructions.ocm.json json Copy{
"ocm": "1",
"id": "magicpro97-videoforge-development-instructions",
"kind": "skill",
"name": "development",
"description": "VideoForge Development",
"publisher": "magicpro97",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"VideoForge Development"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/magicpro97/videoforge",
"path": ".github/instructions/development.instructions.md",
"ref": "07a4c90a05350ed6f443bcc515f1eab1a771a114",
"url": "https://github.com/magicpro97/videoforge/blob/07a4c90a05350ed6f443bcc515f1eab1a771a114/.github/instructions/development.instructions.md",
"key": "magicpro97/videoforge/.github/instructions/development.instructions.md"
}
},
"instructions": "# VideoForge Development\n\n## Build & Test\n- `npm run build` — Compile TypeScript\n- `npm test` — Run tests with coverage (100% threshold)\n- `npm run dev` — Build + run\n\n## Conventions\n- ESM modules with `.js` extensions in imports\n- Dynamic imports for chalk and ora\n- 100% test coverage enforced\n- Tests use `--pool=forks --poolOptions.forks.maxForks=1`",
"cost": {
"context_tokens": 88
}
}