0
0
via GitHub · Posted Jul 13, 2026 · 1 min read

Awesome Claude Code Plugins

ccplugins/awesome-claude-code-plugins
Library

Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP servers, and hooks for Claude Code

878Stars
333Forks
212Open issues
8Watching
Python Apache-2.0 Updated 9 months ago

A curated directory of Claude Code extensions including slash commands, subagents, MCP servers, and hooks organized by use case. This collection helps developers discover and share customizations to enhance Claude Code's capabilities across workflow automation, code quality, design, security, and other specialized domains.

0 comments

README

Awesome Claude Code Plugins Awesome

English 简体中文

Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP servers, and hooks for Claude Code

What is Claude Code Plugin?

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.

Use Cases

  • 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

Plugins

Official Claude Code Plugins

Workflow Orchestration

Automation DevOps

Business Sales

Code Quality Testing

Data Analytics

Design UX

Development Engineering

Documentation

Git Workflow

Marketing Growth

Project & Product Management

Security, Compliance, & Legal

Tutorials

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-name

Then browse and install plugins from within Claude Code’s /plugin menu.

Example:

/plugin
/plugin install analyze-codebase

Contributing

Contributions are welcome! You can add your favorite plugins, share best practices, or submit your own marketplace.

Comments (0)

Sign in to join the discussion.

No comments yet

Be the first to share your take.