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.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.
42crunch-api-security-testing
NewAutomate 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.
adobe-for-creativity
NewHarness 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.
ai-plugins
Set up endorctl and use Endor Labs to scan, prioritize, and fix security risks across your software supply chain
alloydb
NewCreate, connect, and interact with an AlloyDB for PostgreSQL database and data.
alloydb-omni
NewCreate, connect, and interact with an AlloyDB Omni database and data.
amazon-location-service
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.
amplitude
Use Amplitude as an expert analyst — instrument Amplitude, discover product opportunities, analyze charts, create dashboards, manage experiments, and understand users and accounts.
asana
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.
atlassian
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.
frontend-excellence
Modern React and UI development. Master React 19, Next.js 15, component architecture, state management, and performance optimization.
auth0
NewAdd 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.
Getting Started
/plugin marketplace add <github-org/repo>
/plugin install <plugin-name>@<marketplace>
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>.