@stayradiated/pi-skills
v0.2.4
Published
A collection of skills for the Pi coding agent
Maintainers
Readme
@stayradiated/pi-skills
A small collection of skills for the Pi coding agent.
Skills
- hone — stress-test a plan, decision, or idea through a focused interview.
- pair-review — walk through local code changes as an interactive, read-only review.
- pi-subagents — delegate observable Pi subagents through one interface for tmux and Zellij.
- mise-install — install and verify user-scoped command-line software with mise.
Install
From npm:
pi install npm:@stayradiated/pi-skillsOr directly from GitHub:
pi install git:github.com/stayradiated/pi-skillsRestart Pi or run /reload, then invoke a skill with /skill:<name>. Pi may also load skills automatically when relevant.
Development
Install the local checkout and run the tests:
pi install "$PWD"
npm testUse npm pack --dry-run to inspect the files included in the npm package.
The pi-subagents skill requires Bash, Pi, and an active tmux or Zellij session. The mise-install skill requires mise.
