using-superpowers

Invoke relevant skills before responding in every conversation.

6|2|Updated Aug 14, 2025
One-click install
npx skills add https://github.com/Im5tu/claude --skill using-superpowers-im5tu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/Im5tu/claude/tree/main/skills/using-superpowers
Command: npx skills add https://github.com/Im5tu/claude --skill using-superpowers-im5tu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that the assistant consistently checks for and invokes applicable skills (tools) before any reply, reducing misalignment and improving consistency across conversations.

Core Features & Use Cases

  • Pre-response skill invocation: Automatically checks for relevant skills before answering.
  • Context-aware guidance: Determines when to apply skills during clarifications and initial messages.
  • Use Case: When a user asks for a capability that exists as a Skill, the assistant loads and follows its instructions before responding.

Quick Start

Use the Skill tool at the start of a conversation to load and apply the appropriate skills.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I automatically invoke relevant skills before responding to a user message?

To automatically invoke relevant skills before responding, you need a mechanism that checks for applicable skills at the start of every conversation and during clarifications, ensuring the assistant loads and follows skill instructions before generating any reply.

What is pre-response skill invocation in communication workflows?

Pre-response skill invocation is a workflow mechanism that ensures an assistant checks for and loads applicable skills before generating a reply, reducing misalignment and improving consistency across conversations by determining skill applicability early.

Does skill invocation work during conversation clarifications or only at the start?

Skill invocation works both at the start of a conversation and during clarifications. The mechanism applies context-aware guidance to determine skill applicability whenever the assistant needs to ensure precise responses.

Do I need the Skill tool loaded to use pre-response invocation logic?

Yes, you need the Skill tool loaded to use pre-response invocation logic. The mechanism requires the Skill tool to be loaded and followed exactly as defined by the skill's frontmatter to ensure proper applicability checks.

Why does my assistant provide misaligned responses when multiple skills are available?

Misaligned responses occur because the assistant does not consistently check for and invoke applicable skills before replying. Implementing a pre-response invocation workflow ensures the assistant loads relevant skills first, improving consistency.