Plugins
Extended functionality via the Claude marketplace
Prerequisites
- Basic Claude Code usage
What You'll Learn
- Browse and install plugins
- Understand what plugins provide
- Use plugin slash commands
- Create custom plugins for your team
Featured Plugins
Vercel
Deploy projects, view logs, configure Vercel settings
/vercel:deploy/vercel:logs/vercel:setupStripe
Payment integration, test cards, error explanations
/stripe:test-cards/stripe:explain-errorCode Review
Deep code review for pull requests
/code-review:code-reviewFeature Dev
Guided feature development with architecture focus
/feature-dev:feature-devWhat Plugins Provide
Skills
Namespaced commands like /vercel:deploy that trigger specialized workflows.
Best Practices
Domain expertise that Claude uses when working with specific technologies.
MCP Tools
API integrations that let Claude interact with external services.
Managing Plugins
View and manage installed plugins with the /plugins command:
View installed plugins:
/pluginsInstall a plugin by asking Claude:
"Install the Vercel plugin"Installed plugins provide skills you can invoke with their namespaced slash commands.
Plugin Sources
Maintained by Anthropic. Verified for security and quality.
Built by developers. Review code before installing from unknown sources.
Create your own plugins for team-specific workflows and integrations.
Creating Your Own Plugin
Plugins are organized as directories with a manifest file:
my-plugin/
βββ manifest.json # Plugin metadata
βββ skills/ # Skill definitions
β βββ deploy.md
βββ commands/ # Slash commands
β βββ deploy.md
βββ mcp/ # MCP server config
βββ server.jsonπ‘ Pro Tips
- 1.Start with official plugins like Vercel and Stripeβthey're vetted and work reliably.
- 2.Plugin skills use namespaced commands (
/plugin:skill) to avoid conflicts. - 3.Check installed plugins with
/pluginsto see available skills. - 4.Plugin MCP servers can connect to external APIsβenabling integrations with your existing tools.
Master Claude Code faster
Get notified when new animated guides are released.
Subscribe to the newsletter