What problem does it solve?
Ensures that agents consistently detect and invoke applicable skills before taking action, preventing ad-hoc exploration, missed procedures, or inconsistent workflows and enforcing a predictable discovery-first process.
Core Features & Use Cases
- Enforced Skill Discovery: Require calling the Skill activation mechanism whenever there is any chance a skill applies, even before clarification or exploration.
- Priority & Routing Rules: Defines priority ordering between user instructions, this skill, and default system prompts, and includes mandatory Chinese-localization routing for specific scenarios.
- Platform Guidance: Provides mappings and usage guidance for Claude Code, Codex, and Gemini CLI environments so skills can be activated correctly across runtimes.
- Use Case: Before starting a code review, debugging session, or multi-agent task, invoke this skill to determine which specialized skills (e.g., Chinese code review, debugging workflows) must run first.
Quick Start
Invoke the using-superpowers skill before responding to the user to detect and activate any applicable skills.