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 requiring skill lookup and invocation before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires checking for applicable skills before any response, with a decision flowchart governing when to invoke, announce, and follow skills. - Instruction Priority Framework: Defines a clear hierarchy where user instructions (CLAUDE.md, GEMINI.md, AGENTS.md) override skills, which override default system behavior. - Cross-Platform Tool Mapping: Ships reference guides mapping Claude Code tool names to Copilot CLI, Codex, and Gemini CLI equivalents, including subagent dispatch patterns. - Use Case: When a user asks an agent to fix a bug, the agent first invokes the debugging skill before exploring code, then applies domain-specific skills, ensuring process skills run before implementation skills. ## Quick Start Ask the agent to start any task and it will check for applicable skills, announce which one it is using, and follow it before responding.