Remove an installed plugin from your project.
Removes an installed plugin from your project and updates the installation registry.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamRemove an installed plugin from your project.
/uninstall <plugin-name> [--keep-config] [--force]
plugin-name (required): The plugin to remove--keep-config: Preserve configuration files--force: Remove even if other plugins depend on it/uninstall skills-security # Remove security skills
/uninstall agent-qa-engineer # Remove QA Engineer agent
/uninstall skills-jira --keep-config # Remove but keep config
When invoked:
Read: marketplace/installed.json
If not installed, inform user:
Plugin 'skills-security' is not installed.
Run `/plugins` to see installed plugins.
Find other installed plugins that depend on this one:
## Warning: Dependent Plugins
The following plugins depend on 'skills-jira':
- ai-dev-team-core
- workflow-requirements-to-stories
- agent-business-analyst
Removing this plugin may break these dependencies.
Use `--force` to remove anyway, or uninstall dependents first.
Execute any cleanup script defined in manifest's installHooks.preUninstall.
For each content type in the plugin's manifest:
Execute any post-cleanup script.
Remove from marketplace/installed.json.
## Uninstalled: skills-security
Removed:
- 4 skills from skills/security/
Configuration files preserved: No
Note: You may want to remove related entries from config/project.json.
/plugins - List installed plugins/install <name> - Install a plugin/marketplace - Browse available plugins