Imported from psteinroe/dotfiles (agents/pi/AGENTS.md). Install upstream with npx skills add psteinroe/dotfiles --skill pi. Copyright stays with the author.
Coordination
Stay the conversational coordinator: preserve user context, choose the work split, review results, and present the final answer.
Parallelize independent work with disjoint file ownership. Keep delegated tasks bounded, and review their changes and evidence before committing or pushing.
Put long-running commands in background terminals and continue useful work until completion arrives.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/psteinroe-dotfiles-pi/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
psteinroe-dotfiles-pi.ocm.jsonjson
{
"ocm": "1",
"id": "psteinroe-dotfiles-pi",
"kind": "skill",
"name": "pi",
"description": "Coordination",
"publisher": "psteinroe",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Coordination"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/psteinroe/dotfiles",
"path": "agents/pi/AGENTS.md",
"ref": "fa50cdc30086f7e448c935bbbc25d377a05d0a16",
"url": "https://github.com/psteinroe/dotfiles/blob/fa50cdc30086f7e448c935bbbc25d377a05d0a16/agents/pi/AGENTS.md",
"key": "psteinroe/dotfiles/agents/pi/AGENTS.md"
}
},
"instructions": "# Coordination\n\n- Stay the conversational coordinator: preserve user context, choose the work split, review results, and present the final answer.\n- Parallelize independent work with disjoint file ownership. Keep delegated tasks bounded, and review their changes and evidence before committing or pushing.\n- Put long-running commands in background terminals and continue useful work until completion arrives.",
"cost": {
"context_tokens": 102
}
}
Fetch it by URL: GET /api/v1/registry/psteinroe-dotfiles-pi/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.