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 crucibleThis skill uses the workspace's default tool permissions.
Deactivate Crucible's hooks in the current project so they stop firing. Use when:
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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.