From crucible
Deactivate Crucible enforcement in the current project. Use this when Crucible's hooks are blocking a session in a project that is not actively running a Crucible workflow, or when you want to step out of enforcement temporarily. This is the explicit opt-out — Crucible's hooks become silent no-ops. Removes the .crucible/active sentinel. Reversible via /crucible:enable. Does not delete any evidence/ artifacts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/crucible:disableThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deactivate Crucible's hooks in the current project so they stop firing. Use when:
Deactivate Crucible's hooks in the current project so they stop firing. Use when:
${CLAUDE_PROJECT_DIR}/.crucible/active exists (so you know there's something to disable).rm -f ${CLAUDE_PROJECT_DIR}/.crucible/active
Crucible disabled at <project>/.crucible/active (file removed). Hooks are now silent.touch ${CLAUDE_PROJECT_DIR}/.crucible/disabled
This kill switch overrides any future .crucible/active until the user explicitly removes it.evidence/ artifacts — they are the project's audit trail and remain valuable even after disable..crucible/ files unless the user explicitly asks..crucible/active to remove).User: /crucible:disable
Assistant: Crucible disabled at /Users/me/myproject/.crucible/active.
Pre/Post/Stop hooks will be silent no-ops here.
Evidence directory preserved.
To re-enable: /crucible:enable
This is the explicit, documented escape hatch from Crucible enforcement. It is NOT a "force-complete" or a way to bypass the gate while a workflow is active — it is a clean opt-out that turns Crucible's voice off in this project. Within an active workflow, the gate still refuses without override; this skill changes whether the workflow is active at all.
npx claudepluginhub krzemienski/crucible --plugin crucibleOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.