using-superpowers

Invoke relevant skills before generating any response or action.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/diegogalmarini/EscriAR --skill using-superpowers-diegogalmarini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/diegogalmarini/EscriAR/tree/main/.agent/skills/using-superpowers
Command: npx skills add https://github.com/diegogalmarini/EscriAR --skill using-superpowers-diegogalmarini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that AI agents always check for and utilize relevant skills before generating any response, preventing unassisted actions and ensuring adherence to predefined workflows.

Core Features & Use Cases

  • Mandatory Skill Invocation: Enforces the use of the Skill tool for any task where a skill might apply, even with a low probability.
  • Contextual Skill Loading: Automatically loads skill content into context upon invocation.
  • Use Case: When a user asks a question that could potentially be answered by a skill (e.g., "How do I debug this code?"), this skill ensures the AI first checks for and invokes a relevant debugging skill before attempting to answer directly.

Quick Start

Always check if any skill might apply to the user's request before proceeding.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure AI agents invoke skills before generating a response?

To ensure AI agents invoke skills before generating a response, implement a mandatory skill invocation protocol that enforces checking for applicable skills automatically on all conversational turns.

What is the skill invocation protocol for AI workflows?

The skill invocation protocol is a strict workflow rule requiring AI agents to check for relevant skills, even with a 1% chance of applicability, and load skill context before attempting any direct response or action.

How to enforce mandatory skill loading before an AI agent answers?

You can enforce mandatory skill loading by applying a protocol that forces the agent to utilize the Skill tool for any task where a skill might apply, automatically loading skill content into context before answering.

Why does my AI agent bypass predefined workflows and answer directly?

An AI agent bypasses predefined workflows and answers directly when a mandatory skill invocation protocol is not enforced, preventing unassisted actions and ensuring adherence to predefined workflows.

Can I apply a strict skill invocation protocol across all conversational turns?

Yes, you can apply a strict skill invocation protocol across all conversational turns and task initiations, prioritizing skill utilization over direct response generation to prevent unassisted actions.

When do I need a mandatory skill check for AI agent task initiations?

You need a mandatory skill check for AI agent task initiations when a user asks a question that could potentially be answered by a skill, ensuring the AI first checks for and invokes a relevant skill before attempting to answer directly.