Claude Code Extensions Library
Browse 5002 official and community extensions — skills, agents, MCP servers, and plugins — to extend Claude Code.
Claude Code extensions come in four types: Skills (markdown prompt templates in .claude/skills/), Agents (subagent configs in .claude/agents/), MCP servers (Model Context Protocol servers configured via .mcp.json), and Plugins (installable bundles via /plugin install). This directory is synced daily from anthropics/skills, claude-plugins-official, and community collections.
@neat.is/claude-skill
NewClaude Code skill drop-in for NEAT — wires the @neat.is/mcp server into Claude's MCP config
smithery-ai-cli
NewFind, connect, and use MCP tools and skills via the Smithery CLI. Use when the user searches for new tools or skills, wants to discover integrations, connect to an MCP, install a skill, or wants to interact with an external service (email, Slack, Discord, GitHub, Jira, Notion, databases, cloud APIs, monitoring, etc.).
42crunch-api-security-testing
NewAutomate API security directly in Claude Code with 42Crunch - automatically audit OpenAPI specs, detect vulnerabilities aligned with OWASP API Security risks (including BOLA/BFLA), and apply AI-powered fixes. Designed for AI-assisted development workflows, it provides continuous guardrails through an audit->scan->remediate->validate loop, ensuring APIs meet enterprise security standards before deployment.
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.
awesome
New😎 Awesome lists about all kinds of interesting topics
angular-architect
NewGenerates Angular 17+ standalone components, configures advanced routing with lazy loading and guards, implements NgRx state management, applies RxJS patterns, and optimizes bundle performance. Use when building Angular 17+ applications with standalone components or signals, setting up NgRx stores, establishing RxJS reactive patterns, performance tuning, or writing Angular tests for enterprise apps.
api-designer
NewUse when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
public-apis
NewA collective list of free APIs
adobe-for-creativity
NewHarness Adobe's creative AI-powered tools to edit images, automate design workflows, and bring creative visions to life — from background removal to vectorization and professional retouching.
qiaomu-goal-meta-skill
NewTurn vague or complex Codex tasks into strong `/goal` commands with outcome, verification, constraints, boundaries, iteration policy, completion evidence, and pause/block conditions. Use when the user asks for Codex goal instructions, Goal 指令, 目标指令, `/goal` prompts, 中文 Goal 模板, plan-to-goal interviews, success criteria, verification commands, or bounded agent work definitions.
brand-guidelines
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Getting Started
Browse Skills, Agents, MCP servers, or Plugins using the type filter on the left.
Each card links to a detail page with installation instructions specific to that extension type.
Skills go in .claude/skills/, agents in .claude/agents/, MCP servers in .mcp.json, plugins via /plugin install.
Frequently Asked Questions
What are Claude Code extensions?
Claude Code extensions are add-ons that extend Claude Code's capabilities. They come in four types: Skills (reusable prompt templates), Agents (specialized subagents), MCP servers (external tool integrations via Model Context Protocol), and Plugins (installable bundles of skills, commands, and hooks).
How do I install a Claude Code extension?
Installation depends on the type. Skills go in .claude/skills/, agents in .claude/agents/, MCP servers are configured in .mcp.json or ~/.claude.json, and plugins are installed via the /plugin install command. Each extension's detail page shows the exact steps for its type.
Can I share extensions with my team?
Yes. Project-scoped extensions (.claude/skills/, .claude/agents/, .mcp.json) can be committed to version control so every team member has access to the same workflows and integrations.
Where does this extensions data come from?
This directory syncs extensions from official Anthropic repositories (anthropics/skills and claude-plugins-official), community registries (claude-plugins.dev, Smithery.ai), GitHub topic searches, and curated community collections. Data is updated daily.