using-superpowers

Initiates conversations by invoking the Skill tool to select and load the most relevant capability before replying.

6|2|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/EricOo0/stock-trading-platform --skill using-superpowers-ericoo0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/EricOo0/stock-trading-platform/tree/main/.codex/superpowers/skills/using-superpowers
Command: npx skills add https://github.com/EricOo0/stock-trading-platform --skill using-superpowers-ericoo0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that any new conversation begins by invoking the Skill tool to discover and apply the most relevant capability before replying.

Core Features & Use Cases

  • Mandatory Skill Invocation: Checks for applicable skills at the outset and loads them before any response.
  • Guided interaction: Establishes a consistent protocol for queries requiring domain skills.
  • Use Case: A new conversation starts; the AI automatically activates a relevant skill such as using-superpowers to determine the next best action for the user.

Quick Start

To verify applicability, initiate a conversation with a question that might require skills. The AI should immediately announce and invoke the appropriate Skill tool 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 automate skill invocation before every AI response in a workflow?

To automate skill invocation, this skill establishes a mandatory pre-check protocol that triggers the Skill tool at the start of any new conversation. It automatically discovers and loads the most relevant capability from SKILL.md before the AI generates a reply.

What is the purpose of a pre-check protocol for conversational design?

A pre-check protocol for conversational design ensures the AI identifies and loads domain-specific guidance before answering. This mechanism prevents misaligned responses by deterministically selecting the appropriate skill to apply to the user's intent.

How do I ensure my AI tooling loads the right capability before asking clarifying questions?

To ensure AI tooling loads the right capability first, this skill forces the system to invoke the Skill tool and evaluate available capabilities before any clarifying questions are asked, guaranteeing domain guidance is applied deterministically.

Does this skill discovery mechanism work with multiple skills addressing the same user intent?

Yes, this skill discovery mechanism is specifically designed for workflows where multiple skills may address a given user intent. It performs a pre-check to select and load the appropriate skill guidance deterministically before responding.

How do I verify that skill management correctly loads guidance from SKILL.md?

To verify skill management loads guidance correctly, initiate a conversation requiring domain skills. The AI should announce and invoke the appropriate Skill tool, loading instructions from SKILL.md and following them deterministically before replying.