@pi-plugins/prompts
v0.2.1
Published
Prompt templates for pi-agent: /simplify and /code-review.
Downloads
212
Maintainers
Readme
@pi-plugins/prompts
A collection of prompt templates for
pi-agent, invoked as /<name> slash
commands.
Install
pi install npm:@pi-plugins/promptsFor a one-off run without adding it to settings:
pi -e npm:@pi-plugins/promptsFor local development, load it straight from this directory:
pi -e ./plugins/promptsPrompts
| 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. |
