@pi-plugins/skills
v0.3.0
Published
A collection of skills for pi-agent.
Maintainers
Readme
@pi-plugins/skills
A collection of skills for pi-agent.
Install
pi install npm:@pi-plugins/skillsFor a one-off run without adding it to settings:
pi -e npm:@pi-plugins/skillsFor local development, load it straight from this directory:
pi -e ./plugins/skillsSkills
| Skill | What it does |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| simplify | Reviews the changed code — reuse, simplification, efficiency, altitude — and reports improvement opportunities. |
| code-review | High-recall correctness review of a diff, ranked by severity. Catches bugs, not just style. |
Both accept an optional target — a PR number, branch name, or file path:
/skill:code-review 1234
/skill:simplify src/apiWithout an argument they review the current diff against upstream, including uncommitted changes.
