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 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. - Instruction Priority Framework: Defines a clear hierarchy where user instructions override skills, and skills override default system behavior. - Cross-Platform Tool Mapping: Provides reference tables mapping Claude Code tools to Copilot CLI, Codex, and Gemini CLI equivalents. - 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 process is followed rather than ad-hoc troubleshooting. ## Quick Start Start a conversation and require the agent to check for and invoke any applicable skill before giving any response or taking any action.