Skip to content

garrettsiegel/superpowers

Repository files navigation

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

Or install locally:

git clone https://github.com/garrettsiegel/superpowers.git ~/.copilot/superpowers
~/.copilot/superpowers/.copilot/install.sh /path/to/your/repo

Detailed docs: .copilot/INSTALL.md

Claude Code

/plugin marketplace add garrettsiegel/superpowers
/plugin install superpowers@superpowers

Cursor

/add-plugin superpowers

Then 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.md

OpenCode

Fetch and follow instructions from https://raw.githubusercontent.com/garrettsiegel/superpowers/refs/heads/main/.opencode/INSTALL.md

Gemini CLI

gemini extensions install https://github.com/garrettsiegel/superpowers

Verify

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 / Codex

For plugin-based platforms:

/plugin update superpowers              # Claude Code
gemini extensions update superpowers    # Gemini CLI

Upstream

License

MIT — see LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors