From chameleon
Use when the user explicitly invokes /chameleon-disable to suppress chameleon's advisory injections for the rest of the current session
How this skill is triggered — by the user, by Claude, or both
Slash command
/chameleon:chameleon-disableThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Disable chameleon's advisory injections for the current session. Hook stack still fires but no `<chameleon-context>` content is injected.
Disable chameleon's advisory injections for the current session. Hook stack still fires but no <chameleon-context> content is injected.
/chameleon-disable explicitlycallout-detector hook surfaces this command on detected frustration)Most-permanent → .chameleon/.skip (per-repo, all users, committed → team-wide)
↓ CHAMELEON_DISABLE=1 (per-user globally; in shell rc)
↓ /chameleon-disable (this session only)
↓ /chameleon-pause-15m (next 15 minutes)
Most-temporary
Use the most-temporary option that solves the immediate need. Revert by:
/chameleon-disable → starts new Claude Code session/chameleon-pause-15m → expires automaticallyCHAMELEON_DISABLE=1 → unset the env var.chameleon/.skip → remove the file from the repodisable_session requires a trust grant. If the repo has no .trust record, the tool returns status: failed with a message to run /chameleon-trust first.
chameleon-mcp::disable_session(repo=<repo_root>, session_id=<current session_id>).
session_unknown_to_chameleon: true, it means this session has never invoked another chameleon tool. Retry with force=True if the user explicitly asked for disable..session_disabled.<sha256(session_id)[:16]> marker before injecting; if present, skips..chameleon/.skip in this repo."/chameleon-teach instead/chameleon-doctor to check health.chameleon/canonicals.json directly OR use /chameleon-refresh/chameleon-refreshDisable is the escape hatch for situations where chameleon legitimately isn't useful in the moment, not a tool for fixing other problems.
npx claudepluginhub crisnahine/chameleon --plugin chameleonCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.