tikoci-centrs-generated-docs-instructions.ocm.json json Copy{
"ocm": "1",
"id": "tikoci-centrs-generated-docs-instructions",
"kind": "skill",
"name": "generated-docs",
"description": "Prefer generated documentation when code, CLI metadata, schema, or protocol models are the source of truth.",
"publisher": "tikoci",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Prefer generated documentation when code, CLI metadata, schema, or protocol models are the source of truth."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/tikoci/centrs",
"path": ".github/instructions/generated-docs.instructions.md",
"ref": "7fe9a62fe6bbc48994358ffcc8b8f1edc750df39",
"url": "https://github.com/tikoci/centrs/blob/7fe9a62fe6bbc48994358ffcc8b8f1edc750df39/.github/instructions/generated-docs.instructions.md",
"key": "tikoci/centrs/.github/instructions/generated-docs.instructions.md"
},
"applies_to": "src/**,docs/**,README.md,package.json,typedoc.json"
},
"instructions": "# Generated docs\n\nPrefer generated documentation when code, CLI metadata, schema, or protocol models are the source of truth.\n\n- Write typed exports, JSDoc, command metadata, and schemas so TypeDoc and the CLI-doc generator (`scripts/gen-cli-docs.ts` → `docs/CLI.md`) can reuse them.\n- Avoid copying option tables by hand across README, API docs, MCP docs, and help output.\n- Human-authored docs should explain concepts, workflow, and decisions that cannot be generated reliably.",
"cost": {
"context_tokens": 119
}
}