Help us improve
Share bugs, ideas, or general feedback.
From pi-skill
Guides embedding @mariozechner/pi-agent-core Agent runtime in apps: message flows, tool execution modes (parallel/sequential), events for prompt/continue, subscriber wiring. For TypeScript integrations and debugging tool loops.
npx claudepluginhub romiluz13/pi-agent-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/pi-skill:pi-agent-embeddingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. `pi-mono/packages/agent/README.md` — Agent options, event tables, tool parallel vs sequential, `convertToLlm` / `transformContext` flow diagram.
Integrates Pi coding agent via headless RPC JSONL over stdin/stdout with strict LF framing, --mode json event streaming, or Node SDK embedding using AgentSession and ModelRegistry.
Guides agent development for Claude Code plugins: file format, YAML frontmatter (name, description, model, color, tools), triggering examples, naming rules, and best practices.
Guides creation and configuration of autonomous agents for Claude Code plugins, covering frontmatter, triggering descriptions, system prompts, tools, teams, permissions, and best practices.
Share bugs, ideas, or general feedback.
@mariozechner/pi-agent-core)pi-mono/packages/agent/README.md — Agent options, event tables, tool parallel vs sequential, convertToLlm / transformContext flow diagram.pi-mono/packages/coding-agent/examples/sdk/ — integration patterns (README.md index + numbered examples).pi-mono/packages/coding-agent/docs/sdk.md — higher-level SDK documentation when present.message_end before tool preflight) are specified in pi-mono/packages/agent/README.md; cite that file instead of restating from memory.examples/sdk/ depending on user needs; always point to concrete example filenames under pi-mono/packages/coding-agent/examples/sdk/.Agent without reading agent-session.ts when the question is about the CLI harness specifically — route CLI questions to pi-cli-workspace after citing boundaries from READMEs.