flow-ext-publish

Orchestrate browser extension publishing across Chrome Web Store, Firefox AMO, and Edge Add-ons.

Updated May 12, 2026
One-click install
npx skills add https://github.com/YeomanYe/skills --skill flow-ext-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-ext-publish
Source: https://github.com/YeomanYe/skills/tree/main/flow-ext-publish
Command: npx skills add https://github.com/YeomanYe/skills --skill flow-ext-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates the complete browser extension publishing workflow, coordinating preflight checks, asset readiness, and cross-store submissions to Chrome Web Store, Firefox AMO, and Edge Add-ons.

Core Features & Use Cases

  • Orchestrates preflight-to-submission across Chrome Web Store, Firefox AMO, and Edge Add-ons
  • Routes missing assets to automated tooling and validates asset readiness before publishing
  • Generates structured per-platform payloads and preserves guardrails until explicit user confirmation

Quick Start

Tell me you want to publish or update a browser extension, and I will start the preflight and end-to-end publishing orchestration.

Frequently Asked Questions about flow-ext-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a browser extension to Chrome Web Store, Firefox AMO, and Edge Add-ons simultaneously?

To publish a browser extension across multiple stores, you orchestrate preflight checks, asset verification, and cross-platform payload generation for Chrome Web Store, Firefox AMO, and Edge Add-ons. This workflow coordinates version alignment and handles platform-specific submission nuances automatically.

What are the preflight checks required before publishing a browser extension?

Preflight checks for browser extension publishing validate asset readiness, verify version alignment, and identify missing icons, promo tiles, or descriptions. The workflow routes missing assets to automated tooling to assemble them from project assets before proceeding to cross-platform submissions.

Can I generate missing promo tiles and icons for browser extension publishing automatically?

Yes, you can generate missing promo tiles and icons automatically during browser extension publishing. When preflight checks detect missing descriptions or assets, the workflow routes them to automated tooling to assemble or generate required assets from existing project files.

Does browser extension publishing require manual confirmation before uploading to stores?

Browser extension publishing requires explicit user confirmation before uploading to stores. The workflow preserves guardrails and generates structured per-platform payloads, executing safe uploads only when explicitly authorized by the user during the final submission stage.

How do I handle platform-specific submission nuances for Firefox AMO and Edge Add-ons?

Handling platform-specific submission nuances for Firefox AMO and Edge Add-ons involves generating structured per-platform payloads from your project assets. The orchestration workflow adapts version data and asset formats to satisfy the unique submission requirements of each browser extension store.