What problem does it solve? AI agents often skip available skills and respond directly, missing established workflows and producing inconsistent results. This Skill establishes a mandatory protocol that forces the agent to check for and invoke relevant skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially relevant skill (even at 1% relevance) before responding or acting. - Priority Framework: Defines instruction precedence (user instructions > skills > system defaults) and skill ordering (process skills before implementation skills). - Cross-Platform Tool Mapping: Ships reference guides mapping Claude Code tools to Codex and Gemini CLI equivalents. - Use Case: When a user asks to fix a bug, the agent first invokes the debugging skill, announces its use, creates todos from the skill checklist, and follows the workflow exactly instead of improvising. ## Quick Start Start a new conversation and ask the agent to begin any task so it loads this skill and checks for applicable skills before responding.