What problem does it solve? AI assistants often skip available skills and answer directly, missing workflows that would produce better results. This Skill establishes a mandatory protocol that forces the assistant to check for and invoke relevant skills before responding to any user message. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially relevant skill before responding, even for simple questions or clarifications. - Priority Rules: Defines instruction precedence (user instructions over skills over system defaults) and skill ordering (process skills before implementation skills). - Cross-Platform Tool Mapping: Ships reference guides mapping Claude Code tools to Codex and Gemini CLI equivalents. - Use Case: When a user asks to fix a bug, the assistant first invokes the debugging skill rather than jumping straight into code edits, ensuring disciplined workflows. ## Quick Start Start any conversation and the assistant will check for applicable skills before responding to your request.