From browser-extensions
Reference knowledge base for Firefox WebExtension development. Contains browser API reference, manifest schema, AMO publishing guide, MDN URL index, and best practices. Used by the firefox-extension-dev agent for documentation lookup. TRIGGER WHEN: the user requires assistance with tasks related to this domain. DO NOT TRIGGER WHEN: the task is outside the specific scope of this component.
npx claudepluginhub acaprino/alfio-claude-plugins --plugin browser-extensionsThis skill uses the workspace's default tool permissions.
This skill provides reference files for the `firefox-extension-dev` agent. The agent handles all active development work (scaffolding, coding, debugging, publishing). These reference files serve as its knowledge base.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
This skill provides reference files for the firefox-extension-dev agent. The agent handles all active development work (scaffolding, coding, debugging, publishing). These reference files serve as its knowledge base.
references/browser-api-reference.md - Complete list of all 51 browser.* APIs with methods, events, and permissionsreferences/manifest-schema.md - Full manifest.json key reference with MV2/MV3 examplesreferences/amo-publishing.md - AMO publishing checklist, review policies, CSP, security best practices, i18nreferences/mdn-api-urls.md - Direct MDN URL index for all browser.* APIs, manifest keys, and Extension Workshop resourcesreferences/best-practices.md - Best practices, pitfalls, and anti-patterns: JS patterns, Workers, sessions, startup, security, performance, cross-browser