extension-toolchain
Installation
SKILL.md
Extension Toolchain
Modern browser extension development with Manifest V3, focusing on framework-agnostic solutions.
Recommended Stack: WXT (Default)
Why WXT (2025):
- Framework-agnostic (React, Vue, Svelte, SolidJS, Vanilla)
- Vite-powered (fast HMR, optimized builds)
- Auto-reload on code changes (content scripts too!)
- TypeScript-first with excellent type generation
- Automated publishing to stores
- Manifest V3 by default
# Create new extension
npm create wxt@latest
Related skills