What problem does it solve?
This Skill ensures that AI agents consistently and correctly invoke relevant skills before generating any response or taking action, preventing missed opportunities for task automation and adherence to predefined workflows.
Core Features & Use Cases
- Mandatory Skill Invocation: Enforces the rule that if a skill might apply (even a 1% chance), it must be invoked first.
- Instruction Priority: Clearly defines the hierarchy of instructions, with user directives always taking precedence over skills, and skills overriding default system behavior.
- Platform Adaptation: Provides guidance on how to map Claude Code tool names to equivalents in other environments like Codex, Cursor, and Gemini CLI.
- Use Case: When a user asks a question that could potentially be answered or assisted by a skill (e.g., "How do I add a new user?"), this skill ensures the AI first checks and invokes a relevant user management skill before attempting to answer directly.
Quick Start
Always invoke any potentially relevant skill before generating a response or asking clarifying questions.