cleaned up and added tags and homepage

This commit is contained in:
Noah Zweben MacBook
2025-11-25 18:16:33 -08:00
parent 8f5a919250
commit 3a0b46bc3b

View File

@@ -1,8 +1,8 @@
{ {
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "claude-code-official", "name": "claude-plugin-directory",
"version": "1.0.0", "version": "1.0.0",
"description": "Official marketplace for high-quality Claude Code extensions including development tools, productivity plugins, and MCP integrations", "description": "Direcotry of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations",
"owner": { "owner": {
"name": "Anthropic", "name": "Anthropic",
"email": "support@anthropic.com" "email": "support@anthropic.com"
@@ -12,7 +12,8 @@
"name": "agent-sdk-dev", "name": "agent-sdk-dev",
"description": "Development kit for working with the Claude Agent SDK", "description": "Development kit for working with the Claude Agent SDK",
"source": "./plugins/agent-sdk-dev", "source": "./plugins/agent-sdk-dev",
"category": "development" "category": "development",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/agent-sdk-dev"
}, },
{ {
"name": "pr-review-toolkit", "name": "pr-review-toolkit",
@@ -23,7 +24,8 @@
"email": "support@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/pr-review-toolkit", "source": "./plugins/pr-review-toolkit",
"category": "productivity" "category": "productivity",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/pr-review-toolkit"
}, },
{ {
"name": "commit-commands", "name": "commit-commands",
@@ -34,7 +36,8 @@
"email": "support@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/commit-commands", "source": "./plugins/commit-commands",
"category": "productivity" "category": "productivity",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/commit-commands"
}, },
{ {
"name": "feature-dev", "name": "feature-dev",
@@ -45,7 +48,8 @@
"email": "sbidasaria@anthropic.com" "email": "sbidasaria@anthropic.com"
}, },
"source": "./plugins/feature-dev", "source": "./plugins/feature-dev",
"category": "development" "category": "development",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/feature-dev"
}, },
{ {
"name": "security-guidance", "name": "security-guidance",
@@ -56,7 +60,8 @@
"email": "dworken@anthropic.com" "email": "dworken@anthropic.com"
}, },
"source": "./plugins/security-guidance", "source": "./plugins/security-guidance",
"category": "security" "category": "security",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/security-guidance"
}, },
{ {
"name": "code-review", "name": "code-review",
@@ -67,7 +72,8 @@
"email": "boris@anthropic.com" "email": "boris@anthropic.com"
}, },
"source": "./plugins/code-review", "source": "./plugins/code-review",
"category": "productivity" "category": "productivity",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/code-review"
}, },
{ {
"name": "explanatory-output-style", "name": "explanatory-output-style",
@@ -78,7 +84,8 @@
"email": "dickson@anthropic.com" "email": "dickson@anthropic.com"
}, },
"source": "./plugins/explanatory-output-style", "source": "./plugins/explanatory-output-style",
"category": "learning" "category": "learning",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/explanatory-output-style"
}, },
{ {
"name": "learning-output-style", "name": "learning-output-style",
@@ -89,7 +96,8 @@
"email": "boris@anthropic.com" "email": "boris@anthropic.com"
}, },
"source": "./plugins/learning-output-style", "source": "./plugins/learning-output-style",
"category": "learning" "category": "learning",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/learning-output-style"
}, },
{ {
"name": "frontend-design", "name": "frontend-design",
@@ -100,7 +108,8 @@
"email": "prithvi@anthropic.com" "email": "prithvi@anthropic.com"
}, },
"source": "./plugins/frontend-design", "source": "./plugins/frontend-design",
"category": "development" "category": "development",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/frontend-design"
}, },
{ {
"name": "ralph-wiggum", "name": "ralph-wiggum",
@@ -111,7 +120,8 @@
"email": "daisy@anthropic.com" "email": "daisy@anthropic.com"
}, },
"source": "./plugins/ralph-wiggum", "source": "./plugins/ralph-wiggum",
"category": "development" "category": "development",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/ralph-wiggum"
}, },
{ {
"name": "hookify", "name": "hookify",
@@ -122,7 +132,8 @@
"email": "daisy@anthropic.com" "email": "daisy@anthropic.com"
}, },
"source": "./plugins/hookify", "source": "./plugins/hookify",
"category": "productivity" "category": "productivity",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/hookify"
}, },
{ {
"name": "plugin-dev", "name": "plugin-dev",
@@ -133,109 +144,128 @@
"email": "daisy@anthropic.com" "email": "daisy@anthropic.com"
}, },
"source": "./plugins/plugin-dev", "source": "./plugins/plugin-dev",
"category": "development" "category": "development",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/plugin-dev"
}, },
{ {
"name": "greptile", "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.", "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", "category": "development",
"source": "./external_plugins/greptile" "source": "./external_plugins/greptile",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/greptile"
}, },
{ {
"name": "serena", "name": "serena",
"description": "Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.", "description": "Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.",
"category": "development", "category": "development",
"source": "./external_plugins/serena" "source": "./external_plugins/serena",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/serena"
}, },
{ {
"name": "playwright", "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.", "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", "category": "testing",
"source": "./external_plugins/playwright" "source": "./external_plugins/playwright",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/playwright"
}, },
{ {
"name": "github", "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.", "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", "category": "productivity",
"source": "./external_plugins/github" "source": "./external_plugins/github",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/github"
}, },
{ {
"name": "supabase", "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.", "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", "category": "database",
"source": "./external_plugins/supabase" "source": "./external_plugins/supabase",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/supabase"
}, },
{ {
"name": "atlassian", "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.", "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", "category": "productivity",
"source": "./external_plugins/atlassian" "source": "./external_plugins/atlassian",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/atlassian"
}, },
{ {
"name": "laravel-boost", "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.", "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", "category": "development",
"source": "./external_plugins/laravel-boost" "source": "./external_plugins/laravel-boost",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
}, },
{ {
"name": "figma", "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.", "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", "category": "design",
"source": "./external_plugins/figma" "source": "./external_plugins/figma",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/figma"
}, },
{ {
"name": "asana", "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.", "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", "category": "productivity",
"source": "./external_plugins/asana" "source": "./external_plugins/asana",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/asana"
}, },
{ {
"name": "linear", "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.", "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", "category": "productivity",
"source": "./external_plugins/linear" "source": "./external_plugins/linear",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear"
}, },
{ {
"name": "notion", "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.", "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", "category": "productivity",
"source": "./external_plugins/notion" "source": "./external_plugins/notion",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/notion"
}, },
{ {
"name": "gitlab", "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.", "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", "category": "productivity",
"source": "./external_plugins/gitlab" "source": "./external_plugins/gitlab",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/gitlab"
}, },
{ {
"name": "sentry", "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.", "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", "category": "monitoring",
"source": "./external_plugins/sentry" "source": "./external_plugins/sentry",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/sentry"
}, },
{ {
"name": "slack", "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.", "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", "category": "productivity",
"source": "./external_plugins/slack" "source": "./external_plugins/slack",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/slack"
}, },
{ {
"name": "vercel", "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.", "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", "category": "deployment",
"source": "./external_plugins/vercel" "source": "./external_plugins/vercel",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/vercel"
}, },
{ {
"name": "firebase", "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.", "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", "category": "database",
"source": "./external_plugins/firebase" "source": "./external_plugins/firebase",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/firebase"
}, },
{ {
"name": "context7", "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.", "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", "category": "development",
"source": "./external_plugins/context7" "source": "./external_plugins/context7",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/context7",
"tags": ["open-source"]
}, },
{ {
"name": "example-plugin", "name": "example-plugin",
@@ -246,7 +276,8 @@
"email": "dickson@anthropic.com" "email": "dickson@anthropic.com"
}, },
"source": "./plugins/example-plugin", "source": "./plugins/example-plugin",
"category": "learning" "category": "learning",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/example-plugin"
} }
] ]
} }