🔌 pluginActiveCuratedhigh

superpowers

by obra

An agentic skills framework & software development methodology that works.

Stars

224.6k

Skill Type

🏗️ Code Scaffolding & Templates

Quality Score

132/200

License

MIT

Forks

20.0k

Last Updated

Jun 11, 2026

Discovered

Mar 26, 2026

Validation

Passed

github.com/obra/superpowers

Quality Breakdown

132/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Autonomous agent orchestration: Repository explicitly describes 'subagent-driven-development' spawning multiple agents to work autonomously without continuous human approval, running for 'hours at a time'
  • Multi-agent spawning capability: AGENTS.md and skills/dispatching-parallel-agents/SKILL.md indicate framework for launching and coordinating multiple subagents
  • Persistent configuration modification: CLAUDE.md file indicates plugin configuration for Claude that persists agent behavior and instructions
  • Bootstrap automation: Multiple hook files (hooks/hooks.json, hooks/session-start, hooks/run-hook.cmd) that execute automatically on session initialization
  • Cross-platform execution automation: Shell scripts (scripts/bump-version.sh, skills/brainstorming/scripts/start-server.sh) and Windows command files for automated execution
  • Server spawning capability: Brainstorming skill spawns Node.js servers (server.cjs, start-server.sh) as part of agent workflow