smkent-bdbox-bdbox.ocm.jsonjson {
"ocm": "1",
"id": "smkent-bdbox-bdbox",
"kind": "skill",
"name": "bdbox",
"description": "Environment/Tools",
"publisher": "smkent",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Environment/Tools"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/smkent/bdbox",
"path": "AGENTS.md",
"ref": "d4f2a897e1cfc4728ce08a37fa22d0778d705935",
"url": "https://github.com/smkent/bdbox/blob/d4f2a897e1cfc4728ce08a37fa22d0778d705935/AGENTS.md",
"key": "smkent/bdbox/AGENTS.md"
}
},
"instructions": "# Environment/Tools\n\n* Python project with `uv`, use `uv add`/`uv run python` instead of bare `pip`/`python`\n* `poe setup`: One-time after-clone setup (dependencies, install pre-commit hooks).\n* `poe lint`: Pre-commit hooks (via `pre-commit`-compatible `prek`) including lint, format, type check (ruff, ty)\n* `poe test`: Run tests (accepts pytest arguments)\n* `poe lt`: Lint+test (no arguments)\n* `poe snapup`: Update test snapshots (syrupy, accepts pytest arguments)",
"cost": {
"context_tokens": 116
}
}