Skip to main content

← All sources

Superpowers skills

Agentic skills — TDD, debugging, code review, brainstorming, writing skills-hub.ai mirrors 14 skills from Superpowers daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/obra/superpowers

Installing a Superpowers skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Superpowers skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Superpowers skills via API
curl https://skills-hub.ai/api/v1/skills?source=superpowers

# Browse all sources
open https://skills-hub.ai/sources

Top Superpowers skills

See all →

The most-installed skills from Superpowers, ranked by adoption.

  1. 01test-driven-development

    1 installs

    Use when implementing any feature or bugfix, before writing implementation code

    Buildfrom Superpowers
  2. 02systematic-debugging

    1 installs

    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

    Buildfrom Superpowers
  3. 03finishing-a-development-branch

    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

    Buildfrom Superpowers
  4. 04verification-before-completion

    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

    Buildfrom Superpowers
  5. 05dispatching-parallel-agents

    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

    Buildfrom Superpowers
  6. 06receiving-code-review

    Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

    Buildfrom Superpowers
  7. 07requesting-code-review

    Use when completing tasks, implementing major features, or before merging to verify work meets requirements

    Buildfrom Superpowers
  8. 08subagent-driven-development

    Use when executing implementation plans with independent tasks in the current session

    Buildfrom Superpowers
  9. 09using-git-worktrees

    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

    Buildfrom Superpowers
  10. 10using-superpowers

    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

    Buildfrom Superpowers
  11. 11brainstorming

    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

    Buildfrom Superpowers
  12. 12writing-skills

    Use when creating new skills, editing existing skills, or verifying skills work before deployment

    Buildfrom Superpowers
  13. 13executing-plans

    Use when you have a written implementation plan to execute in a separate session with review checkpoints

    Buildfrom Superpowers
  14. 14writing-plans

    Use when you have a spec or requirements for a multi-step task, before touching code

    Buildfrom Superpowers

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Apr 30, 2026, 10:12 PM (success).

Superpowers skills — frequently asked

What are Superpowers skills?

Superpowers skills are AI coding skills published by Superpowers (Agentic skills — TDD, debugging, code review, brainstorming, writing) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Superpowers skills are available?

skills-hub.ai indexes 14 skills from Superpowers, synced daily from the upstream GitHub repository (https://github.com/obra/superpowers).

How do I install a Superpowers skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Superpowers skills?

Yes. Every skill from this source is mirrored from Superpowers's own GitHub repository (https://github.com/obra/superpowers). Each skill page links back to the upstream source of truth, so you can verify the original.