using-superpowers

Enforce skill invocation before any AI response using SKILL.md frontmatter.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Xinm123/MyRecall --skill using-superpowers-xinm123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/Xinm123/MyRecall/tree/main/openrecall/.trae/skills/using-superpowers
Command: npx skills add https://github.com/Xinm123/MyRecall --skill using-superpowers-xinm123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines how to locate, load, and apply skill tools to guide conversations, ensuring a Skill must be invoked before any response, including clarifications.

Core Features & Use Cases

  • Skill discovery and invocation before responses: ensures deterministic behavior by checking applicable skills at the start.
  • Access guidance: provides platform-specific instructions for Claude Code and other environments.
  • Operational workflow: enforces announcing usage and following a predefined checklist when relevant.

Quick Start

Use the skill at the very beginning of a conversation to determine applicability and load its instructions.

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 an AI response in automated workflows?

Skill invocation before a response is enforced by checking applicable skills at the very start of a conversation. This ensures deterministic behavior by requiring skill-based guidance or tool usage before any answer or clarifying question is produced.

What is a conversation guidance checklist and when do I need it for automation?

A conversation guidance checklist is a predefined operational workflow that ensures an AI announces skill usage and follows specific instructions. You need it when your automation requires deterministic, skill-based guidance before generating replies.

How to set up a SKILL.md frontmatter for conversation guidance?

To set up conversation guidance, create a SKILL.md frontmatter at the root directory containing the skill name and description. The body holds operational instructions, with optional scripts, references, and assets directories for extended resources.

Does this skill invocation approach work with Claude Code and other environments?

Yes, the skill invocation approach provides platform-specific access guidance for Claude Code and other environments. It announces usage and follows a predefined checklist to ensure consistent skill-based behavior across platforms.

Why does my AI skip skill invocation and respond directly instead of asking clarifying questions?

AI skips skill invocation when a deterministic skill check is not enforced at the conversation start. Applying a skill-based guidance checklist ensures applicable skills are loaded before any response, including clarifications, preventing direct replies.

What are the limitations of enforcing skill tools before every conversation response?

The main limitation is the strict requirement for a root SKILL.md frontmatter with name and description. Without this structure, the operational workflow cannot load instructions or enforce the predefined checklist before generating responses.