hellhellpnick-context-graph-agents-instructions.ocm.json json Copy{
"ocm": "1",
"id": "hellhellpnick-context-graph-agents-instructions",
"kind": "skill",
"name": "agents",
"description": "Mirror — `src/cli/commands/agents.ts`",
"publisher": "hellhellpnick",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Mirror — `src/cli/commands/agents.ts`"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/hellhellpnick/context-graph",
"path": ".github/instructions/src/cli/commands/agents.instructions.md",
"ref": "7fe6a1d1fd3ba952c7a3f7eb05e3a6667a6defaa",
"url": "https://github.com/hellhellpnick/context-graph/blob/7fe6a1d1fd3ba952c7a3f7eb05e3a6667a6defaa/.github/instructions/src/cli/commands/agents.instructions.md",
"key": "hellhellpnick/context-graph/.github/instructions/src/cli/commands/agents.instructions.md"
},
"applies_to": "src/cli/commands/agents.ts"
},
"instructions": "## When to Read\n- editing or refactoring `agents.ts`\n\n## Overview\n- `src/cli/commands/agents.ts` (86 lines · 1 top-level symbols) — Mirror — `src/cli/commands/agents.ts`\n\n## Graph\n```mermaid\ngraph LR\n agents[agents]\n agents --> io[io]\n agents --> project_root[project-root]\n agents --> scanner[scanner]\n agents --> chalk[\"chalk\"]\n agents --> commander[\"commander\"]\n agents --> ora[\"ora\"]\n```\n\n## Signatures\n\n```typescript\n// ── src/cli/commands/agents.ts ──\nexport function registerAgentsCommand(program: Command): void { /* ~77 lines */ }\n\n\n// CLI commands:\n// agents\n```\n\n## Dependencies\n*",
"cost": {
"context_tokens": 181
}
}