What problem does it solve?
This Skill helps you develop browser/web extensions with WXT without breaking WXT’s build-time/runtime boundaries, configuration rules, or browser-specific manifest requirements.
Core Features & Use Cases
- Guide the full extension workflow: project setup, deciding where code goes, and organizing entrypoints correctly.
- Prevent common WXT pitfalls: build-time Node imports vs runtime
main, avoiding direct extension/Dom API use at top level, and never editing generated .wxt/ or .output/ artifacts by hand.
- Accelerate real tasks across extension types: background, popup/options, content scripts (including Shadow Root UI and CSS injection), storage, runtime APIs, messaging patterns, testing, and zip/submit publishing.
Quick Start
Ask the WXT skill to help you implement your current change by first identifying which entrypoint/config area you’re modifying and then pointing you to the exact vendored reference pages and upstream API details needed for that change.