extension-dev

Installation
SKILL.md

Extension Dev

Detect the stack, find docs, implement the feature, debug. Do NOT just explain — execute the workflow.

Workflow (Execute This)

Step 1: Detect framework and UI stack

Run detection (see references/framework-detection.md):

ls wxt.config.ts plasmo.config.ts vite.config.ts manifest.json 2>/dev/null
cat package.json | grep -E '"wxt|plasmo|crxjs|react|vue|svelte"'
File found Framework
wxt.config.ts WXT
package.json has plasmo Plasmo
vite.config has @crxjs CRXJS
Related skills
Installs
20
GitHub Stars
12
First Seen
Mar 26, 2026