List installed plugins
Lists all installed Claude Code plugins with options to filter by enabled/disabled status, show updates available, or display detailed information including commands, skills, and hooks.
/plugin marketplace add Lobbi-Docs/claude-2/plugin install lobbi-docs-plugin-marketplace@Lobbi-Docs/claude-2[--verbose] [--outdated] [--enabled] [--disabled]Show all installed Claude Code plugins.
List installed plugins with options: $ARGUMENTS
From $ARGUMENTS, check for:
--verbose / -v: Show detailed information--outdated: Only show plugins with updates available--enabled: Only show enabled plugins--disabled: Only show disabled plugins--project: Only show project-local plugins--user: Only show user-level pluginsCheck both plugin locations:
User plugins:
ls -la ~/.claude/plugins/
Project plugins:
ls -la .claude/plugins/
For each plugin directory, read:
<plugin-dir>/.claude-plugin/plugin.json
Extract:
Standard Output:
š¦ Installed Plugins
User Plugins (~/.claude/plugins/):
| Plugin | Version | Status |
|--------|---------|--------|
| @claude/git-assistant | 1.5.2 | ā
Enabled |
| @claude/code-formatter | 2.1.0 | ā
Enabled |
| @community/test-runner | 1.0.0 | āŖ Disabled |
Project Plugins (.claude/plugins/):
| Plugin | Version | Status |
|--------|---------|--------|
| @company/internal | 3.0.0 | ā
Enabled |
Total: 4 plugins (3 enabled, 1 disabled)
Verbose Output (--verbose):
š¦ Installed Plugins (Verbose)
### @claude/git-assistant v1.5.2
- Location: ~/.claude/plugins/git-assistant
- Status: ā
Enabled
- Author: Anthropic
- Commands:
- /git-assistant:commit
- /git-assistant:pr
- /git-assistant:review
- Skills:
- commit-message-generation
- pr-description
- Hooks:
- pre-commit ā validate-commit.sh
### @claude/code-formatter v2.1.0
...
Outdated Output (--outdated):
š¦ Plugins with Updates Available
| Plugin | Current | Latest |
|--------|---------|--------|
| @claude/git-assistant | 1.5.2 | 1.6.0 |
| @community/test-runner | 1.0.0 | 1.2.0 |
Update all: /plugin-marketplace:update --all
Update one: /plugin-marketplace:update @plugin-name
If no plugins found:
š¦ No plugins installed.
Get started:
- Browse plugins: /plugin-marketplace:browse
- Install a plugin: /plugin-marketplace:install @scope/plugin-name
For each plugin, detect:
Commands - Check for commands/*.md files
Skills - Check for skills/*/SKILL.md files
Hooks - Check for hooks/hooks.json
MCP Servers - Check for .mcp.json
Agents - Check for agents/ directory