BeClaude

Claude Code Plugins Library

Browse 5002 Claude Code plugins — installable bundles of skills, commands, hooks, and MCP servers.

Claude Code plugins are installable bundles distributed via marketplaces. They package skills, slash commands, hooks, and MCP servers together. Install them with /plugin install <name>@<marketplace> and manage via /plugin.

850 plugins

frontend-design

125.6k

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.

pluginCommunity RegistryDevelopmentfrontenddesign

42crunch-api-security-testing

New

Automate API security directly in Claude Code with 42Crunch - automatically audit OpenAPI specs, detect vulnerabilities aligned with OWASP API Security risks (including BOLA/BFLA), and apply AI-powered fixes. Designed for AI-assisted development workflows, it provides continuous guardrails through an audit->scan->remediate->validate loop, ensuring APIs meet enterprise security standards before deployment.

pluginOfficial PluginGeneralsecuritytestingdeployment

adobe-for-creativity

New
129

Harness Adobe's creative AI-powered tools to edit images, automate design workflows, and bring creative visions to life — from background removal to vectorization and professional retouching.

pluginOfficial PluginGeneraldesign

ai-plugins

Set up endorctl and use Endor Labs to scan, prioritize, and fix security risks across your software supply chain

pluginOfficial PluginGeneralsecurityplugin

alloydb

New

Create, connect, and interact with an AlloyDB for PostgreSQL database and data.

pluginOfficial PluginData & Analytics

alloydb-omni

New
3

Create, connect, and interact with an AlloyDB Omni database and data.

pluginOfficial PluginData & Analytics

amazon-location-service

789

Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.

pluginOfficial PluginGeneral

amplitude

29

Use Amplitude as an expert analyst — instrument Amplitude, discover product opportunities, analyze charts, create dashboards, manage experiments, and understand users and accounts.

pluginOfficial PluginGeneral

asana

30.3k

Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.

pluginOfficial PluginGeneral

atlassian

787

Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.

pluginOfficial PluginGeneraldocumentation

frontend-excellence

36

Modern React and UI development. Master React 19, Next.js 15, component architecture, state management, and performance optimization.

pluginCommunity RegistryDevelopmentfrontendreactnextjs

auth0

New

Add authentication to any app with Auth0. This plugin detects your framework, scaffolds the right Auth0 SDK integration, and guides you through login, logout, sessions, and protected routes — using current SDK patterns.

pluginOfficial PluginGeneralplugin
Showing 12 of 850 plugins
or scroll to auto-load

Getting Started

1. Add a marketplace

/plugin marketplace add <github-org/repo>

2. Install the plugin

/plugin install <plugin-name>@<marketplace>

3. Manage with /plugin

Enable, disable, and list installed plugins. Bundled slash commands become available immediately.

Frequently Asked Questions

What are Claude Code plugins?

Plugins are installable bundles that combine skills, slash commands, hooks, and MCP servers into a single distributable package. They're managed via the /plugin command.

How do I install a plugin?

First add a marketplace with /plugin marketplace add <github-org/repo>, then /plugin install <name>@<marketplace>. Plugins are stored under ~/.claude/plugins/.

What is the difference between a plugin and a skill?

A skill is a single markdown prompt template. A plugin is a bundle that can include multiple skills plus commands, hooks, and MCP server configs — distributed and versioned as one unit.

Can I create my own plugin marketplace?

Yes. Create a GitHub repo with a marketplace.json manifest describing your plugins, then point users at it with /plugin marketplace add <your-org/your-repo>.