View all plugins currently installed in your project.
Lists all installed plugins with version and update status information.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamView all plugins currently installed in your project.
/plugins [--category <category>] [--outdated]
--category <category>: Filter by plugin type (agents, skills, prompts, workflows, commands, bundles)--outdated: Show only plugins with available updates/plugins # List all installed plugins
/plugins --category agents # List installed agents only
/plugins --outdated # Show plugins with updates available
When invoked:
Read: marketplace/installed.json
## Installed Plugins
| Plugin | Type | Version | Status |
|--------|------|---------|--------|
| ai-dev-team-core | bundle | 1.0.0 | Up to date |
| skills-jira | skill | 1.0.0 | Up to date |
| agent-senior-developer | agent | 1.0.0 | Update available (1.1.0) |
| skills-security | skill | 0.9.0 | Update available (1.0.0) |
**Total:** 4 plugins installed
Use `/plugin-info <name>` for details or `/update <name>` to update.
## No Plugins Installed
Browse the marketplace to find plugins:
- `/marketplace` - Browse all categories
- `/marketplace --featured` - See featured plugins
- `/install ai-dev-team-core` - Install the core bundle to get started
When --outdated is specified, only show plugins where installed version < latest version:
## Outdated Plugins
| Plugin | Installed | Latest | Breaking Changes |
|--------|-----------|--------|------------------|
| agent-senior-developer | 1.0.0 | 1.1.0 | No |
| skills-security | 0.9.0 | 1.0.0 | Yes |
Use `/update <name>` to update a plugin.
Use `/update --all` to update all plugins.
/marketplace - Browse available plugins/install <name> - Install a plugin/uninstall <name> - Remove a plugin/update <name> - Update a plugin/plugin-info <name> - View plugin details