Agent skill · AI & Agents

using-superpowers

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

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill using-superpowers --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 6 KB
Bundled scripts: none
Path: .claude/skills/using-superpowers/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<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 **Never read skill files manually with file tools** — always use your platform's skill-loading mechanism so the skill is properly activated. **In Claude Code:** Use the `Skill` tool. When you invoke a skill, its

What's inside
Steps it walks through
  1. Instruction Priority
  2. How to Access Skills
  3. Platform Adaptation
  4. The Rule
  5. Red Flags
  6. Skill Priority
  7. Skill Types
  8. User Instructions
Ships with 6 files
  • references/antigravity-tools.md
  • references/claude-code-tools.md
  • references/codex-tools.md
  • references/copilot-tools.md
  • references/gemini-tools.md
  • references/pi-tools.md
More from dev-gtm-claude-skills
All skills →
About this skill
What does the using-superpowers skill do?

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

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill using-superpowers --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going