What problem does it solve? AI agents often skip available skills and improvise answers, leading to inconsistent workflows and missed process discipline. This Skill establishes a mandatory protocol that requires checking 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 tool names 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 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.