This repository contains skills and extensions that I use across projects. Note that I often fine-tune these for specific repos, so some items may need small adjustments before reuse.
It is released on npm as mitsupi for use with the Pi package loader.
All skills live in the skills folder:
/anachb- Query Austrian public transport (VOR AnachB) for departures, routes, and disruptions./apple-mail- Search/read Apple Mail local storage and extract attachments./commit- Create git commits using concise Conventional Commits-style subjects./frontend-design- Design and implement distinctive frontend interfaces./ghidra- Reverse engineer binaries using Ghidra's headless analyzer./github- Interact with GitHub using theghCLI (issues, PRs, runs, APIs)./google-workspace- Access Google Workspace APIs via local helper scripts./librarian- Cache and refresh remote git repositories in~/.cache/checkouts./mermaid- Create and validate Mermaid diagrams with Mermaid CLI tooling./native-web-search- Trigger native web search with concise summaries and source URLs./oebb-scotty- Plan Austrian rail journeys via ÖBB Scotty API./openscad- Create/render OpenSCAD models and export STL files./pi-share- Load and parse session transcripts from shittycodingagent.ai/buildwithpi/pi.dev URLs./sentry- Fetch and analyze Sentry issues, events, transactions, and logs./summarize- Convert files/URLs to Markdown viauvx markitdownand summarize./tmux- Drive tmux sessions via keystrokes and pane output scraping./update-changelog- Update changelogs with notable user-facing changes./uv- Useuvfor Python dependency management and script execution./web-browser- Browser automation via Chrome/Chromium CDP.
Custom extensions for Pi Coding Agent are in pi-extensions:
answer.ts- Interactive TUI for answering questions one by one.behavior-modes.ts- Runtime hook forPlanandOrchestratorbehavior prompts, fed by the shared behavior-mode state and kept out of nested subagent sessions.btw.ts- Simple/btwside-chat popover with optional summary injection back into the main chat on close.context.ts- Context breakdown (extensions, skills, AGENTS.md/CLAUDE.md) + token usage, including loaded-skill highlighting. Prints plain text directly in headlesspi -pusage.control.ts- Session control helpers (list controllable sessions, etc.), without publishing a footer session token during normal Pi use.files.ts- Unified file browser with git status + session references and reveal/open/edit/diff actions. Requires a real interactive TTY and now prints a one-line headless error inpi -pusage instead of hanging.split-fork.ts-/split-forkcommand to branch the current session into a new pi process in a right-hand Ghostty split.go-to-bed.ts- Late-night safety guard with explicit confirmation after midnight.loop.ts- Prompt loop for rapid iterative coding with optional auto-continue.multi-edit.ts- Replaces the built-inedittool with batchmultiedits and Codex-stylepatchsupport, including preflight validation. Kept repo-local and not packaged by default to avoideditconflicts with other installed edit providers such asmorph-fast-apply.notify.ts- Native desktop notifications when the agent finishes.orchestrator-controller.ts- Explicitorchestratetool and/orchestratecommand family with durable run artifacts,/orchestrate status,/orchestrate inspect, a dedicated machine-readable planner leg, mission escalation through Mission Control, and planner -> worker fanout -> reviewer orchestration on top of the subagent bridge. The live UI now shares one timeline-first presentation model across the compact widget, final result card, status output, and inspect output, and it surfaces human-readable planner/worker/reviewer progress instead of raw phase-only state.orchestrator-runtime.ts- Durable orchestrator runtime state under~/.pi/agent/orchestrator/, including active run state, additivecurrentStepplus timeline milestones, per-run JSON/Markdown artifacts, compact widget/status helpers, and the actual worker-model mix used in a run.pi-native-ui.ts- Shared Pi-native presentation helpers for compact widgets and terminal cards so extension surfaces reuse one operator-style grammar instead of each inventing a different layout.precise-edit.ts- Adds a separateprecise_edittool for exact single or multi-block replacements without replacingmulti-edit.prompt-editor.ts- In-editor behavioral mode selector with a fixedNormal -> Plan -> Orchestratorring, saved presets, editor-levelShift+Tabcycling, an editable Orchestrator role stack, worker-pool editing, interactive auto-routing of non-trivial prompts through the orchestrator controller, and clean handling of routedsmart/...role aliases without bogus unknown-model warnings. It now shares the same calm operator language as the other extension surfaces instead of feeling like a separate tool.review.ts- Code review command (working tree, PR-style diff, commits, custom instructions, optional fix loop) with a compact active-review widget that matches the shared Pi-native operator grammar.session-breakdown.ts- TUI for 7/30/90-day session and cost analysis with usage graph.todos.ts- Todo manager extension with file-backed storage and TUI.uv.ts- Helpers for uv-based Python workflows.whimsical.ts- Replaces the default thinking message with random whimsical phrases.
Custom themes are in pi-themes:
nightowl.json- Night Owl-inspired theme.
These command files need customization before use. They live in plumbing-commands:
/make-release- Automates repository release with version management.
Command wrappers live in intercepted-commands: