From majestic-tools
Checks for and loads relevant skills before starting tasks, new requests, beginning work, or implementation, enforcing skill-first discipline.
npx claudepluginhub majesticlabs-dev/majestic-marketplace --plugin majestic-toolsThis skill uses the workspace's default tool permissions.
Before responding to ANY user request, check if a matching skill exists.
Enforces skill check before any Claude Code response: invoke if 1% relevant, follow flowchart and red flags to avoid rationalizing skips. Use at conversation starts.
Enforces mandatory Skill tool invocation before any response or clarifying questions at conversation start to discover and apply relevant skills.
Mandates skill invocation before any response if even 1% relevant, including clarifications. Guides accessing and using skills via Skill tool in Claude Code.
Share bugs, ideas, or general feedback.
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.