@pi-plugins/skills
A collection of skills for pi-agent.
Package details
Install @pi-plugins/skills from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@pi-plugins/skills- Package
@pi-plugins/skills- Version
0.3.0- Published
- Aug 3, 2026
- Downloads
- 276/mo · 11/wk
- Author
- kedom1337
- License
- MIT
- Types
- skill
- Size
- 13.8 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@pi-plugins/skills
A collection of skills for pi-agent.
Install
pi install npm:@pi-plugins/skills
For a one-off run without adding it to settings:
pi -e npm:@pi-plugins/skills
For local development, load it straight from this directory:
pi -e ./plugins/skills
Skills
| 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/api
Without an argument they review the current diff against upstream, including uncommitted changes.