using-superpowers

Invoke relevant skills before responding in agent workflows.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/eatbreads/.agents --skill using-superpowers-eatbreads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/eatbreads/.agents/tree/main/skills/using-superpowers
Command: npx skills add https://github.com/eatbreads/.agents --skill using-superpowers-eatbreads

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Many agent interactions proceed without checking for specialized skills, causing missed opportunities to apply structured processes, platform-specific tools, or established checklists; this Skill enforces a consistent pre-response skill discovery step so agents avoid ad-hoc or unsafe actions.

Core Features & Use Cases

  • Mandatory Skill Check: Require invocation of the Skill tool before any response or clarifying question when there is any chance a skill applies.
  • Priority Rules: Define the priority order between user instructions, superpowers skills, and the default system prompt to avoid conflicts.
  • Platform Adaptation & Tool Mapping: Provide mappings and guidance for different platforms (Claude Code, Copilot CLI, Gemini) so skill invocation works reliably across environments.
  • Use Case: At conversation start or before entering planning mode, run the skill check to determine whether brainstorming, debugging, or domain-specific skills must be loaded and followed.

Quick Start

Use the using-superpowers skill to check for and invoke any applicable skill before answering or asking clarifying questions.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure my AI agent checks for relevant skills before generating a response?

To ensure agent skill discovery, enforce a mandatory pre-response skill check using the platform's skill tool before answering or asking clarifying questions. This structured process prevents ad-hoc actions by loading applicable domain-specific skills at conversation start or before planning steps.

How do agent workflow priority rules resolve conflicts between user instructions and system prompts?

Agent workflow priority rules establish a strict order: user instructions take the highest priority, followed by superpowers skills, and finally the default system prompt. This hierarchy ensures explicit user commands override predefined skill behaviors and avoid operational conflicts.

Does mandatory skill invocation work across different platforms like Claude Code and Gemini?

Mandatory skill invocation works across platforms like Claude Code, Copilot CLI, and Gemini through platform adaptation and tool mapping. These mappings provide the necessary guidance so skill discovery and loading mechanisms operate reliably across different agent environments.

When should I trigger a skill discovery check in an agent workflow?

Trigger a skill discovery check at conversation start and before entering planning or action steps in agent workflows. This timing ensures domain-specific skills that may change behavior are loaded before the agent produces any response or executes a task.

What problems arise from skipping pre-response skill discovery in agent workflows?

Skipping pre-response skill discovery causes agents to miss opportunities to apply structured processes, platform-specific tools, or established checklists. This leads to ad-hoc or unsafe actions, bypassing specialized behaviors that should guide the agent's task execution.

Can I load skill content on-demand instead of loading everything at conversation start?

Yes, the agent workflow supports on-demand skill content loading. This allows the agent to discover applicable skills initially and load the actual content dynamically when needed during planning or action steps, optimizing context usage.