@yandy0725/pi-superpowers

Superpowers skills for pi — structured development workflows

Packages

Package details

skillprompt

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

$ pi install npm:@yandy0725/pi-superpowers
Package
@yandy0725/pi-superpowers
Version
0.3.0
Published
Jul 28, 2026
Downloads
438/mo · 166/wk
Author
yandy0725
License
MIT
Types
skill, prompt
Size
231.6 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ],
  "prompts": [
    "./prompts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-superpowers

Superpowers skills for pi — structured development workflows for building software.

Installation

pi install npm:@yandy0725/pi-superpowers

Companion Packages

Superpowers workflows may dispatch subagents or track tasks. For full functionality, install:

pi install npm:@yandy0725/pi-subagents
pi install npm:@yandy0725/pi-todo

Skills

This package bundles the following skills from Superpowers, each prefixed with supo-:

Skill Description
/skill:supo-brainstorming Explore user intent, requirements and design before implementation
/skill:supo-systematic-debugging Systematic debugging process for finding root causes
/skill:supo-writing-plans Write comprehensive implementation plans from specs
/skill:supo-test-driven-development Test-first development workflow
/skill:supo-using-git-worktrees Isolated workspace creation via git worktrees
/skill:supo-verification-before-completion Verify work before claiming completion
... and more

Slash Commands

  • /supo <task> — Dispatch to the appropriate Superpowers workflow

Development

To update skills from upstream:

npm run download-skills

This clones the obra/superpowers repo, copies skill directories with supo- prefix, and updates SKILL.md frontmatter and cross-references.

License

MIT