This repository contains my sensible defaults for pi coding agent.
npm install -g @mariozechner/pi-coding-agentAGENTS.md— Global instructions (loaded at startup)skills/— Skill definitions (SKILL.md format, assembled from shared)shared/— Shared AI config submodule (dotbrains/shared-ai-config)extensions/— Custom TypeScript extensionsprompts/— Prompt templates (Markdown with{{variables}})themes/— Custom themes
| Skill | Purpose |
|---|---|
ship |
Commit, push, and open a PR |
The contents of this repository should be placed in ~/.pi/agent/.
git clone --recursive https://github.com/dotbrains/pi.git $HOME/.pi/agentSkill body content is shared with Claude Code, OpenCode, and Codex CLI via the shared-ai-config submodule. To update after shared content changes:
git submodule update --remote shared
./shared/assemble.sh piThis project is licensed under the PolyForm Shield License 1.0.0 -- see LICENSE for details.