Search the documentation
7 pages for plugin disable.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Discover and install prebuilt plugins through marketplaces
Claude Code CLI · in the page
discover-plugins
…You can also manage plugins with direct commands: * When you run `/plugin disable`, `/plugin enable`, or `/plugin uninstall`, Claude Code opens the plugin panel to apply the change and leaves it op…
Constrain plugin dependency versions
Claude Code CLI · in the page
plugin-dependencies
…it. Disable that plugin first, or disable everything together: claude plugin disable deploy-kit@acme-tools && claude plugin disable secrets-vault@acme-tools ``` Copy the chained command from the erro…
Create and distribute a plugin marketplace
Claude Code CLI · in the page
plugin-marketplaces
…enabled after install (default: true). Set to `false` to install the plugin disabled until the user opts in. Takes precedence over the same field in the plugin's `plugin.json`. See [Default enablemen…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…othing was installed from a marketplace. ```bash theme={null} claude plugin disable my-tool@skills-dir ``` *** <h2 id="synced-plugins"> Plugins synced from claude.ai </h2> In [Cowork](https://cl…
How Claude Code uses prompt caching
Claude Code CLI · in the page
prompt-caching
…turn after the change applies, not when you run `/plugin enable` or `/plugin disable`. Claude Code can also apply a change on its own in three cases: * For a plugin with a `command` source, Claude Co…
Catch security issues as Claude writes code
Claude Code CLI · in the page
security-guidance
…| To pause the plugin in your user scope: ```text theme={null} /plugin disable security-guidance@claude-plugins-official ``` To remove it from your user scope: ```text theme={null} /plugin uni…
Week 21 · May 18–22, 2026
Claude Code CLI · in the page
whats-new/2026-w21
…UDE\_CODE\_USE\_POWERSHELL\_TOOL=0</code></div> <div><code>claude plugin disable</code> now refuses when another enabled plugin depends on the target, and <code>claude plugin enable</code> force-e…