@diegopetrucci/pi-extensions

A collection of pi extensions and skills for annotation UIs, context management, workflow audits, contrarian review, review-comment triage, notifications, brrr push alerts, safety guards, GitHub research, repo-local knowledge, todos, tool rendering, model

Packages

Package details

extensionskill

Install @diegopetrucci/pi-extensions from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@diegopetrucci/pi-extensions
Package
@diegopetrucci/pi-extensions
Version
0.1.57
Published
Jul 14, 2026
Downloads
2,682/mo · 296/wk
Author
diegopetrucci
License
MIT AND Apache-2.0
Types
extension, skill
Size
14.1 MB
Dependencies
3 dependencies · 4 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/agent-workflow-audit/index.ts",
    "./extensions/annotate-git-diff/index.ts",
    "./extensions/annotate-last-message/index.ts",
    "./extensions/brrr/index.ts",
    "./extensions/claude-fast/index.ts",
    "./extensions/code-reviewer/index.ts",
    "./extensions/confirm-destructive/index.ts",
    "./extensions/context-cap/index.ts",
    "./extensions/context-inspector/index.ts",
    "./extensions/contrarian/index.ts",
    "./extensions/dirty-repo-guard/index.ts",
    "./extensions/dynamic-context-pruning/index.ts",
    "./extensions/gnosis/index.ts",
    "./extensions/inline-bash/index.ts",
    "./extensions/librarian/index.ts",
    "./extensions/minimal-footer/index.ts",
    "./extensions/notify/index.ts",
    "./extensions/openai-fast/index.ts",
    "./extensions/oracle/index.ts",
    "./extensions/permission-gate/index.ts",
    "./extensions/quiet-tools/index.ts",
    "./extensions/review/index.ts",
    "./extensions/todo/index.ts",
    "./extensions/triage-comments/index.ts"
  ],
  "image": "https://raw.githubusercontent.com/diegopetrucci/pi-extensions/main/assets/oracle-preview.svg",
  "skills": [
    "./extensions/illustrations-to-explain-things/skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-extensions

Total npm downloads

A collection of pi agent extensions I made. (btw, I am also building my own harness on top of pi. have a look!)

Subagents

  • code-reviewer: Adds a read-only code_reviewer subagent tool that reviews local changes for ticket fit, diff mismatches, correctness, security, simplicity, and validation gaps without implementing fixes, auto-selects a contrarian-style opposite-provider review model when available, and clamps requested thinking to the chosen model's capabilities.
  • contrarian: Adds a read-only contrarian tool that spins up an isolated subprocess to stress-test plans, designs, assumptions, bug hypotheses, and conclusions by steelmanning the strongest opposing case.
  • librarian: Adds a GitHub research scout with a local repo checkout cache disabled by default under the OS user cache directory, toggleable with /librarian-cache, configurable subagent model/thinking defaults via /librarian-config, and cached repos expiring after 7 days of non-use.
  • oracle: Adds an Amp-style read-only oracle tool that auto-selects the strongest reasoning model on the current provider/subscription, supports persisted /oracle model/thinking defaults, requests xhigh reasoning by default and clamps to model capabilities, and shows live status while running.

Providers

  • claude-fast: Adds /claude-fast to enable Anthropic Claude Fast mode for supported Claude Opus models by injecting speed: "fast".
  • openai-fast: Adds /fast to enable OpenAI Codex Fast mode for ChatGPT-auth GPT-5.4, GPT-5.5, and GPT-5.6 Codex variants by injecting the priority service tier.

UI

  • git-footer: Standalone extension that adds TLH-style git dirty counts, ahead/behind, and optional PR number to pi's built-in footer status area.
  • minimal-footer: Replaces pi's built-in footer with a minimal configurable two-line layout: branch plus cached git dirty/ahead/PR status and repo on the first line, context/model on the second, optional DUMB ZONE, optional xp marker, plus OpenAI Codex 5-hour and 7-day usage when available.
  • quiet-tools: Renders collapsed built-in tool rows as a one-line invocation plus an expand hint without changing model-visible tool results; toggle temporarily with /quiet-tools.

/ Slash commands

  • agent-workflow-audit: Adds /agent-workflow-audit, which runs an isolated repo workflow audit subagent and returns only the final distilled report to the main session.
  • annotate-git-diff: Adds /annotate-git-diff, a native Glimpse UI for annotating git diffs and appending structured feedback prompts to the editor.
  • annotate-last-message: Adds /annotate-last-message, a native Glimpse UI for annotating the latest assistant reply and sending planning-oriented feedback back through the editor.
  • review: Adds /review and /end-review for interactive code reviews of local changes, commits, PRs, and selected paths.
  • triage-comments: Adds /triage-comments and a read-only triage_comments subagent tool that can auto-detect the current branch's PR, filter resolved/outdated inline comments, classify selected review comments with evidence, and suggest handling options without implementing changes

Context management

  • context-cap: Caps effective model context windows at 200k tokens by default so pi avoids the dumb zone; toggle temporarily with /context-cap.
  • context-inspector: Adds /context, a local self-contained HTML dashboard that breaks down where the current session context is going, with category overview, top offenders, and drilldown search.
  • dynamic-context-pruning: Automatically prunes duplicate tool results, stale errored inputs, and superseded file-op outputs from long sessions behind a cache-aware net-benefit gate, with a /prune picker and /context-pruning status/control commands.

Safety

  • confirm-destructive: Confirms before destructive session actions like clear, switch, and fork.
  • dirty-repo-guard: Prompts before new sessions, session switches, or forks when the current git repo has uncommitted changes.
  • permission-gate: Prompts for confirmation before dangerous bash commands and protected write/edit targets like .git, node_modules, and secret-bearing .env files.

Quality of life

  • brrr: Sends brrr push notifications when pi finishes an agent turn and is ready for input, with optional macOS idle gating.
  • gnosis: Exposes the gn repo-local knowledge base CLI as an agent tool for searching and recording durable project decisions, constraints, and intent.
  • illustrations-to-explain-things: Adds a skill for generating clean, absurd Xiaohei-style article illustrations, shot lists, image edits, and visual metaphors.
  • inline-bash: Expands !{command} snippets in user prompts by running them through bash before the prompt reaches the agent.
  • notify: Sends configurable terminal, desktop, bell, and sound notifications when pi finishes and is ready for input.
  • todo: Adds a branch-aware todo tool for the agent and a /todos viewer for users..

(For the full list of pi extensions I use, check out my dotfiles.)

Install

Full collection:

pi install npm:@diegopetrucci/pi-extensions

Or a specific extension:

pi install npm:@diegopetrucci/pi-quiet-tools

Then reload pi:

/reload