@pi-plugins/prompts

Prompt templates for pi-agent: /simplify and /code-review.

Packages

Package details

prompt

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

$ pi install npm:@pi-plugins/prompts
Package
@pi-plugins/prompts
Version
0.2.0
Published
Jul 9, 2026
Downloads
178/mo · 178/wk
Author
kedom1337
License
MIT
Types
prompt
Size
11.5 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "prompts": [
    "./prompts"
  ]
}

Security note

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

README

@pi-plugins/prompts

A collection of prompt templates for pi-agent, invoked as /<name> slash commands.

Prompt Command What it does
simplify /simplify Reviews the changed code — reuse, simplification, efficiency, altitude — and reports improvement opportunities.
code-review /code-review High-recall correctness review of a diff, ranked by severity. Catches bugs, not just style.

Install

pi install npm:@pi-plugins/prompts

For a one-off run without adding it to settings:

pi -e npm:@pi-plugins/prompts

For local development, load it straight from this directory:

pi -e ./plugins/prompts