What problem does it solve? AI coding assistants often skip available skills and jump straight into tasks, producing undisciplined or inconsistent work. This Skill establishes a mandatory workflow where the agent checks for and invokes relevant skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires invoking any potentially relevant skill (even at 1% relevance) before responding or acting. - Cross-Platform Tool Mapping: Ships reference guides mapping Claude Code tools to Copilot CLI, Codex, and Gemini CLI equivalents. - Priority and Red-Flag Rules: Defines instruction priority (user instructions over skills over system defaults), skill ordering (process skills before implementation skills), and a table of rationalization red flags. - Use Case: When a user asks an agent to fix a bug, the agent first invokes the debugging skill, announces its use, creates todos from the skill checklist, and only then proceeds with the fix. ## Quick Start Ask your AI assistant to check for and invoke any applicable skills before answering your next coding request.