AgentHubAgentHub

Using Superpowers @obra

universalsonnetSkill

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

specialistcommunityDiscoverImplementPlanworks-with:exploreworks-with:mcp-builder

Install

curl -o ~/.claude/skills/using-superpowers/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/using-superpowers/SKILL.md

Description

<SUBAGENT-STOP> If you were dispatched as a subagent to execute a specific task, skip this skill. </SUBAGENT-STOP> <EXTREMELY-IMPORTANT> If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST invoke the skill.

IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.

This is not negotiable. This is not optional. You cannot rationalize your way out of this. </EXTREMELY-IMPORTANT>

Instruction Priority

Superpowers skills override default system prompt behavior, but user instructions always take precedence:

  1. User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority
  2. Superpowers skills — override default system behavior where they conflict
  3. Default system prompt — lowest priority

If CLAUDE.md, GEMINI.md, or AGENTS.md says "don't use TDD" and a skill says "always use TDD," follow the user's instructions. The user is in control.

How to Access Skills

In Claude Code: Use the Skill tool. When you invoke a skill, its content is loaded and presented to you—follow it directly. Never use the Read tool on skill files.

In Copilot CLI: Use the skill tool. Skills are auto-discovered from installed plugins. The skill tool works the same as Claude Code's Skill tool.

In Gemini CLI: Skills activate via the activate_skill tool. Gemini loads skill metadata at session start and activates the full content on demand.

In other environments: Check your platform's documentation for how skills are loaded.

Platform Adaptation

Skills use Claude Code tool names. Non-CC platforms: see references/copilot-tools.md (Copilot CLI), references/codex-tools.md (Codex) for tool equivalents. Gemini CLI users get the tool mapping loaded automatically via GEMINI.md.

Using Skills

The Rule

Invoke relevant or requested skills BEFORE any response or action. Even a 1% chance a skill might apply means that you should invoke the skill to check. If an invoked skill turns out to be wrong for the situation, you don't need to use it.

Red Flags

These thoughts mean STOP—you're rationalizing:

| Thought | Reality | |---------|---------| | "This is just a simple question" | Questions are tasks. Check for skills. | | "I need more context first" | Skill check comes BEFORE clarifying questions. | | "Let me explore the codebase first" | Skills tell you HOW to explore. Check first. | | "I can check git/files quickly" | Files lack conversation context. Check for skills. | | "Let me gather information first" | Skills tell you HOW to gather information. | | "This doesn't need a formal skill" | If a skill exists, use it. | | "I remember this skill" | Skills evolve. Read current version. | | "This doesn't count as a task" | Action = task. Check for skills. | | "The skill is overkill" | Simple things become complex. Use it. | | "I'll just do this one thing first" | Check BEFORE doing anything. | | "This feels productive" | Undisciplined action wastes time. Skills prevent this. | | "I know what that means" | Knowing the concept ≠ using the skill. Invoke it. |

Skill Priority

When multiple skills could apply, use this order:

  1. Process skills first (brainstorming, debugging) - these determine HOW to approach the task
  2. Implementation skills second (frontend-design, mcp-builder) - these guide execution

"Let's build X" → brainstorming first, then implementation skills. "Fix this bug" → debugging first, then domain-specific skills.

Skill Types

Rigid (TDD, debugging): Follow exactly. Don't adapt away discipline.

Flexible (patterns): Adapt principles to context.

The skill itself tells you which.

User Instructions

Instructions say WHAT, not HOW. "Add X" or "Fix Y" doesn't mean skip workflows.

Capabilities

  • User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority
  • Superpowers skills — override default system behavior where they conflict
  • Default system prompt — lowest priority
  • Process skills first (brainstorming, debugging) - these determine HOW to approach the task
  • Implementation skills second (frontend-design, mcp-builder) - these guide execution

Tools

activate_skillreferences/copilot-tools.mdreferences/codex-tools.md

Related Items

From the same repository — designed to work together

Install Allcurl -o ~/.claude/skills/using-superpowers/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/using-superpowers/SKILL.md && curl -o ~/.claude/agents/code-reviewer.md https://raw.githubusercontent.com/obra/superpowers/main/agents/code-reviewer.md && curl -o ~/.claude/skills/receiving-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/receiving-code-review/SKILL.md && curl -o ~/.claude/skills/systematic-debugging/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/systematic-debugging/SKILL.md && curl -o ~/.claude/skills/brainstorming/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/brainstorming/SKILL.md && curl -o ~/.claude/skills/requesting-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/requesting-code-review/SKILL.md && curl -o ~/.claude/skills/test-driven-development/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/test-driven-development/SKILL.md

Senior Code Reviewer agent that reviews completed project steps against original plans and ensures code quality, architecture alignment, and coding standards compliance.

universalsonnet
AnalystPlanReviewworks-with:architectworks-with:code-reviewer
207,776 18,511
curl -o ~/.claude/agents/code-reviewer.md https://raw.githubusercontent.com/obra/superpowers/main/agents/code-reviewer.md

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

universalsonnet
SkillSpecialistReviewPlanworks-with:architect
207,776 18,511
curl -o ~/.claude/skills/receiving-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/receiving-code-review/SKILL.md

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

universalsonnet
SkillSpecialistPlanImplementworks-with:architect
207,776 18,511
curl -o ~/.claude/skills/systematic-debugging/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/systematic-debugging/SKILL.md

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.

universalsonnet
SkillSpecialistPlanImplementworks-with:architectworks-with:explore
207,776 18,511
curl -o ~/.claude/skills/brainstorming/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/brainstorming/SKILL.md

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

universalsonnet
SkillSpecialistImplementPlanworks-with:architectworks-with:code-reviewer
207,776 18,511
curl -o ~/.claude/skills/requesting-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/requesting-code-review/SKILL.md

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

universalsonnet
SkillSpecialistImplementworks-with:explore
207,776 18,511
curl -o ~/.claude/skills/test-driven-development/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/test-driven-development/SKILL.md