Use when the user wants to install, update, or set up a Claude Code plugin
Guide users through installing Claude Code plugins from the marketplace or git repositories. I'll help when you ask to install, update, or troubleshoot plugins, including handling permissions and verifying installations.
/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.
Guide users through installing and configuring Claude Code plugins.
Activate this skill when the user:
Install plugins directly from the registry:
/plugin-marketplace:install @scope/plugin-name
This will:
For plugins not in the registry or development versions:
# Clone to plugins directory
git clone https://github.com/org/plugin-name ~/.claude/plugins/plugin-name
# Or for project-specific
git clone https://github.com/org/plugin-name .claude/plugins/plugin-name
For testing local plugins:
# Symlink to plugins directory
ln -s /path/to/my-plugin ~/.claude/plugins/my-plugin
| Location | Scope | Path |
|---|---|---|
| User | All projects | ~/.claude/plugins/ |
| Project | Current project | .claude/plugins/ |
Priority: Project plugins override user plugins with the same name.
Before installing, check:
Run the install command:
/plugin-marketplace:install @scope/plugin-name
Confirm the plugin is installed:
/plugin-marketplace:list
Some plugins require configuration. Create settings file:
.claude/plugin-name.local.md
Verify the plugin works:
Plugins may request permissions. Explain each:
| Permission | Risk | Description |
|---|---|---|
filesystem:read | Medium | Read files from disk |
filesystem:write | High | Write/modify files |
network | Medium | Make HTTP requests |
execute | High | Run shell commands |
mcp | Medium | Connect to MCP servers |
Always review permissions before installing.
Error: Plugin @scope/plugin-name not found in registry
Solutions:
Error: Permission denied writing to plugins directory
Solutions:
Error: Plugin requires Claude Code >= 2.0.0
Solutions:
Error: Missing .claude-plugin/plugin.json
Solutions:
/plugin-marketplace:update @scope/plugin-name
/plugin-marketplace:update --all
/plugin-marketplace:list --outdated
Response: I'll install the @claude/git-assistant plugin for you.
/plugin-marketplace:install @claude/git-assistant
✅ Plugin installed successfully!
What's included:
/git-assistant:commit, /git-assistant:prPermissions granted:
execute - Run git commandsfilesystem:read - Read git historyWould you like me to show you how to use it?
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.