Search the documentation
8 pages for plugin uninstall.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Claude Code changelog
Claude Code CLI · in the page
changelog
…uts * Fixed @-mentions attaching nothing after a partial file read, plugin uninstall targeting the wrong marketplace, and false "Command timed out" on exit code 143 * Fixed OpenTelemetry HTTP expo…
Scan your codebase for vulnerabilities
Claude Code CLI · in the page
claude-security
…move the plugin, uninstall it from the `/plugin` menu, or run `claude plugin uninstall claude-security` in your terminal. ## Scan and fix your codebase The plugin adds one command, `/claude-security…
Discover and install prebuilt plugins through marketplaces
Claude Code CLI · in the page
discover-plugins
…t commands: * When you run `/plugin disable`, `/plugin enable`, or `/plugin uninstall`, Claude Code opens the plugin panel to apply the change and leaves it open. Press **Esc** to close the panel bef…
Constrain plugin dependency versions
Claude Code CLI · in the page
plugin-dependencies
…ss `-y`. To prune as part of an uninstall, pass `--prune` to `claude plugin uninstall`. After removing the named plugin, Claude Code scans for and removes any auto-installed dependencies that are now…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…claude plugin install formatter@my-marketplace --scope local ``` ### plugin uninstall Remove an installed plugin. ```bash theme={null} claude plugin uninstall <plugin> [options] ``` **Arguments:**…
Catch security issues as Claude writes code
Claude Code CLI · in the page
security-guidance
…ficial ``` To remove it from your user scope: ```text theme={null} /plugin uninstall security-guidance@claude-plugins-official ``` If the plugin was enabled through a project's `.claude/settings.js…
Extend Claude with skills
Claude Code CLI · in the page
skills
…nstall the plugin that provides it, from the `/plugin` menu or with `/plugin uninstall <plugin-name>@<marketplace-name>`. Claude Code unloads the plugin's skills after you run `/reload-plugins` or res…
Week 18 · April 27 – May 1, 2026
Claude Code CLI · in the page
whats-new/2026-w18
…/code> removes orphaned auto-installed plugin dependencies, and <code>plugin uninstall --prune</code> cascades</div> <div><code>/skills</code> now has a type-to-filter search box so you can find a…