Remove an installed plugin
Uninstall a Claude Code plugin from your system. Use this to remove plugins you no longer need, optionally deleting their configuration files as well.
/plugin marketplace add Lobbi-Docs/claude-2/plugin install lobbi-docs-plugin-marketplace@Lobbi-Docs/claude-2<@scope/plugin-name> [--include-config]Uninstall a Claude Code plugin.
Remove the plugin specified: $ARGUMENTS
Extract from $ARGUMENTS:
@scope/plugin-name--include-config to also remove settingsFind the plugin in:
~/.claude/plugins/<plugin-name>/.claude/plugins/<plugin-name>/If not found:
ā Plugin @scope/plugin-name is not installed.
Installed plugins: /plugin-marketplace:list
Show what will be removed:
šļø Remove @claude/git-assistant?
This will remove:
š ~/.claude/plugins/git-assistant/
Commands:
⢠/git-assistant:commit
⢠/git-assistant:pr
⢠/git-assistant:review
Skills:
⢠commit-message-generation
⢠pr-description
Hooks:
⢠pre-commit validation
Configuration file will be PRESERVED:
š ~/.claude/git-assistant.local.md
To also remove configuration, use --include-config
Proceed with removal?
Execute removal:
# Remove plugin directory
rm -rf ~/.claude/plugins/git-assistant/
# Optionally remove config
rm ~/.claude/git-assistant.local.md # if --include-config
ā
Plugin @claude/git-assistant has been removed.
Removed:
⢠Plugin files from ~/.claude/plugins/git-assistant/
⢠Commands: /git-assistant:commit, /git-assistant:pr, /git-assistant:review
⢠Skills: commit-message-generation, pr-description
⢠Hooks: pre-commit
Preserved:
⢠Configuration: ~/.claude/git-assistant.local.md
(Delete manually if no longer needed)
To reinstall: /plugin-marketplace:install @claude/git-assistant
ā
Plugin @claude/git-assistant completely removed.
Removed:
⢠Plugin files
⢠Commands, skills, hooks
⢠Configuration file: ~/.claude/git-assistant.local.md
All traces of the plugin have been removed.
Before removing, check if other plugins depend on this one:
ā ļø Warning: Other plugins depend on @scope/plugin-name
Dependent plugins:
⢠@other/plugin-a - uses shared utilities
⢠@other/plugin-b - requires this plugin
Removing may break these plugins.
Options:
⢠Remove anyway (may cause errors)
⢠Cancel removal
⢠Remove all dependent plugins first
ā Cannot remove ~/.claude/plugins/git-assistant/
Permission denied. Try:
⢠Check file permissions
⢠Ensure no processes are using plugin files
ā ļø Plugin @scope/plugin-name is currently active.
The plugin will be disabled before removal.
Proceed?