@stayradiated/pi-skills

A collection of skills for the Pi coding agent

Packages

Package details

skill

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

$ pi install npm:@stayradiated/pi-skills
Package
@stayradiated/pi-skills
Version
0.2.4
Published
Aug 1, 2026
Downloads
544/mo · 544/wk
Author
stayradiated
License
MIT
Types
skill
Size
53.4 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

@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-skills

Or directly from GitHub:

pi install git:github.com/stayradiated/pi-skills

Restart 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 test

Use 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.

License

MIT