Agent Skills: pi-docs

Pi documentation (read only when the user asks about pi itself, its SDK, extensions, themes, skills, or TUI)

UncategorizedID: 0xKahi/dotfiles/pi-docs

Install this agent skill to your local

pnpm dlx add-skill https://github.com/0xKahi/dotfiles/tree/HEAD/opencode/skills/pi-docs

Skill Files

Browse the full folder contents for pi-docs.

Download Skill

Loading file tree…

opencode/skills/pi-docs/SKILL.md

Skill Metadata

Name
pi-docs
Description
Pi documentation (read only when the user asks about pi itself, its SDK, extensions, themes, skills, or TUI)
  • Main documentation: /Users/kahi/.bun/install/global/node_modules/@earendil-works/pi-coding-agent/README.md
  • Additional docs: /Users/kahi/.bun/install/global/node_modules/@earendil-works/pi-coding-agent/docs
  • Examples: /Users/kahi/.bun/install/global/node_modules/@earendil-works/pi-coding-agent/examples (extensions, custom tools, SDK)
  • When reading pi docs or examples, resolve docs/... under Additional docs and examples/... under Examples, not the current working directory
  • When asked about: 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
  • Always read pi .md files completely and follow links to related docs (e.g., tui.md for TUI API details)