Beginner 3 min read

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

Claude Plugin MarketplaceπŸ” Search plugins...β–²VercelOfficialDeploy & manageInstallπŸ’³StripeOfficialPayment integrationInstallπŸ“NotionOfficialWorkspace syncInstallπŸ™GitHubOfficialRepo managementInstallBrowse and install plugins to extend Claude's capabilities
01/05
0:00 / 0:23

Featured Plugins

β–²

Vercel

Deploy projects, view logs, configure Vercel settings

/vercel:deploy/vercel:logs/vercel:setup
πŸ’³

Stripe

Payment integration, test cards, error explanations

/stripe:test-cards/stripe:explain-error
πŸ‘€

Code Review

Deep code review for pull requests

/code-review:code-review
πŸ› οΈ

Feature Dev

Guided feature development with architecture focus

/feature-dev:feature-dev

What 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:

/plugins

Install a plugin by asking Claude:

"Install the Vercel plugin"

Installed plugins provide skills you can invoke with their namespaced slash commands.

Plugin Sources

βœ“Official

Maintained by Anthropic. Verified for security and quality.

🌐Community

Built by developers. Review code before installing from unknown sources.

πŸ”§Custom

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 /plugins to 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