Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Skills for designing and building MCP servers that work seamlessly with Claude โ guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
npx claudepluginhub quochieudn2303/claude-plugins-official-copilot --plugin mcp-server-devThis skill should be used when the user wants to build an "MCP app", add "interactive UI" or "widgets" to an MCP server, "render components in chat", build "MCP UI resources", make a tool that shows a "form", "picker", "dashboard" or "confirmation dialog" inline in the conversation, or mentions "apps SDK" in the context of MCP. Use AFTER the build-mcp-server skill has settled the deployment model, or when the user already knows they want UI widgets.
This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development โ it interrogates the user about their use case, determines the right deployment model (remote HTTP, MCPB, local stdio), picks a tool-design pattern, and hands off to specialized skills.
This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the local filesystem, desktop apps, or OS and must be installable without the user having Node/Python set up.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills for designing and building MCP servers that work seamlessly with Claude โ guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
MCP server development helper with tool and resource scaffolding
Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic execution, or encountering context bloat, server configuration, tool execution errors.
Build FastMCP 3.x Python MCP servers โ covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.
GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns
AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
A curated directory of high-quality plugins for Claude Code, fixed for GitHub Copilot CLI compatibility.
โ ๏ธ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information.
The original anthropics/claude-plugins-official marketplace uses source: "git-subdir" which is not supported by the @github/copilot schema validation.
This fork fixes:
git-subdir โ valid github source formatwordpress.com โ wordpress-com (kebab-case requirement)Add the marketplace:
copilot plugin marketplace add quochieudn2303/claude-plugins-official-copilot
Or via interactive mode:
/plugin marketplace add quochieudn2303/claude-plugins-official-copilot
Browse available plugins:
/plugin marketplace browse claude-plugins-official-copilot
Install a plugin:
/plugin install {plugin-name}@claude-plugins-official-copilot
/plugins - Internal plugins developed and maintained by Anthropic/external_plugins - Third-party plugins from partners and the communityFor the original Claude Code, you may want to use the upstream repo instead:
/plugin install {plugin-name}@claude-plugins-official
or browse for the plugin in /plugin > Discover
Internal plugins are developed by Anthropic team members. See /plugins/example-plugin for a reference implementation.
Third-party partners can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval. To submit a new plugin, use the plugin directory submission form.
Each plugin follows a standard structure:
plugin-name/
โโโ .claude-plugin/
โ โโโ plugin.json # Plugin metadata (required)
โโโ .mcp.json # MCP server configuration (optional)
โโโ commands/ # Slash commands (optional)
โโโ agents/ # Agent definitions (optional)
โโโ skills/ # Skill definitions (optional)
โโโ README.md # Documentation
To sync with the original Anthropic repo (and re-apply fixes):
git remote add upstream https://github.com/anthropics/claude-plugins-official.git
git fetch upstream
git merge upstream/main
# Then re-run the fix script if needed
Please see each linked plugin for the relevant LICENSE file.
For more information on developing Claude Code plugins, see the official documentation.