All Recipes

Claude Template

A starter template inspired by Claude Code.

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.