agents/skills/pi/SKILL.md
Pi documentation pointers. Use when the user asks about pi itself, its SDK, extensions, themes, skills, or TUI.
npx skillsauth add juanibiapina/dotfiles piInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The pi-mono repo lives at $WORKSPACE/badlogic/pi-mono. Docs and examples live under the coding-agent package:
packages/coding-agent/README.mdpackages/coding-agent/docs/packages/coding-agent/examples/ (extensions, custom tools, SDK)| Topic | Where to read |
|---|---|
| Extensions | docs/extensions.md, examples/extensions/ |
| Themes | docs/themes.md |
| Skills | docs/skills.md |
| Prompt templates | docs/prompt-templates.md |
| TUI components | docs/tui.md |
| Keybindings | docs/keybindings.md |
| SDK integrations | docs/sdk.md |
| Custom providers | docs/custom-provider.md |
| Adding models | docs/models.md |
| Pi packages | docs/packages.md |
When working on pi topics, read the docs and examples, and follow .md cross-references before implementing. Read pi .md files completely and follow links to related docs (e.g. tui.md for TUI API details).
development
My end-to-end development flow for any change. Use when fixing a bug, building a feature, or shipping any code change from understanding through production verification.
development
Creating plans. Use it for planning code changes.
tools
Send a message to another running pi session via its Unix socket. Use when the user wants to hand off context to another session, continue a conversation elsewhere, or notify another pi instance.
data-ai
Use when adding, installing, removing, or managing agent skills in this dotfiles repo. Triggers on "add skill", "install skill", "remove skill", "delete skill", "new skill", "manage skills", or any skill management task.