Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub krzemienski/crucible --plugin crucibleHow 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:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
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.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
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.