Check for relevant skills before starting any task. Triggers on task start, new requests, beginning work, or implementation.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Before responding to ANY user request, check if a matching skill exists.
Skill tool to load itIf you catch yourself considering these, stop and check for skills:
These are failure modes. If a skill exists for your task, use it.
The Skill tool shows all installed skills in its "Available Skills" section. Skills are organized by source:
To list skills programmatically:
find ~/.claude -path "*/skills/*/SKILL.md" 2>/dev/null | xargs -I{} grep "^name:" {}
Skip only when:
For everything else, skill-first is mandatory.