254 production-ready Claude Code plugins for automation, development, and AI workflows.
🎯 NEW in v1.4.1: Website Accuracy & Enterprise Sponsor - Corrected plugin counts (now 254), added recognition for Max Mergenthaler @ Nixtla as first Enterprise supporter
Latest: v1.4.1 Release - Website accuracy improvements, Enterprise sponsor recognition, link fixes
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plus⚡🪽 Buy me a Red Bull – Give these plugins wings, support ongoing development, and influence the premium plugin roadmap. See our sponsor page for tier details.
Additional support options (like Patreon) may be added later as the ecosystem grows.
🏢 Grateful to have Max Mergenthaler and Nixtla as our first Enterprise supporter!
Max is CEO & Co-Founder at Nixtla (YC S21), building production-grade time-series tools:
- TimeGPT - Foundation model for forecasting
- Nixtlaverse - Open-source time-series libraries
- Support Level: $199/month Enterprise tier
His support helps us prioritize features that matter for real-world AI development.
Sponsorship reflects support and prioritization on a best-effort basis, not a formal SLA or delivery guarantee.
Install a plugin:
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plusAlready using an older install? Run
/plugin marketplace remove claude-code-pluginsand re-add with the command above to switch to the newclaude-code-plugins-plusslug. Existing plugins keep working either way.
Browse the catalog:
Visit Claude Code Plugins Marketplace (CLI slug claude-code-plugins-plus) or explore plugins/
Learn to build: See Learning Paths for step-by-step guides
📚 Essential Documentation (click to expand)
| Document | Purpose |
|---|---|
| User Security Guide | 🛡️ How to safely evaluate and install plugins |
| Code of Conduct | Community standards and reporting |
| SECURITY.md | Security policy, threat model, vulnerability reporting |
| CHANGELOG.md | Release history & version updates |
| CONTRIBUTING.md | How to submit plugins |
| Learning Paths | Structured guides from beginner to expert |
🎓 Learning Paths (click to expand)
New to Claude Code plugins? Follow structured paths:
| Path | Duration | Best For |
|---|---|---|
| 🚀 Quick Start | 15 min | Install and use your first plugin |
| 🛠️ Plugin Creator | 3 hours | Build your first plugin from scratch |
| ⚡ Advanced Developer | 1 day | Create production MCP servers |
What are Agent Skills? They're instruction manuals that teach Claude Code when and how to use your installed plugins automatically.
1. DISCOVERY (Marketplace)
└─ You browse claudecodeplugins.io
└─ Find "ansible-playbook-creator"
└─ Install: /plugin install ansible-playbook-creator@claude-code-plugins-plus
2. INSTALLATION (Files Copied)
└─ Plugin files copied to your machine
└─ Including skills/skill-adapter/SKILL.md ← The instruction manual!
3. STARTUP (Claude Learns)
└─ Claude Code reads SKILL.md frontmatter from ALL installed plugins
└─ Loads trigger phrases: "ansible playbook", "automate deployment"
└─ Now Claude knows this plugin exists and when to use it
4. USAGE (Automatic Activation)
└─ You: "Create an Ansible playbook for Apache"
└─ Claude: Sees "ansible playbook" trigger → reads full SKILL.md
└─ Claude: Activates plugin with correct workflow automatically!
WITHOUT Agent Skills:
You: "Create ansible playbook"
Claude: "I have ansible-playbook-creator installed somewhere...
Let me manually search and figure out how to use it..."
Result: ❌ Plugin sits unused, you have to name it explicitly
WITH Agent Skills:
You: "Create ansible playbook"
Claude: *Recognizes trigger phrase instantly*
*Reads SKILL.md for workflow*
"I'll use ansible-playbook-creator for this!"
*Automatically applies best practices*
Result: ✅ Instant activation, correct usage, zero thinking
Each plugin gets ONE skill file teaching Claude:
---
name: Creating Ansible Playbooks
description: |
Automates Ansible playbook creation. Use when you need to automate
server configurations or deployments. Trigger with "ansible playbook"
or "create playbook for [task]".
---
## How It Works
1. Receives user request with infrastructure details
2. Generates production-ready Ansible playbook
3. Includes best practices and security configurations
## When to Use This Skill
- Automate server configuration tasks
- Deploy applications consistently
- Create repeatable infrastructure setups
## Examples
User: "Create ansible playbook to install Apache on Ubuntu"
Skill activates → Generates playbook → Ready to deploy- ✅ Not creating new plugins - Adding instruction manuals to existing ones
- ✅ Automatic activation - Claude recognizes trigger phrases
- ✅ Best practices built-in - Each skill teaches optimal workflows
- ✅ One skill per plugin - Comprehensive instruction manual
- ✅ Only for installed plugins - Not for discovering new ones
Status: Batch-generating Agent Skills for all 229 plugins using Vertex AI. Progress tracked in audit database with full backups.
Resources:
- Internal Guide: How Agent Skills Work →
- External Deep Dive: Claude Skills Technical Analysis → - Comprehensive technical breakdown by Lee-Han Chung
NEW: The first plugin using Anthropic's Agent Skills feature (launched Oct 16, 2025). Say "create a plugin" or "validate this plugin" and Claude automatically uses these model-invoked capabilities:
- 🛠️ Plugin Creator - Auto-scaffolds plugins
- ✅ Plugin Validator - Auto-validates structure
- 📦 Marketplace Manager - Auto-manages catalog
- 🔍 Plugin Auditor - Auto-audits security
- 🔢 Version Bumper - Auto-handles versions
/plugin install skills-powerkit@claude-code-plugins-plusNEW CATEGORY: Plugins that extend Claude's built-in Skills (web_search, web_fetch) with automation. Claude searches → Plugin acts.
Example: web-to-github-issue - Research → GitHub tickets
This marketplace contains two types of plugins that work differently:
- What they are: Markdown instructions that guide Claude's behavior
- How they work: Tell Claude HOW to perform tasks using its built-in capabilities
- Examples: DevOps pack, Security pack, API development tools
- Count: 249 plugins
- No external code execution - work entirely through Claude's interpretation
- What they are: TypeScript/JavaScript applications
- How they work: Run as separate Node.js processes that Claude can communicate with
- Examples: project-health-auditor, conversational-api-debugger, domain-memory-agent
- Count: 5 plugins (21 MCP tools total)
- Actual compiled code - 13-26KB of executable JavaScript per plugin
185 plugins (73% of marketplace) include Agent Skills - automatic capabilities that Claude activates based on conversation context.
- What they are: SKILL.md files that teach Claude when and how to use the plugin
- How they work: Claude reads trigger phrases and activates skills automatically
- Example: Say "create a plugin" and Claude uses the Skills Powerkit automatically
- Invocation: Automatic - no
/commandneeded - Launched: October 16, 2025 by Anthropic
Skills vs Commands: Commands require explicit /command trigger. Skills activate automatically based on what you're asking for.
Note: Plugins can bundle Skills, Commands, Agents, and MCP servers together. Agent Skills are a feature that enhances any plugin type.
Technical Analysis: How Claude Skills Work →
A comprehensive technical breakdown by Lee-Han Chung covering:
- How Skills Activate: Understanding trigger phrases and automatic invocation
- Tool Permission System: Deep dive into
allowed-toolsand security boundaries - Architecture Patterns: Design principles for effective skill-based plugins
- Best Practices: Real-world examples and common pitfalls to avoid
This article is the definitive external resource for understanding how Agent Skills work under the hood.
185 plugins in this marketplace (73%) include Agent Skills based on these principles.
# Analyze your codebase health
/plugin install project-health-auditor@claude-code-plugins-plus
/analyze /path/to/repo
# Debug API failures
/plugin install conversational-api-debugger@claude-code-plugins-plus
/debug-api
# Build a knowledge base
/plugin install domain-memory-agent@claude-code-plugins-plus
# Never write commit messages again
/plugin install git-commit-smart@claude-code-plugins-plus
/gcShare custom workflows across your organization:
// .claude/settings.json
{
"extraKnownMarketplaces": {
"claude-code-plugins": {
"source": {
"source": "github",
"repo": "jeremylongshore/claude-code-plugins"
}
}
},
"enabledPlugins": {
"project-health-auditor@claude-code-plugins-plus": true,
"conversational-api-debugger@claude-code-plugins-plus": true
}
}Use our templates to build your own plugins:
# Copy a template
cp -r templates/command-plugin my-awesome-plugin
# Customize and test locally
/plugin marketplace add ./my-test-marketplace
/plugin install my-awesome-plugin@test- Installation & Usage - Install and use plugins
- Creating Your First Plugin - Step-by-step tutorial
- Plugin Reference - Technical specifications
- Marketplace Guide - Distribute your plugins
- Security Best Practices - Secure plugin development
- MCP Server Status - MCP plugin configurations
We welcome community plugin submissions! This ecosystem thrives on shared knowledge and collaboration.
- Fork this repository
- Add your plugin to
plugins/community/your-plugin/ - Update
.claude-plugin/marketplace.extended.jsonwith your plugin entry - Run
pnpm run sync-marketplace(ornpm run sync-marketplace) to regenerate.claude-plugin/marketplace.json - Submit a pull request using our plugin submission template
See CONTRIBUTING.md for detailed guidelines.
- Valid
.claude-plugin/plugin.json - Comprehensive README.md with examples
- LICENSE file (MIT or Apache-2.0 recommended)
- Tested locally and working
- No hardcoded secrets or credentials
- All scripts executable (
chmod +x)
Claude Code plugins do NOT use GitHub Marketplace. They operate in a completely separate ecosystem using JSON-based marketplace catalogs hosted in Git repositories. This repository IS a Claude Code plugin marketplace.
There is currently no monetization mechanism for Claude Code plugins. All plugins in the ecosystem are free and open-source. See Monetization Alternatives for external revenue strategies.
Claude Code plugins are in public beta (October 2025). Features and best practices may evolve. This marketplace will stay updated with the latest changes.
Start building your own plugin today:
| Template | What's Included | Best For |
|---|---|---|
| minimal-plugin | Just plugin.json & README | Simple utilities |
| command-plugin | Slash commands | Custom workflows |
| agent-plugin | Specialized AI agent | Domain expertise |
| full-plugin | Commands + agents + hooks | Complex automation |
All templates are in the templates/ directory with complete examples.
- Claude Developers Discord - 40,000+ members
- Report Issues
- Discussions
- Awesome Claude Code - Curated resources
- Dan Ávila's Marketplace - DevOps & productivity
- Seth Hobson's Agents - 80+ specialized subagents
- CCPlugins - Professional commands
- Plugin Packs: 4 (62 total plugin components)
- MCP Plugins: 5 (21 total MCP tools)
- Production Plugins: 2 (git-commit-smart, overnight-dev)
- AI Agency Plugins: 6 (complete business toolkit)
- Example Plugins: 3 (hello-world, formatter, security-agent)
- Templates: 4 (minimal, command, agent, full)
- Total Marketplace Plugins: 20
To be THE definitive resource for Claude Code plugins by:
- Educating - Clear examples showing how plugins work
- Curating - High-quality plugins you can trust
- Connecting - Building a vibrant community of creators
- Growing - Setting standards as the ecosystem evolves
- Quality over Quantity - Every plugin is reviewed and tested
- Learning-Focused - Understand how plugins work, don't just use them
- First-Mover - Establishing best practices for the ecosystem
- Community-Driven - Built by developers, for developers
- Actively Maintained - Updated with latest Claude Code features
MIT License - See LICENSE file for details.
- Anthropic - For creating Claude Code and the plugin system
- Community Contributors - Everyone who submits plugins and improvements
- Early Adopters - Users who provide feedback and help us improve
Join the conversation and connect with other plugin developers and users!
- General Discussions - Community hub for all things plugins
- Announcements - Stay updated with the latest releases
- Ideas - Suggest new plugins or features
- Q&A - Get help from the community
- Show and Tell - Share what you've built!
- Discord - Claude Code Community (#claude-code channel)
- Issues - Report bugs or request features
- Pull Requests - Contribute your own plugins
- Questions? - Open a discussion
- Found a bug? - Report an issue
- Have an idea? - Share in Ideas
- Want to chat? - Join our Discord
This repository uses a structured documentation filing system for all internal project documentation. All documentation files are stored in the 000-docs/ directory using a standardized naming convention.
NNN-CC-ABCD-short-description.ext
- NNN = Zero-padded sequence number (001-999)
- CC = Two-letter category code (PP, AT, DR, RA, etc.)
- ABCD = Four-letter document type (PROD, GUID, REPT, etc.)
- short-description = 1-4 words, kebab-case
048-RA-INDX-audit-index.md # Audit index report
061-DR-REFF-vertex-ai-gemini-tiers.md # Reference documentation
086-PP-PLAN-release-v1-2-0.md # Release plan
Full specification: See the Document Filing System v3.0 in prompts-intent-solutions master-systems folder
Star this repo if you find it useful!
Made with dedication by the Claude Code community
Status: Public Beta | Version: 1.3.0 | Last Updated: November 8, 2025