What problem does it solve? AI agents often skip available skills and respond directly, missing established workflows. This Skill establishes a mandatory discipline: check for and invoke applicable skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially relevant skill (even at 1% likelihood) before responding or acting. - Cross-Platform Tool Mapping: Ships reference tables mapping Claude Code tool names to Codex, Copilot CLI, Gemini CLI, and Cline equivalents. - Priority and Workflow Rules: Defines instruction priority (user instructions over skills over system defaults), skill ordering (process skills before implementation skills), and an interaction rhythm for conversations. - Use Case: When a user asks an agent to fix a bug, the agent first invokes the debugging skill, announces its usage, and follows that workflow instead of improvising. ## Quick Start Ask the agent to start any task and it will check for applicable skills and invoke them before responding.