Claude Code Plugins
Discover 97+ Claude Code Plugins: commands, agents, skills, hooks, MCP and LSP configurations. Extend your AI workflow.
Showing 24 of 97 plugins
community-claude/skills-api-design
community-claude/auto-format
hekmon8/awesome-claude-code-plugins
Chat2AnyLLM/awesome-claude-plugins
GiladShoham/awesome-claude-plugins
quemsah/awesome-claude-plugins
community-claude/aws-mcp
anthropics/claude-code-backend-agent
Talieisin/britfix
community-claude/lsp-cpp
ananddtyagi/cc-marketplace
dazuiba/CCNotify
yanmxa/cc-plugins
ryoppippi/ccusage
Haleclipse/CCometixLine
iannuttall/claude-agents
anthropics/claude-code-action
ruvnet/claude-code-flow
anthropics/claude-code-jetbrains
Dev-GOM/claude-code-marketplace
jeremylongshore/claude-code-plugins-plus-skills
automazeio/ccpm
1rgs/claude-code-proxy
anthropics/claude-code-sdk-python
Plugins extend Claude Code with custom functionality. A plugin is a directory with a manifest file (.claude-plugin/plugin.json) that can contain multiple components:
Plugin Components
Skills
Slash commands & AI capabilities
Agents
Specialized sub-agents
Hooks
Event handlers (hooks.json)
MCP
External tool integration
LSP
Code intelligence servers
Plugin Structure
my-plugin/
.claude-plugin/
plugin.json # Manifest (required)
skills/ # SKILL.md (commands + capabilities)
agents/ # Sub-agents
hooks/ # hooks.json
.mcp.json # MCP servers
.lsp.json # LSP serversStandalone vs. Plugin
Standalone
Location: .claude/
Naming: /hello
Personal workflows, project-specific
Plugin
Location: .claude-plugin/
Naming: /plugin:hello
Team sharing, marketplace, versioned
Frequently Asked Questions about Claude Code Plugins
Everything you need to know about Claude Code Plugins