{ "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "claude-plugins-official", "description": "Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations", "owner": { "name": "Anthropic", "email": "support@anthropic.com" }, "plugins": [ { "name": "typescript-lsp", "description": "TypeScript/JavaScript language server for enhanced code intelligence", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/typescript-lsp", "category": "development", "strict": false, "lspServers": { "typescript": { "command": "typescript-language-server", "args": ["--stdio"], "extensionToLanguage": { ".ts": "typescript", ".tsx": "typescriptreact", ".js": "javascript", ".jsx": "javascriptreact", ".mts": "typescript", ".cts": "typescript", ".mjs": "javascript", ".cjs": "javascript" } } } }, { "name": "pyright-lsp", "description": "Python language server (Pyright) for type checking and code intelligence", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/pyright-lsp", "category": "development", "strict": false, "lspServers": { "pyright": { "command": "pyright-langserver", "args": ["--stdio"], "extensionToLanguage": { ".py": "python", ".pyi": "python" } } } }, { "name": "gopls-lsp", "description": "Go language server for code intelligence and refactoring", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/gopls-lsp", "category": "development", "strict": false, "lspServers": { "gopls": { "command": "gopls", "extensionToLanguage": { ".go": "go" } } } }, { "name": "rust-analyzer-lsp", "description": "Rust language server for code intelligence and analysis", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/rust-analyzer-lsp", "category": "development", "strict": false, "lspServers": { "rust-analyzer": { "command": "rust-analyzer", "extensionToLanguage": { ".rs": "rust" } } } }, { "name": "clangd-lsp", "description": "C/C++ language server (clangd) for code intelligence", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/clangd-lsp", "category": "development", "strict": false, "lspServers": { "clangd": { "command": "clangd", "args": ["--background-index"], "extensionToLanguage": { ".c": "c", ".h": "c", ".cpp": "cpp", ".cc": "cpp", ".cxx": "cpp", ".hpp": "cpp", ".hxx": "cpp", ".C": "cpp", ".H": "cpp" } } } }, { "name": "php-lsp", "description": "PHP language server (Intelephense) for code intelligence", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/php-lsp", "category": "development", "strict": false, "lspServers": { "intelephense": { "command": "intelephense", "args": ["--stdio"], "extensionToLanguage": { ".php": "php" } } } }, { "name": "swift-lsp", "description": "Swift language server (SourceKit-LSP) for code intelligence", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/swift-lsp", "category": "development", "strict": false, "lspServers": { "sourcekit-lsp": { "command": "sourcekit-lsp", "extensionToLanguage": { ".swift": "swift" } } } }, { "name": "csharp-lsp", "description": "C# language server for code intelligence", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/csharp-lsp", "category": "development", "strict": false, "lspServers": { "csharp-ls": { "command": "csharp-ls", "extensionToLanguage": { ".cs": "csharp" } } } }, { "name": "jdtls-lsp", "description": "Java language server (Eclipse JDT.LS) for code intelligence", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/jdtls-lsp", "category": "development", "strict": false, "lspServers": { "jdtls": { "command": "jdtls", "extensionToLanguage": { ".java": "java" }, "startupTimeout": 120000 } } }, { "name": "lua-lsp", "description": "Lua language server for code intelligence", "version": "1.0.0", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/lua-lsp", "category": "development", "strict": false, "lspServers": { "lua": { "command": "lua-language-server", "extensionToLanguage": { ".lua": "lua" } } } }, { "name": "agent-sdk-dev", "description": "Development kit for working with the Claude Agent SDK", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/agent-sdk-dev", "category": "development", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/agent-sdk-dev" }, { "name": "pr-review-toolkit", "description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/pr-review-toolkit", "category": "productivity", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/pr-review-toolkit" }, { "name": "commit-commands", "description": "Commands for git commit workflows including commit, push, and PR creation", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/commit-commands", "category": "productivity", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/commit-commands" }, { "name": "feature-dev", "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/feature-dev", "category": "development", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/feature-dev" }, { "name": "security-guidance", "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/security-guidance", "category": "security", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/security-guidance" }, { "name": "code-review", "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/code-review", "category": "productivity", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/code-review" }, { "name": "explanatory-output-style", "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/explanatory-output-style", "category": "learning", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/explanatory-output-style" }, { "name": "learning-output-style", "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/learning-output-style", "category": "learning", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/learning-output-style" }, { "name": "frontend-design", "description": "Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/frontend-design", "category": "development", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/frontend-design" }, { "name": "ralph-wiggum", "description": "Interactive self-referential AI loops for iterative development. Claude works on the same task repeatedly, seeing its previous work, until completion.", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/ralph-wiggum", "category": "development", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/ralph-wiggum" }, { "name": "hookify", "description": "Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown files.", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/hookify", "category": "productivity", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/hookify" }, { "name": "plugin-dev", "description": "Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.", "author": { "name": "Anthropic", "email": "support@anthropic.com" }, "source": "./plugins/plugin-dev", "category": "development", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/plugin-dev" }, { "name": "greptile", "description": "AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.", "category": "development", "source": "./external_plugins/greptile", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/greptile" }, { "name": "serena", "description": "Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.", "category": "development", "source": "./external_plugins/serena", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/serena", "tags": ["community-managed"] }, { "name": "playwright", "description": "Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.", "category": "testing", "source": "./external_plugins/playwright", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/playwright" }, { "name": "github", "description": "Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.", "category": "productivity", "source": "./external_plugins/github", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/github" }, { "name": "supabase", "description": "Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with your backend directly.", "category": "database", "source": "./external_plugins/supabase", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/supabase" }, { "name": "atlassian", "description": "Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.", "category": "productivity", "source": { "source": "url", "url": "https://github.com/atlassian/atlassian-mcp-server.git" }, "homepage": "https://github.com/atlassian/atlassian-mcp-server" }, { "name": "laravel-boost", "description": "Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.", "category": "development", "source": "./external_plugins/laravel-boost", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost" }, { "name": "figma", "description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.", "category": "design", "source": { "source": "url", "url": "https://github.com/figma/mcp-server-guide.git" }, "homepage": "https://github.com/figma/mcp-server-guide" }, { "name": "asana", "description": "Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.", "category": "productivity", "source": "./external_plugins/asana", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/asana" }, { "name": "linear", "description": "Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.", "category": "productivity", "source": "./external_plugins/linear", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear" }, { "name": "Notion", "description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.", "category": "productivity", "source": { "source": "url", "url": "https://github.com/makenotion/claude-code-notion-plugin.git" }, "homepage": "https://github.com/makenotion/claude-code-notion-plugin" }, { "name": "gitlab", "description": "GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.", "category": "productivity", "source": "./external_plugins/gitlab", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/gitlab" }, { "name": "sentry", "description": "Sentry error monitoring integration. Access error reports, analyze stack traces, search issues by fingerprint, and debug production errors directly from your development environment.", "category": "monitoring", "source": { "source": "url", "url": "https://github.com/getsentry/sentry-for-claude.git" }, "homepage": "https://github.com/getsentry/sentry-for-claude/tree/main" }, { "name": "slack", "description": "Slack workspace integration. Search messages, access channels, read threads, and stay connected with your team's communications while coding. Find relevant discussions and context quickly.", "category": "productivity", "source": "./external_plugins/slack", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/slack" }, { "name": "vercel", "description": "Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.", "category": "deployment", "source": { "source": "url", "url": "https://github.com/vercel/vercel-deploy-claude-code-plugin.git" }, "homepage": "https://github.com/vercel/vercel-deploy-claude-code-plugin" }, { "name": "stripe", "description": "Stripe development plugin for Claude", "category": "development", "source": "./external_plugins/stripe", "homepage": "https://github.com/stripe/ai/tree/main/providers/claude/plugin" }, { "name": "firebase", "description": "Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.", "category": "database", "source": "./external_plugins/firebase", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/firebase" }, { "name": "context7", "description": "Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.", "category": "development", "source": "./external_plugins/context7", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/context7", "tags": ["community-managed"] } ] }