chrome-extension

pproenca/dot-skills · updated Apr 8, 2026

$npx skills add https://github.com/pproenca/dot-skills --skill chrome-extension
0 commentsdiscussion
summary

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.

skill.md

Chrome Extension Best Practices

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.

When to Apply

Reference these guidelines when:

  • 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

Rule Categories by Priority

Priority Category Impact Prefix
1 Service Worker Lifecycle CRITICAL sw-
2 Content Script Optimization CRITICAL content-
3 Message Passing Efficiency HIGH msg-
4 Storage Operations HIGH storage-
5 Network & Permissions MEDIUM-HIGH net-
6 Memory Management MEDIUM mem-
7 UI Performance MEDIUM ui-
8 API Usage Patterns LOW-MEDIUM api-
9 Code Style & Naming MEDIUM style-
10 Component Patterns MEDIUM comp-
11 Error Handling HIGH err-
12 Testing Patterns MEDIUM test-

Quick Reference

1. Service Worker Lifecycle (CRITICAL)

2. Content Script Optimization (CRITICAL)

3. Message Passing Efficiency (HIGH)

4. Storage Operations (HIGH)

5. Network & Permissions (MEDIUM-HIGH)

6. Memory Management (MEDIUM)

7. UI Performance (MEDIUM)

8. API Usage Patterns (LOW-MEDIUM)

9. Code Style & Naming (MEDIUM)

10. Component Patterns (MEDIUM)

11. Error Handling (HIGH)

12. Testing Patterns (MEDIUM)

How to Use

Read individual reference files for detailed explanations and code examples:

Full Compiled Document

For a complete guide with all rules in a single document, see AGENTS.md.

Reference Files

File Description
AGENTS.md Complete compiled guide with all rules
references/_sections.md Category definitions and ordering
assets/templates/_template.md Template for new rules
metadata.json Version and reference information

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.725 reviews
  • Benjamin Chawla· Dec 28, 2024

    chrome-extension has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Aanya Sethi· Dec 16, 2024

    chrome-extension fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Ganesh Mohane· Dec 4, 2024

    Registry listing for chrome-extension matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sakshi Patil· Nov 23, 2024

    Keeps context tight: chrome-extension is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Hana Garcia· Nov 19, 2024

    Solid pick for teams standardizing on skills: chrome-extension is focused, and the summary matches what you get after install.

  • Aanya Taylor· Nov 7, 2024

    chrome-extension is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Yash Thakker· Nov 3, 2024

    chrome-extension reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Maya Li· Oct 26, 2024

    Solid pick for teams standardizing on skills: chrome-extension is focused, and the summary matches what you get after install.

  • Dhruvi Jain· Oct 22, 2024

    We added chrome-extension from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Chaitanya Patil· Oct 14, 2024

    I recommend chrome-extension for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 25

1 / 3