원클릭으로
pi
Pi documentation pointers. Use when the user asks about pi itself, its SDK, extensions, themes, skills, or TUI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pi documentation pointers. Use when the user asks about pi itself, its SDK, extensions, themes, skills, or TUI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
CLI tool for interacting with MCP (Model Context Protocol) servers. Use when invoking MCP tools, managing MCP servers, or working with MCP-based APIs. Triggers on "MCP server", "mcpli", "invoke MCP tool", or any MCP server interaction.
Use when executing a plan or implementing a coding task. Turns a plan or clear request into working code, tests, and verification.
Use for researching, checking facts, looking things online, comparing options, etc.
Use when asked to plan a coding task. Produces a written implementation plan (research plus steps) for a code change.
Use before performing a rebase or resolving rebase conflicts.
Use when opening a pull request, pushing changes for review, or when the user says "open PR", "create PR", "send for review", or "get this merged".
| name | pi |
| description | Pi documentation pointers. Use when the user asks about pi itself, its SDK, extensions, themes, skills, or TUI. |
The pi repo lives at $WORKSPACE/earendil-works/pi. 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 |
|---|---|
| Quickstart | docs/quickstart.md |
| Usage | docs/usage.md |
| Settings | docs/settings.md |
| Providers (OAuth / API key) | docs/providers.md |
| Custom providers | docs/custom-provider.md |
| Adding models | docs/models.md |
| Extensions | docs/extensions.md, examples/extensions/ |
| Prompt templates | docs/prompt-templates.md |
| Skills | docs/skills.md |
| Themes | docs/themes.md |
| TUI components | docs/tui.md |
| Keybindings | docs/keybindings.md |
| SDK integrations | docs/sdk.md |
| RPC mode | docs/rpc.md |
| JSON event stream mode | docs/json.md |
| Sessions | docs/sessions.md |
| Session file format | docs/session-format.md |
| Compaction & branch summaries | docs/compaction.md |
| Containerization / sandboxing | docs/containerization.md |
| Pi packages | docs/packages.md |
| Shell aliases | docs/shell-aliases.md |
| Terminal setup | docs/terminal-setup.md |
| tmux setup | docs/tmux.md |
| Termux (Android) | docs/termux.md |
| Windows setup | docs/windows.md |
| Developing pi itself | docs/development.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).