By simonywang
Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.
A curated directory of high-quality plugins for Claude Code.
This fork also adds a generic AI-tool adapter layer so Codex, Cursor, Windsurf, Gemini CLI, OpenCode, and other agents can discover and add these plugins and skills from the same repository link.
If you are an AI agent or coding tool, start with AGENTS.md. For host-specific notes, see docs/AGENT_INSTALL.md and docs/adapters/. Each local plugin under plugins/ also has its own AGENTS.md entrypoint.
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 will not change. See each plugin's homepage for more information.
/plugins - Internal plugins developed and maintained by Anthropic; this fork adds per-plugin AGENTS.md files for generic AI tools./external_plugins - Third-party plugins from partners and the community./.claude-plugin/marketplace.json - Claude Code marketplace registry; generic tools can parse this as a plugin index./docs/adapters - Host-specific guidance for Claude Code, Codex, and generic AI tools.Plugins can be installed directly from this marketplace via Claude Code's plugin system.
To install, run:
/plugin install {plugin-name}@claude-plugins-official
Or browse for the plugin in:
/plugin > Discover
Tools that do not support Claude Code plugins directly can still use this repository as a marketplace and capability library.
AGENTS.md..claude-plugin/marketplace.json to find a plugin by name, category, description, author, or homepage.plugins/<plugin-name>.AGENTS.md, README.md, .claude-plugin/plugin.json, skills/, commands/, agents/, and .mcp.json as needed.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/
├── AGENTS.md # Generic AI-tool entrypoint added by this fork
├── .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
This fork keeps the upstream marketplace and plugin formats intact.
.claude-plugin/marketplace.json in the Claude marketplace schema..claude-plugin/, .mcp.json, commands/, agents/, and skills/ in their upstream meanings.AGENTS.md and docs/ rather than rewriting each plugin's implementation.Please see each linked plugin for the relevant LICENSE file.
For more information on developing Claude Code plugins, see the official documentation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub p/simonywang-firebase-external-plugins-firebaseClaude Agent SDK Development Plugin
The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.
Swift language server (SourceKit-LSP) for code intelligence
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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 277 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
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.