migrate-to-addfox
Installation
SKILL.md
Migrate to Addfox
Use this skill when moving an existing extension codebase to Addfox.
When to use
- Migrating from
wxt.config.tstoaddfox.config.ts - Migrating from Plasmo
contents/,popup.tsx,options.tsx - Migrating from Vite + custom manifest workflows
- Porting entry layout into Addfox
app/reserved folders
Migration workflow
- Keep behavior first, refactor later.
- Create
addfox.config.tswith minimal working manifest. - Map source entries to
app/background,app/content,app/popup,app/options. - Run
addfox buildafter each major step. - Validate extension loading in browser before optimization.