Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP servers, and hooks for Claude Code
- lazymac/mcp — Unified MCP server exposing 42+ developer tools (qr, ip-geo, ai-cost, llm-router, k-privacy, korean-nlp) backed by Cloudflare Workers.
npx -y @lazymac/mcp - lazymac/k-mcp — Korean wedge MCP — PIPA compliance, KRW + BOK rates, 사업자등록번호 lookup, address geocoding, NLP.
npx -y @lazymac/k-mcp
Claude Code Plugin is lightweight package that let you customize and share your Claude Code setup. Each plugin can include any combination of:
- Slash Commands — Custom shortcuts for frequent operations
- Subagents — Purpose-built agents for specialized dev tasks
- MCP Servers — Integrations to tools and data sources via the Model Context Protocol
- Hooks — Extensions that modify Claude Code’s behavior at key workflow points
Install or disable them dynamically with the /plugin command — enabling you to keep your system context focused and lightweight.
- Enforce Standards: Ensure specific hooks or workflows run consistently across your team
- Support Users: Package slash commands that simplify your framework or SDK usage
- Share Workflows: Publish debugging setups, deployment scripts, or testing harnesses
- Connect Tools: Integrate internal systems securely through MCP servers
- Bundle Customizations: Combine multiple extensions for a cohesive developer experience
- angelos-symbo
- ceo-quality-controller-agent
- claude-desktop-extension
- lyra
- model-context-protocol-mcp-expert
- problem-solver-specialist
- studio-coach
- ultrathink
- deployment-engineer
- devops-automator
- infrastructure-maintainer
- monitoring-observability-specialist
- n8n-workflow-builder
- b2b-project-shipper
- customer-success-manager
- enterprise-onboarding-specialist
- finance-tracker
- pricing-packaging-specialist
- product-sales-specialist
- support-responder
- technical-sales-engineer
- api-tester
- bug-detective
- code-review
- code-review-assistant
- code-reviewer
- database-performance-optimizer
- debug-session
- debugger
- double-check
- optimize
- performance-benchmarker
- refractor
- test-file
- test-results-analyzer
- test-writer-fixer
- unit-test-generator
- brand-guardian
- joker
- mobile-ux-optimizer
- onomastophes
- ui-designer
- ux-researcher
- visual-storyteller
- whimsy-injector
- ai-engineer
- api-integration-specialist
- backend-architect
- code-architect
- desktop-app-dev
- enterprise-integrator-architect
- flutter-mobile-app-dev
- frontend-developer
- mobile-app-builder
- project-curator
- python-expert
- rapid-prototyper
- react-native-dev
- vision-specialist
- web-dev
- analyze-codebase
- changelog-generator
- codebase-documenter
- context7-docs-fetcher
- documentation-generator
- generate-api-docs
- openapi-expert
- update-claudemd
- analyze-issue
- bug-fix
- commit
- create-pr
- create-pull-request
- create-worktrees
- fix-github-issue
- fix-issue
- fix-pr
- github-issue-fix
- husky
- pr-issue-resolve
- pr-review
- update-branch-name
- app-store-optimizer
- content-creator
- growth-hacker
- instagram-curator
- reddit-community-builder
- tiktok-strategist
- twitter-engager
- discuss
- explore
- plan
- planning-prd-agent
- prd-specialist
- project-shipper
- sprint-prioritizer
- studio-producer
- tool-evaluator
- workflow-optimizer
- ai-ethics-governance-specialist
- audit
- compliance-automation-specialist
- data-privacy-engineer
- enterprise-security-reviewer
- legal-advisor
- legal-compliance-checker
You can host and share your own curated plugin marketplace using a simple Git repository with a .claude-plugin/marketplace.json file.
Users can install your marketplace via:
# /plugin marketplace add ccplugins/marketplace
/plugin marketplace add user-or-org/repo-nameThen browse and install plugins from within Claude Code’s /plugin menu.
Example:
/plugin
/plugin install analyze-codebaseContributions are welcome! You can add your favorite plugins, share best practices, or submit your own marketplace.