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/sourcesTop Superpowers skills
See all →The most-installed skills from Superpowers, ranked by adoption.
01using-superpowers
10 installsUse when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Buildfrom Superpowers02test-driven-development
3 installsUse when implementing any feature or bugfix, before writing implementation code
Buildfrom Superpowers03systematic-debugging
3 installsUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Buildfrom Superpowers04dispatching-parallel-agents
2 installsUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Buildfrom Superpowers05verification-before-completion
2 installsUse 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 Superpowers06finishing-a-development-branch
2 installsUse 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 Superpowers07requesting-code-review
2 installsUse when completing tasks, implementing major features, or before merging to verify work meets requirements
Buildfrom Superpowers08writing-plans
1 installsUse when you have a spec or requirements for a multi-step task, before touching code
Buildfrom Superpowers09brainstorming
1 installsYou 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 Superpowers10executing-plans
1 installsUse when you have a written implementation plan to execute in a separate session with review checkpoints
Buildfrom Superpowers11writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Buildfrom Superpowers12using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
Buildfrom Superpowers13receiving-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 Superpowers14subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
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: Jun 14, 2026, 4:04 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.