superpowers-dev
v1.0.1
Published
Core skills library: TDD, debugging, collaboration patterns, and proven techniques
Maintainers
Readme
Superpowers (Hardened)
A security-hardened fork of obra/superpowers — a complete software development workflow for AI coding agents built on composable skills.
What's Different
This fork applies the following security changes on top of upstream:
- Removed authority-escalation markup patterns from injected context
- Added stricter hook and path validation
- Added scope and data-handling constraints for subagent review prompts
- Excluded brainstorming browser server components and other non-essential attack surface
For details on how Superpowers works (workflow, philosophy, skills library, contributing), see the upstream README.
Installation
Installation differs by platform. All commands below point to this fork (garrettsiegel/superpowers).
GitHub Copilot (VS Code, JetBrains, GitHub.com)
Tell Copilot:
Fetch and follow instructions from https://raw.githubusercontent.com/garrettsiegel/superpowers/refs/heads/main/.copilot/INSTALL.mdOr install locally:
git clone https://github.com/garrettsiegel/superpowers.git ~/.copilot/superpowers
~/.copilot/superpowers/.copilot/install.sh /path/to/your/repoDetailed docs: .copilot/INSTALL.md
Claude Code
/plugin marketplace add garrettsiegel/superpowers
/plugin install superpowers@superpowersCursor
/add-plugin superpowersThen search for "superpowers" and select this fork if prompted.
Codex
Fetch and follow instructions from https://raw.githubusercontent.com/garrettsiegel/superpowers/refs/heads/main/.codex/INSTALL.mdOpenCode
Fetch and follow instructions from https://raw.githubusercontent.com/garrettsiegel/superpowers/refs/heads/main/.opencode/INSTALL.mdGemini CLI
gemini extensions install https://github.com/garrettsiegel/superpowersVerify
Start a new session and ask for something that should trigger a skill (e.g., "help me plan this feature"). The agent should invoke the relevant skill automatically, or load the skill file on platforms without a native Skill tool.
Updating
Pull the latest from this fork. Symlink-based installs pick up changes automatically.
cd ~/.copilot/superpowers && git pull # Copilot / CodexFor plugin-based platforms:
/plugin update superpowers # Claude Code
gemini extensions update superpowers # Gemini CLIUpstream
- Upstream repo: obra/superpowers
- Upstream community / Discord: discord.gg/Jd8Vphy9jq
- Blog post: Superpowers for Claude Code
License
MIT — see LICENSE for details.
