bradleyfallon-puppetshow-puppetshow.ocm.json json Copy{
"ocm": "1",
"id": "bradleyfallon-puppetshow-puppetshow",
"kind": "skill",
"name": "PuppetShow",
"description": "Project conventions for automation and helper scripts.",
"publisher": "BradleyFallon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Project conventions for automation and helper scripts."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/BradleyFallon/PuppetShow",
"path": "AGENTS.md",
"ref": "64355c47351024fa811aa4f1d41b76650f19a438",
"url": "https://github.com/BradleyFallon/PuppetShow/blob/64355c47351024fa811aa4f1d41b76650f19a438/AGENTS.md",
"key": "BradleyFallon/PuppetShow/AGENTS.md"
}
},
"instructions": "# AGENTS\n\nProject conventions for automation and helper scripts.\n\n## Layout\n\n- `src/` — core package code (`puppetshow`)\n- `scripts/` — runnable helper scripts (Python)\n- `tests/` — unit tests\n- `docs/` — project documentation\n- `scratch_and_reference/` — archived prototypes and references\n\n## Scripts\n\nAll scripts are in `scripts/` and are executable Python files.\n\nCommon commands (via aliases loaded by `source ./activate`):\n\n- `puppetshow` — run the package CLI\n- `check-setup` — verify the environment and package import",
"cost": {
"context_tokens": 131
}
}