
Browser Extension Developer
- 13 installs
- 27.6k repo stars
- Updated August 4, 2026
- yamadashy/repomix
Helps with ai & agent building tasks.
About
browser-extension-developer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- browser-extension-developer
- AI & Agent Building
- AI-coding skill
Browser Extension Developer by the numbers
- 13 all-time installs (skills.sh)
- Ranked #11,389 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yamadashy/repomix --skill browser-extension-developerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 13 |
|---|---|
| repo stars | ★ 27.6k |
| Last updated | August 4, 2026 |
| Repository | yamadashy/repomix ↗ |
What it does
Helps with ai & agent building tasks.
Files
Browser Extension Developer
Cross-browser extension (Chrome/Firefox/Edge) using WXT framework with Manifest V3. Injects "Repomix" button into GitHub repository pages.
Structure
browser/
├── entrypoints/ # background.ts, content.ts
├── public/_locales/ # i18n (12 languages)
├── wxt.config.ts # WXT configuration
└── .output/ # Built files (chrome-mv3, firefox-mv2)Commands
npm run dev- Development mode (Chrome default)npm run dev:firefox- Firefox dev modenpm run build-all- Build all browsersnpm run lint/npm run test
i18n
12 languages: en, ja, de, fr, es, pt_BR, id, vi, ko, zh_CN, zh_TW, hi
New language: Create public/_locales/[code]/messages.json with keys: appDescription, openWithRepomix
Notes
- Chrome/Edge use
chrome.*APIs, Firefox may need polyfills - Run lint and tests before completion
Related skills
AI & Agent Buildingagents