Skip to main content
Open Source Directory

Claude Code Plugins

Discover 119+ Claude Code Plugins: commands, agents, skills, hooks, MCP and LSP configurations. Extend your AI workflow.

Last synced: Jul 5, 2026, 07:48 AM

Showing 24 of 119 plugins

Everything Claude Code

affaan-m/ECC

0
Complete Claude Code configuration with agents, hooks, commands, skills, and MCP configs. Battle-tested from Anthropic hackathon winner.
CommandsAgentsSkillsHooksMCP Config
VerifiedProductivity
05 days ago
GitHub
Claude Code Marketplace

Dev-GOM/claude-code-marketplace

0
Community marketplace for Claude Code plugins and extensions. Includes hooks, commands, and agents.
CommandsAgentsHooks
CommunityProductivity
05 days ago
GitHub
CC Plugins

yanmxa/cc-plugins

0
Claude Code plugins for automation and workflow capture. Includes commands and hooks.
CommandsHooks
CommunityProductivity
05 days ago
GitHub
Claude Plugins Registry

Kamalnrf/claude-plugins

0
Lightweight registry for discovering, installing, and managing public Claude plugins.
CommandsSkills
CommunityProductivity
05 days ago
GitHub
CC Marketplace

ananddtyagi/cc-marketplace

0
Community marketplace repository for Claude Code plugins with commands and agents.
CommandsAgents
CommunityProductivity
05 days ago
GitHub
claudecode.nvim

coder/claudecode.nvim

0
Neovim IDE extension for Claude Code with WebSocket integration.
VerifiedIDE Integration
05 days ago
GitHub
Claudix

Haleclipse/Claudix

0
VS Code extension for Claude Code integration.
CommunityIDE Integration
05 days ago
GitHub
Caveman

JuliusBrussee/caveman

0
Claude Code skill that cuts up to 65% of token usage by stripping articles and filler words from prompts.
Skills
VerifiedProductivity
05 days ago
GitHub
Get Shit Done

gsd-build/get-shit-done

0
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
Commands
VerifiedProductivity
05 days ago
GitHub
Graphify

safishamsi/graphify

0
Turn any folder of code, SQL schemas, scripts, docs, papers, or media into a queryable knowledge graph for Claude Code, Codex, Cursor, OpenCode, and Gemini CLI.
Skills
VerifiedAI Enhancement
05 days ago
GitHub
Agent Skills

addyosmani/agent-skills

0
Production-grade engineering skills for AI coding agents.
SkillsAgents
VerifiedProductivity
05 days ago
GitHub
Agents

wshobson/agents

0
Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, and Gemini CLI
Agents
VerifiedProductivity
05 days ago
GitHub
Oh My Claudecode

Yeachan-Heo/oh-my-claudecode

0
Teams-first Multi-agent orchestration for Claude Code
Agents
VerifiedAI Enhancement
05 days ago
GitHub
Codegraph

colbymchenry/codegraph

0
Pre-indexed local code knowledge graph for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, and Hermes Agent. Reduces tokens and tool calls.
Agents
VerifiedAI Enhancement
05 days ago
GitHub
Marketingskills

coreyhaines31/marketingskills

0
Marketing skills for Claude Code and AI agents. CRO, copywriting, SEO, analytics, and growth engineering.
SkillsAgents
VerifiedProductivity
05 days ago
GitHub
Scientific Agent Skills

K-Dense-AI/scientific-agent-skills

0
Agent skills library for science with 140 ready-to-use skills and 100+ scientific databases covering biology, chemistry, medicine, and drug discovery.
SkillsAgents
VerifiedOther
05 days ago
GitHub
Serena

oraios/serena

0
A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
AgentsMCP Config
VerifiedAI Enhancement
05 days ago
GitHub
Codex Plugin Cc

openai/codex-plugin-cc

0
Use Codex from Claude Code to review code or delegate tasks.
Commands
VerifiedCode Review
05 days ago
GitHub
Frontend Slides

zarazhangrui/frontend-slides

0
Create beautiful slides on the web using a coding agent's frontend skills
SkillsAgents
VerifiedProductivity
05 days ago
GitHub
Claude Skills

alirezarezvani/claude-skills

0
Large bundle of 320+ skills, 30+ agents, and 70+ commands for Claude Code, Codex, Gemini CLI, and Cursor across engineering, marketing, product, and compliance domains.
SkillsAgentsCommands
VerifiedProductivity
05 days ago
GitHub
Claudian

YishenTu/claudian

0
An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault
Commands
VerifiedIDE Integration
05 days ago
GitHub
Claude Obsidian

AgriciDaniel/claude-obsidian

0
Self-organizing AI second brain for Obsidian and Claude Code. Reads any source and links it into a connected knowledge graph of plain Markdown notes.
Commands
VerifiedProductivity
05 days ago
GitHub
Cli

entireio/cli

0
Entire CLI hooks into your Git workflow to capture AI agent sessions as you work. Sessions are indexed alongside commits, creating a searchable record of how code was written in your repo.
AgentsHooks
VerifiedProductivity
05 days ago
GitHub
Harness

revfactory/harness

0
A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use.
SkillsAgents
VerifiedAI Enhancement
05 days ago
GitHub
What is a Claude Code Plugin?
Extensible packages for the AI assistant

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 servers

Standalone vs. Plugin

Standalone

Location: .claude/

Naming: /hello

Personal workflows, project-specific

Plugin

Location: .claude-plugin/

Naming: /plugin:hello

Team sharing, marketplace, versioned

Claude Code Plugin Documentation

Frequently Asked Questions about Claude Code Plugins

Everything you need to know about Claude Code Plugins