using-superpowers

Invoke the Skill tool before responding to user input.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hetsheth-droid/toolbox-template --skill using-superpowers-hetsheth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/hetsheth-droid/toolbox-template/tree/main/incubating/superpowers-skills/using-superpowers
Command: npx skills add https://github.com/hetsheth-droid/toolbox-template --skill using-superpowers-hetsheth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes how to locate and use skills at the start of every conversation, ensuring Skill tool invocation precedes any response including clarifying questions.

Core Features & Use Cases

  • Provides a clear protocol to locate applicable skills at the beginning of an interaction.
  • Enforces Skill tool invocation before answering and clarifying questions.
  • Guides consistent behavior across platforms to reduce ambiguity in responses.

Quick Start

Invoke the Skill tool before responding to any user input to verify applicable skills.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure Claude Code invokes the Skill tool before responding to user input?

You ensure Claude Code invokes the Skill tool by setting up a protocol at conversation start that identifies and calls relevant skills before generating any user-facing response or clarifying questions.

What is the correct priority order for applying instructions and rules in Claude Code conversations?

The correct priority order applies explicit user instructions first, then superpowers rules, then the default system prompt. This hierarchy reduces ambiguity and guides consistent behavior across platforms.

How do I set up skill usage at the start of a Claude Code conversation?

Set up skill usage by instructing Claude Code to access the Skill tool and determine appropriate actions before proceeding. This protocol must execute before answering or asking clarifying questions to reduce response ambiguity.

Can I use conversation priorities to prevent Claude Code from answering before checking applicable skills?

Yes, you can use conversation priorities to prevent immediate answers. The protocol enforces Skill tool invocation before any response, ensuring Claude Code verifies applicable skills and follows the priority order before proceeding.

Why does Claude Code need to locate applicable skills before asking clarifying questions?

Claude Code needs to locate applicable skills first to reduce ambiguity in responses. Invoking the Skill tool before clarifying questions ensures consistent behavior across platforms and verifies the correct actions before proceeding.