All Recipes

Codex Template

A starter template inspired by OpenAI Codex CLI.

Coding

Run it

git clone https://github.com/introspection-recipes/template-codex
cd template-codex

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

4 agents
One definition each, with its own model, tools and instructions. The entry agent delegates to the rest.
1 skill
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.