using-superpowers

Enforce skill invocation before responding to user requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Establishes a mandatory skill invocation protocol before any user-facing response to ensure the correct Skill is applied and to prevent uncoordinated actions.

Core Features & Use Cases

  • Enforces pre-flight Skill tool usage prior to any reply, including clarifying questions.
  • Defines a consistent workflow for loading and applying skills across platforms (Claude Code, Gemini CLI, etc.).
  • Provides governance for prioritizing user instructions over default behavior while still enabling superpowers when appropriate.

Quick Start

Prompt me with your goal and I will immediately invoke the most relevant skill 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 force an AI conversation tool to invoke a specific skill before replying?

To force skill invocation before replying, establish a mandatory pre-flight protocol that checks applicable skills against user requests and task commands prior to generating any response.

What is a pre-flight skill invocation protocol for AI conversation workflows?

A pre-flight skill invocation protocol is a governance mechanism that verifies and loads applicable skills via platform-specific tool mappings before an AI generates a user-facing response.

Can I enforce skill prioritization across different platforms like Claude Code and Gemini CLI?

Yes, you can enforce skill prioritization across platforms like Claude Code and Gemini CLI by defining a consistent workflow that uses platform-specific Skill tool mappings to load skills.

Does a skill require a SKILL.md frontmatter entry point to be invoked automatically?

Yes, automatic skill invocation requires defining an entry point with a SKILL.md frontmatter that exposes a valid name and description accessible via the platform's Skill tool mappings.

Why does my AI assistant skip relevant skills when processing task commands?

AI assistants skip relevant skills when there is no enforced upfront invocation protocol verifying applicable skills against the task command before generating a response.