using-superpowers

Enforces skill discovery and invocation before any AI response or action.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/adrianasiam19/ATLAS --skill using-superpowers-adrianasiam19
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/adrianasiam19/ATLAS/tree/main/.agent/skills/using-superpowers
Command: npx skills add https://github.com/adrianasiam19/ATLAS --skill using-superpowers-adrianasiam19

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI assistants often skip available skills and respond directly, missing established workflows and producing inconsistent results. This Skill establishes a mandatory protocol that requires checking for and invoking relevant skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires invoking any potentially applicable skill (even at 1% relevance) before responding or acting. - Instruction Priority Framework: Defines a clear hierarchy where user instructions override skills, and skills override default system behavior. - Cross-Platform Tool Mapping: Provides reference tables mapping Claude Code tools to Copilot CLI, Codex, and Gemini CLI equivalents. - Use Case: When a user asks to fix a bug, the assistant first invokes the debugging skill before exploring code, ensuring the correct workflow is followed rather than improvising. ## Quick Start Start any conversation by checking which skills apply to my request and invoke them before responding.

Frequently Asked Questions about using-superpowers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make an AI assistant use skills before responding?▼

Invoke the relevant skill before any response or action, even for clarifying questions. The rule is that even a 1% chance a skill applies means you must invoke it first, then follow its instructions exactly.

What is the priority order between user instructions and skills?▼

User instructions in CLAUDE.md, GEMINI.md, AGENTS.md, or direct requests take highest priority. Skills override default system prompt behavior, and the default system prompt has the lowest priority.

Does this skill work with Gemini CLI and Copilot CLI?▼

Yes, it includes reference files mapping Claude Code tool names to Copilot CLI, Codex, and Gemini CLI equivalents. Gemini CLI activates skills via activate_skill, while Copilot CLI uses the skill tool.

Which skills should run first when multiple skills apply?▼

Process skills like brainstorming and debugging run first because they determine how to approach the task. Implementation skills like frontend-design run second to guide execution.

Can I skip a skill if the task seems simple?▼

No, the skill explicitly lists rationalizations like 'this is just a simple question' as red flags. If a skill exists and might apply, you must invoke it regardless of perceived task simplicity.