npx claudepluginhub mozilla/firefox-aidev-pluginsSkills and tools for Firefox Home/New Tab development
This repository is the home for AI agent plugins meant to be used by Firefox developers. While mainstream plugins live in tree, the plugins here are for specialized use cases where not all developers may be interested in using them.
Currently supported agents:
As other agents (e.g., Codex) add marketplace support, plugins here will be extended to support them as well.
If you have a plugin that you think would be useful for Firefox developers, please feel free to open a PR to add it here.
Plugins are organized in the plugins/ directory, with each plugin in its own subdirectory. Each plugin must also be listed in .claude-plugin/marketplace.json to be discoverable.
plugins/
├── 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
├── another-plugin/
│ └── ...
└── ...
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.