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 applicable skill (even at 1% relevance) before responding or acting. - Cross-Platform Tool Mapping: Provides reference tables 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) and lists rationalization patterns to avoid. - 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 follows the workflow exactly. ## Quick Start Ask the agent to start any task and it will check for applicable skills, invoke them, and announce which skill it is using before responding.