Skip to main content
Back to registry

chrome-extension

pproenca/dot-skills

Comprehensive performance and code quality guide for Chrome Extensions (Manifest V3). Contains 67 rules across 12 categories, prioritized by impact to guide automated refactoring and code generation.

Installs174
Install command
npx skills add https://github.com/pproenca/dot-skills --skill chrome-extension
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Comprehensive performance and code quality guide for Chrome Extensions (Manifest V3). Contains 67 rules across 12 categories, prioritized by impact to guide automated refactoring and code generation. Reference these guidelines when: Read individual reference files for detailed explanations and code examples: For a complete guide with all rules in a single document, see AGENTS.md . - Writing new Chrome extension code - Migrating from Manifest V2 to Manifest V3 - Optimizing service worker lifecycle and state management - Implementing content scripts for page interaction - Debugging performance issues in extensions - sw-persist-state-storage - Persist state with chrome.storage instead of global variables - sw-avoid-keepalive - Avoid artificial service worker keep-alive patterns - sw-use-alarms-api - Use chrome.alarms instead of setTimeout/setInterval - sw-return-true-async - Return true from message listeners for async responses - sw-register-listeners-toplevel - Register event listeners at top level - sw-use-offscreen-for-dom - Use offscreen documents for DOM APIs - content-use-specific-matches - Use specific URL match patterns - content-use-document-idle - Use document_idle for content script injection - content-programmatic-injection - Prefer programmatic injection over manifest declaration - content-minimize-script-size - Minimize content script bundle size -...

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 chrome-extension do?

Comprehensive performance and code quality guide for Chrome Extensions (Manifest V3). Contains 67 rules across 12 categories, prioritized by impact to guide automated refactoring and code generation.

Is chrome-extension good?

chrome-extension does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does chrome-extension work with?

chrome-extension currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to chrome-extension?

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

How do I install chrome-extension?

npx skills add https://github.com/pproenca/dot-skills --skill chrome-extension

Related skills

More from pproenca/dot-skills

Related skills

Alternatives in Software Engineering