Superpowers skills for pi agent (obra/superpowers)
Go to file
jay 757a625316 Remove incorrect .forgejo/workflows path 2026-05-15 02:10:02 +02:00
scripts Add README and upstream sync script 2026-05-15 02:03:45 +02:00
skills Add 7 superpowers skills from obra/superpowers 2026-05-15 01:27:48 +02:00
README.md Add README and upstream sync script 2026-05-15 02:03:45 +02:00
package.json Add 7 superpowers skills from obra/superpowers 2026-05-15 01:27:48 +02:00

README.md

pi-superpowers-skills

Superpowers skills for the pi agent. Forked from obra/superpowers.

Skills included

Skill Description
systematic-debugging 4-phase root-cause process before any fix
test-driven-development RED-GREEN-REFACTOR. No production code without a failing test
verification-before-completion Verify before claiming "done" — evidence before assertions
writing-plans Write implementation plans before touching code
requesting-code-review Self-review checklist before merge
receiving-code-review Rigorously process feedback, don't blindly apply
finishing-a-development-branch Merge/PR/cleanup workflow when done

Upstream sync

This repo tracks a subset of the upstream obra/superpowers skills.

Check for updates (dry-run)

./scripts/sync-upstream.sh --dry-run

Apply updates

./scripts/sync-upstream.sh
# Review staged changes, then:
git commit -m "Sync skills from upstream"
git push

The script fetches upstream/main, compares the selected skills/* directories, and merges any changes.