Disable credo here
Switch credo off for the directory the user is working in. This is a per-directory opt-out: it
makes credo stop advertising itself here (no onboarding ASK, no [credo] prompt line) and winds
down any active credo state for the current session. It does NOT uninstall the plugin and it is
fully reversible.
When to use
- The user runs
/credo:disable. - The user says, in any wording, that they want credo off for this directory / repo - for example "stop using credo here", "disable credo for this repo", "turn credo off here", "credo hier aus", "credo hier deaktivieren".
If the user clearly means globally uninstalling credo (not just this directory), do not use this
skill - explain that this only silences credo for the current directory and that removing the
plugin is a separate claude plugin action.
What it does (run both)
Run these steps, then confirm briefly. Each step is independent and failure-safe; if one prints an error, report it plainly and continue with the other.
Remember this directory as declined (persistent, per-directory - keyed by the git top-level else the current working directory):
"${CLAUDE_PLUGIN_ROOT}/scripts/credo-dir-decision.sh" set declinedThis is what makes the onboarding ASK and the
[credo]prompt line stay silent here in this and every future session, until it is re-enabled.Clear the active session mode for THIS session and switch keep-alive autonomy off, in one step.
session-mode-set.sh clearremoves this session's mode file and runs the same keep-alive teardown that active/passive use (clearscredo-autonomy-active, sets thecredo-autonomy-pausedopt-out):"${CLAUDE_PLUGIN_ROOT}/hooks/session-mode-set.sh" clearWith no mode file and a declined directory, the session-mode inject line stays silent (no
[credo-mode]and no[credo]bootstrap line).
Confirm
Confirm in one or two short sentences, for example:
credo disabled for this directory - the onboarding question and the
[credo]line stay silent here, the active session mode is cleared, and keep-alive autonomy is off. Reversible any time with/credo:enable(or by setting a session mode with/credo:session-activeor/credo:session-passive).
Do not do anything else - this skill only disables credo for the directory.