Superpowers

Active
GitHub Shell MIT

Description

An agentic skills framework and software development methodology that provides reusable skill modules and engineered workflows for AI coding agents.

Key Features

  • Automatic workflow triggers - Agent enters brainstorming, spec design, and planning before writing code
  • Subagent-driven development - Dispatches isolated subagents per task with two-stage review (spec + quality)
  • Test-driven development - Enforces RED-GREEN-REFACTOR cycle; deletes code written before tests
  • Git worktree isolation - Creates isolated workspaces on new branches for parallel development
  • Cross-harness compatibility - Works with Claude Code, Codex CLI, Gemini CLI, OpenCode, Cursor, and more
  • Systematic debugging - Four-phase root cause analysis with defense-in-depth and condition-based waiting

Use Cases

💡 Add structured development methodology to AI coding agents with automatic TDD and code review
💡 Parallelize engineering tasks across subagents for faster autonomous coding on large projects
💡 Use Git worktree isolation to develop multiple feature branches simultaneously without context conflicts
💡 Establish unified coding agent standards across a team to ensure code quality and maintainability

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (280.8k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Quick Start

# Install Superpowers in Claude Code
/plugin install superpowers@claude-plugins-official

# Install in Codex CLI
/plugins
# Search for superpowers and select Install Plugin

# No additional configuration needed after installation
# The agent automatically triggers Superpowers workflows when coding begins

Related Projects

Scientific Agent Skills

42.1k · Python
Active A+

A set of ready-to-use Agent Skills for research, science, engineering, analysis, finance and writing across multiple coding agents.

agentcodingtools +2
  • · 142 ready-to-use scientific skills — Covers 17+ fields: bioinformatics, cheminformatics, proteomics, clinical research, medical imaging, and more
  • · 100+ scientific database integration — Unified access to 78+ public databases including PubChem, ChEMBL, UniProt, COSMIC, ClinicalTrials.gov
  • · 70+ optimized Python package skills — Dedicated skills for RDKit, Scanpy, PyTorch Lightning, scikit-learn with curated documentation and examples

Anthropic Agent Skills

173.3k · Python
Active A

Official Anthropic repository for Agent Skills, providing ready-to-use Claude agent skill examples and templates.

agentcodingclaude +3
  • · Dynamic skill loading — Claude loads skill folders on demand at runtime to improve performance on specialized tasks
  • · SKILL.md specification — Each skill is structured with YAML frontmatter and Markdown instructions for reusability
  • · Document capabilities — Built-in skills for creating and editing DOCX, PDF, PPTX, and XLSX documents

OpCode

22.4k · TypeScript
Stale B

A powerful GUI app and Toolkit for Claude Code — create custom agents, manage interactive Claude Code sessions, run secure background agents, and more.

agentcodingtools +2
  • · Visual project management — browser-like UI for managing all Claude Code projects under ~/.claude/projects/
  • · Custom agent creation — design specialized agents with custom system prompts, models, and permissions
  • · Session timeline and checkpoints — create snapshots, branch sessions, one-click restore to any checkpoint

AutoCodeRover

3.1k · Python
Stale C

AutoCodeRover is a project structure-aware autonomous software engineer agent that achieves automated program repair and issue resolution by understanding the overall codebase architecture.

codingpythonagent +2
  • · Fully autonomous bug fixing and feature addition on GitHub issues using LLM-powered program analysis
  • · Program Structure Aware code search via abstract syntax tree analysis for precise context retrieval
  • · Statistical fault localization using test cases to achieve higher repair rates when tests are available