Claude Code Plugins

Active
GitHub Python Apache-2.0

Description

The official Anthropic-managed directory of high-quality Claude Code plugins, installable via the /plugin command.

Key Features

  • Official plugin marketplace - directory of Claude Code plugins curated and reviewed by Anthropic
  • Dual sources - bundles both internal Anthropic plugins and vetted third-party partner plugins
  • One-line install - load any plugin with the /plugin install command inside Claude Code
  • Standardized structure - every plugin ships with .claude-plugin/, .mcp.json, commands/, agents/, skills/ directories
  • Security review - third-party submissions must pass quality and security checks
  • Skill-bundle support - accepts SKILL.md-only packages via strict:false + explicit skills arrays

Use Cases

💡 Browse, install, and upgrade MCP and skill plugins inside Claude Code
💡 Deploy an auditable list of Claude Code extensions for enterprise teams
💡 Add database, API, and CI integrations to Claude Code
💡 Submit your own plugin to reach Anthropic's official ecosystem
💡 Quickly assemble project-scoped Claude Code workflows from commands, agents, and skills

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (35.8k stars)
  • Permissive open-source license (Apache-2.0)

Categories

Quick Start

# Open the marketplace inside Claude Code
/plugin marketplace
# Install a plugin
/plugin install <plugin-name>@claude-plugins-official
# List loaded commands and skills
/plugin list
# Upgrade everything
/plugin update --all

Related Projects

PAL MCP Server

11.7k · Python
Stale C

PAL MCP Server unifies Claude Code, GeminiCLI, and CodexCLI with multiple LLM providers (Gemini, OpenAI, OpenRouter, Azure, Grok, Ollama, and custom models) into a single collaborative MCP service.

mcpmulti-modelclaude-code +2
  • · Multi-model orchestration: Claude Code coordinates with Gemini Pro, GPT-5, O3, and 50+ other models within a single prompt
  • · CLI-to-CLI bridge (clink): spawn isolated subagent CLIs for code review, planning, and task delegation without polluting main context
  • · Conversation threading across models: full context carries forward seamlessly between tools and models for complex multi-step workflows

Context Mode

20.3k · TypeScript
Active A

Context Mode is a context window optimization tool for AI coding agents that sandboxes tool output for 98% context reduction across 12 major platforms.

context-optimizationmcpclaude-code +2
  • · Sandboxes tool output, reducing 315KB raw data to 5.4KB — a 98% context reduction
  • · SQLite + FTS5 session continuity that recovers key context via BM25 search after conversation compaction
  • · Think in Code paradigm: LLM writes analysis scripts instead of processing raw data, saving 100x context

Related Articles