using-superpowers

Enforce Skill tool invocation before responding in conversations.

5|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mrtolkien/GHOST --skill using-superpowers-mrtolkien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/mrtolkien/GHOST/tree/main/vendor/superpowers/using-superpowers
Command: npx skills add https://github.com/mrtolkien/GHOST --skill using-superpowers-mrtolkien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically enforces skill invocation before any response.

Core Features & Use Cases

  • Ensures the Skill tool is consulted at the start of every interaction.
  • Guides consistent access to skills across environments (Claude Code and others).
  • Reduces missteps by requiring skill checks before clarifying questions or actions.

Quick Start

Immediately invoke the appropriate skill using the Skill tool at the start of a conversation and follow its instructions before replying.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I enforce skill invocation before any AI response?

Skill invocation before any AI response is enforced by configuring the workflow to automatically locate, load, and execute the Skill tool at the start of every interaction. This ensures the tool is consulted before clarifying questions or actions are taken.

What is the required flow for invoking skills in a conversational AI workflow?

The required flow for invoking skills in a conversational AI workflow mandates checking the Skill tool before generating any output. This protocol guides consistent access across environments, reducing missteps by requiring skill checks prior to replies.

Do I need to define specific metadata to use the Skill tool protocol?

Yes, you need to define specific Skill frontmatter metadata to use the Skill tool protocol. The invocation flow requires this metadata to properly locate and execute the relevant skills before any response is generated.

Can I use skill invocation across different environments like Claude Code?

Yes, you can use skill invocation across different environments like Claude Code. The protocol guides consistent access to skills across various environments, ensuring the tool is consulted at the start of every interaction regardless of platform.

Why does my AI reply skip checking for relevant skills during a conversation?

Your AI reply might skip checking for relevant skills because the mandatory invocation flow prior to output is not enforced. Implementing the skill tool usage protocol ensures the tool is consulted before any response is generated.