Use when the user wants to list, configure, update, or remove installed Claude Code plugins
Manages installed Claude Code plugins by listing, configuring, updating, or removing them. Use when users need to view their plugin inventory, resolve conflicts, check status, or modify plugin settings.
/plugin marketplace add Lobbi-Docs/claude-2/plugin install lobbi-docs-plugin-marketplace@Lobbi-Docs/claude-2This skill inherits all available tools. When active, it can use any tool Claude has access to.
Help users manage their installed Claude Code plugins.
Activate this skill when the user:
/plugin-marketplace:list
Output includes:
/plugin-marketplace:list --verbose
Additional info:
/plugin-marketplace:list --enabled
/plugin-marketplace:list --disabled
/plugin-marketplace:list --outdated
Get detailed info about a specific plugin:
/plugin-marketplace:info @scope/plugin-name
Shows:
Create plugin-specific settings:
.claude/plugin-name.local.md
# Plugin Name Settings
## Option 1
Value or description: setting-value
## Option 2
Enabled: true
## Custom Paths
- /path/to/resource
- /another/path
Some plugins use environment variables:
export PLUGIN_API_KEY="your-key"
export PLUGIN_ENDPOINT="https://api.example.com"
For @claude/git-assistant:
# Git Assistant Settings
## Commit Message Style
Convention: conventional-commits
## Auto-stage
Enabled: false
## Ignored Paths
- node_modules/
- dist/
- .env
/plugin-marketplace:remove @scope/plugin-name
This will:
/plugin-marketplace:remove @scope/plugin-name --include-config
/plugin-marketplace:remove --all --project
/plugin-marketplace:disable @scope/plugin-name
/plugin-marketplace:enable @scope/plugin-name
Disabled plugins:
When two plugins conflict:
Identify the conflict:
/plugin-marketplace:list --verbose
Check for overlapping commands:
Resolution options:
Symptoms: Commands not available, skills not activating
Diagnostic steps:
/plugin-marketplace:listIf plugins are slowing down Claude Code:
Identify slow plugins:
Solutions:
┌─────────────┐
│ Discovered │
└──────┬──────┘
│ install
▼
┌─────────────┐
│ Installed │◄────────┐
└──────┬──────┘ │
│ enable │ disable
▼ │
┌─────────────┐ │
│ Enabled │─────────┘
└──────┬──────┘
│ activate (on demand)
▼
┌─────────────┐
│ Active │
└─────────────┘
.claude/ settingsResponse: Here are your 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-tools | 3.0.0 | ✅ Enabled |
Would you like details on any specific plugin?
Response: I'll remove the @community/test-runner plugin.
/plugin-marketplace:remove @community/test-runner
✅ Plugin removed successfully.
Cleaned up:
/test-runner:run, /test-runner:watchNote: Configuration file .claude/test-runner.local.md was preserved. Remove it manually if no longer needed.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.