KS
Killer-Skills

using-superpowers — using-superpowers mandatory skill invocation using-superpowers mandatory skill invocation, how to use Skill tool in Claude Code, what is using-superpowers AI agent skill, using-superpowers vs other skill protocols, using-superpowers setup guide for developers, Claude Code Skill tool implementation, AI agent skill compliance requirements, using-superpowers technical documentation

Verified
v1.0.0
GitHub

About this Skill

Essential for all AI Agents requiring mandatory skill discovery and invocation compliance. using-superpowers is an AI agent skill that mandates compulsory Skill tool invocation in Claude Code when any applicable skill is detected. It establishes non-negotiable technical protocols requiring skill loading and direct implementation before generating responses, including clarifying questions.

Features

Enforces mandatory Skill tool invocation in Claude Code when skills apply
Requires skill loading and direct implementation before any response generation
Applies even for clarifying questions when skills are potentially relevant
Uses absolute compliance language with non-negotiable technical requirements
Provides specific Skill tool access protocols for Claude Code implementation

# Core Topics

obra obra
[71.9k]
[5546]
Updated: 3/6/2026

Quality Score

Top 5%
74
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add obra/superpowers/using-superpowers

Agent Capability Analysis

The using-superpowers MCP Server by obra is an open-source Categories.official integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for using-superpowers mandatory skill invocation, how to use Skill tool in Claude Code, what is using-superpowers AI agent skill.

Ideal Agent Persona

Essential for all AI Agents requiring mandatory skill discovery and invocation compliance.

Core Value

Enforces strict skill-first protocol requiring immediate Skill tool invocation when any applicable skill is detected, eliminating agent discretion and ensuring compliance with ecosystem standards. Directly integrates with Claude Code's Skill tool infrastructure for seamless skill loading and execution.

Capabilities Granted for using-superpowers MCP Server

Enforcing skill invocation protocols
Preventing agent rationalization of skill avoidance
Automating skill discovery workflows
Standardizing agent response initialization

! Prerequisites & Limits

  • Claude Code ecosystem specific
  • Requires immediate tool invocation before any response
  • No agent discretion permitted for applicable skills
Project
SKILL.md
3.9 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly
<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>

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 other environments: Check your platform's documentation for how skills are loaded.

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.

dot
1digraph skill_flow { 2 "User message received" [shape=doublecircle]; 3 "About to EnterPlanMode?" [shape=doublecircle]; 4 "Already brainstormed?" [shape=diamond]; 5 "Invoke brainstorming skill" [shape=box]; 6 "Might any skill apply?" [shape=diamond]; 7 "Invoke Skill tool" [shape=box]; 8 "Announce: 'Using [skill] to [purpose]'" [shape=box]; 9 "Has checklist?" [shape=diamond]; 10 "Create TodoWrite todo per item" [shape=box]; 11 "Follow skill exactly" [shape=box]; 12 "Respond (including clarifications)" [shape=doublecircle]; 13 14 "About to EnterPlanMode?" -> "Already brainstormed?"; 15 "Already brainstormed?" -> "Invoke brainstorming skill" [label="no"]; 16 "Already brainstormed?" -> "Might any skill apply?" [label="yes"]; 17 "Invoke brainstorming skill" -> "Might any skill apply?"; 18 19 "User message received" -> "Might any skill apply?"; 20 "Might any skill apply?" -> "Invoke Skill tool" [label="yes, even 1%"]; 21 "Might any skill apply?" -> "Respond (including clarifications)" [label="definitely not"]; 22 "Invoke Skill tool" -> "Announce: 'Using [skill] to [purpose]'"; 23 "Announce: 'Using [skill] to [purpose]'" -> "Has checklist?"; 24 "Has checklist?" -> "Create TodoWrite todo per item" [label="yes"]; 25 "Has checklist?" -> "Follow skill exactly" [label="no"]; 26 "Create TodoWrite todo per item" -> "Follow skill exactly"; 27}

Red Flags

These thoughts mean STOP—you're rationalizing:

ThoughtReality
"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.

Related Skills

Looking for an alternative to using-superpowers or building a Categories.official AI Agent? Explore these related open-source MCP Servers.

View All

flags

Logo of facebook
facebook

flags is a feature flag management system that enables developers to check flag states, compare channels, and debug feature behavior differences across release channels.

243.6k
0
Design

extract-errors

Logo of facebook
facebook

extract-errors is a skill that assists in extracting and managing error codes in React applications using yarn extract-errors command.

243.6k
0
Design

fix

Logo of facebook
facebook

fix is a technical skill that resolves lint errors, formatting issues, and ensures code quality in declarative, frontend, and UI projects

243.6k
0
Design

flow

Logo of facebook
facebook

Flow is a type checking system for JavaScript, used to validate React code and ensure consistency across applications

243.6k
0
Design