All recipesClaude Template
A Pi coding-agent recipe inspired by Claude Code, with planning, verification, review, security, and specialized subagents.
Coding
Run it
git clone https://github.com/introspection-recipes/template-claude
cd template-claude
pi --recipe .
The clone is the install. Change anything in it and the next launch picks the change up, because Pi reads the directory rather than a built artifact.
What is inside
- 7 agents
- One definition each, with its own model, tools and instructions. The entry agent delegates to the rest.
- 5 skills
- Procedures the agent opens when a task calls for one, so the base prompt stays small.
- 2 extensions
- TypeScript tools, registered with Pi alongside its built-ins.