What problem does it solve? AI agents often skip relevant skills and respond directly, leading to inconsistent workflows and missed process discipline. This Skill enforces a mandatory check-and-invoke rule so that applicable skills are always loaded before any response or action. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires invoking any potentially relevant skill before responding, even for clarifying questions, with a decision flowchart and red-flag rationalization list. - Cross-Platform Tool Mapping: Provides reference tables mapping Augment Agent tool names to Copilot CLI, Codex, and Gemini CLI equivalents. - CodeGraph Integration Guidance: Directs agents to use semantic code intelligence tools when a .codegraph directory exists, falling back to standard file tools otherwise. - Use Case: An agent receives a request to fix a bug; before answering, it invokes the debugging skill first, then follows that skill's workflow exactly. ## Quick Start Invoke the using-superpowers skill at the start of every conversation to load the skill discovery and invocation rules.