What problem does it solve? AI coding agents often skip available skills and improvise solutions, leading to inconsistent workflows and missed best practices. This Skill establishes a mandatory protocol that forces agents to check for and invoke relevant skills before responding to any user message. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires invoking any potentially relevant skill before responding, even for clarifying questions, with a decision flowchart and red-flag rationalization table. - Instruction Priority Framework: Defines a clear hierarchy where user instructions (CLAUDE.md, AGENTS.md) override skill guidance, which overrides default system behavior. - Cross-Platform Tool Mapping: Ships reference documents mapping Claude Code tool names to Copilot CLI, Codex, and Gemini CLI equivalents, including subagent dispatch workarounds. - Use Case: When a user asks an agent to fix a bug, the agent first invokes the debugging skill before exploring code, ensuring disciplined test-driven investigation instead of ad-hoc patching. ## Quick Start Ask the agent to start any task and it will check for applicable skills before responding.