Skip to content
Skillv1.0.0

pi-side-agents

AGENTS quick context

by pasky(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from pasky/pi-side-agents (AGENTS.md). Install upstream with npx skills add pasky/pi-side-agents. Copyright stays with the author.

AGENTS quick context

  • Package: pi-side-agents (Pi extension + skill for parallel child-agent orchestration).
  • Core code: extensions/side-agents.ts; setup skill: skills/agent-setup/SKILL.md.
  • Public contract to preserve: /agent, /agents, /agent-resume, tools agent-start, agent-check, agent-wait-any, agent-send.
  • Runtime assumptions: tmux + git worktrees; shared registry at .pi/side-agents/registry.json.
  • Validation: npm run test:unit and (real-runtime) npm run test:integration.
  • Always commit completed work before reporting the task done.

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/pasky-pi-side-agents-pi-side-agents/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.

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
  }
}

Fetch it by URL: GET /api/v1/registry/pasky-pi-side-agents-pi-side-agents/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.