pasky-pi-side-agents-pi-side-agents.ocm.jsonjson {
"ocm": "1",
"id": "pasky-pi-side-agents-pi-side-agents",
"kind": "skill",
"name": "pi-side-agents",
"description": "AGENTS quick context",
"publisher": "pasky",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AGENTS quick context"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/pasky/pi-side-agents",
"path": "AGENTS.md",
"ref": "692f959d785926cad628b23d8d906087b3d5b83d",
"url": "https://github.com/pasky/pi-side-agents/blob/692f959d785926cad628b23d8d906087b3d5b83d/AGENTS.md",
"key": "pasky/pi-side-agents/AGENTS.md"
}
},
"instructions": "# AGENTS quick context\n\n- Package: `pi-side-agents` (Pi extension + skill for parallel child-agent orchestration).\n- Core code: `extensions/side-agents.ts`; setup skill: `skills/agent-setup/SKILL.md`.\n- Public contract to preserve: `/agent`, `/agents`, `/agent-resume`, tools `agent-start`, `agent-check`, `agent-wait-any`, `agent-send`.\n- Runtime assumptions: `tmux` + git worktrees; shared registry at `.pi/side-agents/registry.json`.\n- Validation: `npm run test:unit` and (real-runtime) `npm run test:integration`.\n- Always commit completed work before reporting the task done.",
"cost": {
"context_tokens": 145
}
}