using-superpowers

Invoke the using-superpowers skill before any assistant response or action.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents wasting time by ensuring the appropriate skill is invoked before any assistant response or action, even when the fit is uncertain.

Core Features & Use Cases

  • Mandatory skill invocation: Treats skills as a first step in the workflow, including for clarifying questions.
  • Subagent safety: Skips the skill when dispatched as a subagent to execute a specific task.
  • Cross-platform access guidance: Explains how to use the Skill tool across Claude Code, Copilot CLI, and Gemini CLI.

Quick Start

Invoke the using-superpowers skill before sending any reply 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 skill-driven task routing before an assistant responds?

Skill-driven task routing requires invoking a routing skill before any assistant response or action, ensuring the appropriate skill is always applied first, even when the fit is uncertain.

When should I invoke a prompt routing skill in a conversation?

You should invoke a prompt routing skill at conversation-start and workflow-selection scenarios whenever there is a non-zero chance another skill could be relevant, including before asking clarifying questions.

Does workflow orchestration skill invocation work across Claude Code, Copilot CLI, and Gemini CLI?

Yes, cross-platform workflow orchestration provides guidance on using the correct Skill tool across Claude Code, Copilot CLI, and Gemini CLI to find and apply skills before responding.

What are the subagent stop conditions for assistant safety during skill invocation?

For assistant safety, the skill invocation is skipped when dispatched as a subagent to execute a specific task, honoring subagent stop conditions to prevent unnecessary routing overhead.

Can I use conversation management to route tasks even if I only need to ask a clarifying question?

Yes, conversation management treats skill invocation as a mandatory first step even for clarifying questions, preventing wasted time by checking if another skill applies before you respond.