Skip to main content
Back to registry

wxt-browser-extensions

pproenca/dot-skills

Comprehensive performance optimization guide for WXT browser extension development. Contains 49 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Updated for WXT v0.20+.

Installs199
Install command
npx skills add https://github.com/pproenca/dot-skills --skill wxt-browser-extensions
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Comprehensive performance optimization guide for WXT browser extension development. Contains 49 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Updated for WXT v0.20+. Reference these guidelines when: Read individual reference files for detailed explanations and code examples: - Writing new WXT browser extension code - Implementing service worker background scripts - Injecting content scripts into web pages - Setting up messaging between extension contexts - Configuring manifest permissions and resources - svc-register-listeners-synchronously - Register listeners synchronously to prevent missed events - svc-avoid-global-state - Use storage instead of in-memory state - svc-keep-alive-patterns - Keep service worker alive for long operations - svc-handle-install-update - Handle install and update lifecycle events - svc-offscreen-documents - Use offscreen documents for DOM operations - svc-declarative-net-request - Use declarative rules for network blocking - inject-use-main-function - Place runtime code inside main() function - inject-choose-correct-world - Select ISOLATED or MAIN world appropriately - inject-run-at-timing - Configure appropriate runAt timing - inject-use-ctx-invalidated - Handle context invalidation on update - inject-dynamic-registration - Use runtime registration for conditional injection - inject-all-frames...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wxt-browser-extensions do?

Comprehensive performance optimization guide for WXT browser extension development. Contains 49 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Updated for WXT v0.20+.

Is wxt-browser-extensions good?

wxt-browser-extensions does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does wxt-browser-extensions work with?

wxt-browser-extensions currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to wxt-browser-extensions?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install wxt-browser-extensions?

npx skills add https://github.com/pproenca/dot-skills --skill wxt-browser-extensions

Related skills

More from pproenca/dot-skills

Related skills

Alternatives in Software Engineering