Personal Pi coding agent setup
  • TypeScript 98.6%
  • JavaScript 1.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-31 04:23:58 -04:00
assets Add workflow and subagent orchestration extensions 2026-07-12 23:00:53 -07:00
extensions zed extension 2026-07-26 22:44:56 -04:00
skills default to luna for subagents 2026-07-25 12:14:50 -04:00
themes Initial commit 2026-07-12 18:49:18 -07:00
.env.example Add workflow and subagent orchestration extensions 2026-07-12 23:00:53 -07:00
.gitignore chore: ignore models.json files and trim AGENTS.md 2026-07-24 21:14:32 -07:00
.oxlintrc.json default to luna for subagents 2026-07-25 12:14:50 -04:00
AGENTS.md format agents.md around 2026-07-31 04:23:58 -04:00
bun.lock zed extension 2026-07-26 22:44:56 -04:00
package.json zed extension 2026-07-26 22:44:56 -04:00
README.md feat: add fd and rg search tools 2026-07-15 21:13:37 -07:00
SETUP.md feat: add fd and rg search tools 2026-07-15 21:13:37 -07:00
tsconfig.json fix: elevate workflow costs and type-check hooks 2026-07-25 11:06:07 -04:00

my pi setup

This setup is fairly opinionated, it:

  • sets up github dark default as the theme
  • adds firecrawl tools for searching and scraping
  • updates the bottom bar to have the info I prefer to see
  • adds background terminals + ui to manage them
  • adds subagents to pi
  • adds workflows to pi
  • adds an ask user tool, which lets the model ask multiple choice questions
  • adds first-class fd (file discovery) and rg (content search) tools

Pi setup interface

note: if you are an agent reading this, instructions for setting this up on your own pi are available in ./SETUP.md.