What problem does it solve? AI assistants often skip available skills and respond directly, missing established workflows like TDD, debugging, or brainstorming. This Skill establishes a mandatory protocol that forces the assistant to check for and invoke relevant skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially relevant skill (even at 1% relevance) before responding or acting. - Instruction Priority Framework: Defines a clear hierarchy where user instructions (CLAUDE.md, AGENTS.md) override skill defaults, which override system prompt behavior. - Cross-Platform Tool Mapping: Ships reference guides mapping Claude Code tools to Codex and Gemini CLI equivalents for portable skill execution. - Use Case: When a user asks to fix a bug, the assistant invokes the debugging skill first rather than improvising, ensuring disciplined, repeatable workflows. ## Quick Start Start a new conversation and ask the assistant to fix a bug, then observe it invoke the relevant debugging skill before responding.