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 requires checking for and invoking relevant skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires invoking any potentially relevant skill (even at 1% likelihood) before responding or acting. - Cross-Platform Tool Mapping: Provides reference tables mapping Claude Code tool names to Copilot CLI, Codex, and Gemini CLI equivalents. - Priority and Red-Flag Rules: Defines instruction priority (user instructions over skills over defaults), skill ordering (process skills before implementation skills), and a list of rationalization red flags to stop. - Use Case: When a user asks an agent to fix a bug, the agent first invokes the debugging skill before exploring code, ensuring the correct workflow is followed from the start. ## Quick Start Ask the agent to start any task and it will check for applicable skills and invoke them before responding.