Use after tests pass on a Nova feature — before linting or formatting — to annotate changed files with @nova-cleanup instructions for post-launch automated cleanup.
Scaffolds a new Firefox New Tab widget with JSX, SCSS, prefs, telemetry, Widgets.jsx integration, and a draft test file. Use when the user wants to add a new widget to the New Tab page.
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/
│ └── ...
└── ...
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimOrchestrates question → retrieval → BigQuery semantic layer → structured answer. Queries tables enriched with LLM-generated categories, topics, embeddings, and sentiment. Customer Experience first, extensible to any domain.
npx claudepluginhub mozilla/firefox-aidev-plugins --plugin newtabInteractive plugin builder for Claude Code - serves as both an example plugin and a tool to create new plugins through guided prompts with specialized builder skills for each component type
Frontend development skill with design and implementation checklists
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques