What problem does it solve? AI agents often skip available skills and improvise answers, leading to inconsistent workflows. This Skill establishes a mandatory protocol that forces the agent to check for and invoke relevant skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires calling the Skill tool whenever there is even a 1% chance a skill applies, with a decision flowchart and a list of rationalization red flags. - Cross-Platform Tool Mapping: Provides reference tables mapping Claude Code tools to Copilot CLI, Gemini CLI, Codex, and Hermes Agent equivalents. - Instruction Priority & Routing: Defines a priority hierarchy (user instructions > skills > system defaults), skill-type ordering (process skills before implementation skills), and routing rules for Chinese-language workflows. - Use Case: When a user asks to fix a bug, the agent first invokes the debugging skill, announces its use, creates TodoWrite items from checklists, and only then responds. ## Quick Start Ask the agent to handle any task and it will first check for applicable skills, announce which one it is using, and follow that skill's instructions before responding.