Use when the user wants to publish, share, or submit a Claude Code plugin to the marketplace
Guides you through publishing Claude Code plugins to the marketplace. Activates when users want to publish, share, or submit a plugin, helping validate structure, create accounts, and submit via the publish command.
/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 publishing their Claude Code plugins to the marketplace.
Activate this skill when the user:
Before publishing, ensure the plugin has:
my-plugin/
├── .claude-plugin/
│ └── plugin.json # ✅ Required manifest
├── README.md # ✅ Required documentation
├── LICENSE # ✅ Required license file
├── commands/ # Optional
│ └── *.md
├── skills/ # Optional
│ └── */SKILL.md
├── agents/ # Optional
├── hooks/ # Optional
│ └── hooks.json
└── scripts/ # Optional
{
"name": "plugin-name",
"description": "Clear, concise description of the plugin",
"version": "1.0.0",
"author": "Your Name or Organization"
}
Run the validation command:
/plugin-marketplace:publish --validate
This checks:
If publishing for the first time:
/plugin-marketplace:publish --register
This will:
Submit the plugin:
/plugin-marketplace:publish
Or with explicit path:
/plugin-marketplace:publish ./path/to/plugin
For verified badge, additional review is required:
@scope/plugin-name
| Scope | Description | Example |
|---|---|---|
@username | Personal plugins | @john/my-helper |
@org | Organization plugins | @acme/internal-tools |
@claude | Official Anthropic | @claude/git-assistant |
@community | Verified community | @community/formatter |
MAJOR.MINOR.PATCH
1.0.0 → 1.0.1 (Patch: bug fixes)
1.0.1 → 1.1.0 (Minor: new features, backwards compatible)
1.1.0 → 2.0.0 (Major: breaking changes)
/plugin-marketplace:publish --update
Requires:
A good README includes:
# Plugin Name
Brief description of what the plugin does.
## Features
- Feature 1
- Feature 2
## Installation
\`\`\`
/plugin-marketplace:install @scope/plugin-name
\`\`\`
## Usage
### Commands
- `/plugin-name:command1` - Description
- `/plugin-name:command2` - Description
### Configuration
How to configure the plugin.
## Examples
Real usage examples.
## License
MIT (or your license)
Choose the most appropriate category:
| Category | For Plugins That... |
|---|---|
code-generation | Generate code or boilerplate |
code-analysis | Analyze, lint, or review code |
testing | Help with testing workflows |
formatting | Format or style code |
documentation | Generate or manage docs |
git | Enhance git workflows |
ai-enhancement | Extend Claude capabilities |
productivity | Improve developer workflow |
integration | Connect to external services |
utilities | General utilities |
Response: Great! Let's publish your formatter plugin. First, let me validate it:
/plugin-marketplace:publish --validate
Validation Results: ✅ Manifest valid ✅ README present ✅ LICENSE (MIT) detected ✅ Commands: 2 found ✅ Skills: 1 found ⚠️ Suggestion: Add keywords to manifest for better discoverability
Would you like to proceed with publishing? I can help you:
Response: Publishing @username/code-formatter v1.0.0...
/plugin-marketplace:publish
✅ Plugin published successfully!
Your plugin is now available at:
/plugin-marketplace:install @username/code-formatter
Next steps:
Would you like me to help you apply for verified status?
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.