← ClaudeAtlas

disablelisted

Disable credo for the current directory. Use when the user wants to stop credo here - for example "stop using credo here", "disable credo for this repo", "turn credo off here", "no credo in this directory", "credo hier aus", "credo hier deaktivieren", "credo hier abschalten" - or runs the /credo:disable command. It persists a per-directory declined decision (so the SessionStart onboarding ASK and the [credo] prompt line stay silent here across future sessions), clears the active session mode for the current session, and switches keep-alive autonomy off (same effect as switching to active/passive). Fully reversible via /credo:enable.
Marcel-Bich/marcel-bich-claude-marketplace · ★ 13 · AI & Automation · score 80
Install: claude install-skill Marcel-Bich/marcel-bich-claude-marketplace
# 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. 1. Remember this directory as declined (persistent, per-directory - keyed by the git top-level else the current working directory): ```bash "${CLAUDE_PLUGIN_ROOT}/scripts/credo-dir-decision.sh" set declined ``` This 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. 2. Clear the active session mode for THIS session and switch keep-alive autonomy off, in one step