using-superpowers

Invoke the Skill tool before any response in a conversation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces Skill tool invocation before any response in a conversation, ensuring proper skill loading and guidance.

Core Features & Use Cases

  • Ensures the Skill tool is invoked at the start of every interaction, redirecting to relevant skills.
  • Defines priority order: user instructions, then superpowers, then default system prompt.
  • Provides platform-specific access guidance (Claude Code via Skill tool, Gemini via activate_skill).

Quick Start

Invoke the Skill tool at the start of every interaction to verify applicable skills and load guidance before answering.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I enforce AI skill invocation before responding to a prompt?

To enforce AI skill invocation before responding, configure the system to locate and load relevant skills at the start of every interaction, ensuring the skill tool precedes any clarifying questions or answers.

What is the priority order for loading skills and user instructions in AI systems?

The priority order for loading skills in AI systems defines user instructions first, then superpowers, followed by the default system prompt, ensuring user intent directs the skill invocation workflow.

How do I load relevant skills at the start of an interaction on Claude Code?

To load relevant skills on Claude Code, invoke the Skill tool at the start of every interaction to verify applicable skills and load guidance before answering any user queries.

Does this skill loading approach work with Gemini?

Yes, this skill loading approach works with Gemini by using the platform-specific activate_skill access guidance, ensuring proper context loading and prompt handling across different AI platforms.

Why should I invoke skills before asking clarifying questions?

Invoking skills before clarifying questions ensures proper context loading and guidance, redirecting the conversation to relevant skills first to prevent misaligned responses and maintain workflow best practices.

What are the best practices for context loading in AI prompt handling?

Best practices for context loading in AI prompt handling require enforcing skill tool invocation at the start of every interaction, prioritizing user instructions, and applying relevant skills before generating responses.