From majestic-tools
Checks for and loads relevant skills before starting tasks, new requests, beginning work, or implementation, enforcing skill-first discipline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/majestic-tools:skill-firstThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before responding to ANY user request, check if a matching skill exists.
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.
npx claudepluginhub majesticlabs-dev/majestic-marketplace --plugin majestic-toolsEnforces skill invocation before any response: checks for relevant skills even with 1% applicability, used at conversation start.
Establishes the rule that Claude must invoke relevant skills before any response, including clarifying questions. Use at the start of any conversation to enforce skill-first behavior.
Enforces mandatory Skill tool invocation before any response or clarifying questions at conversation start to discover and apply relevant skills.