Open Source Chrome Extension Development Skills Package Released

A developer has released an open source package of AI agent skills that encapsulates four years of Chrome extension development experience. The package addresses common pain points like scattered documentation, confusing permissions, debugging across multiple contexts, and unhelpful Web Store rejections.
Skills Included
- Scaffolding with WXT
- Feature development with auto framework detection
- Manifest generation with minimum permissions
- Security auditing
- Testing (with awareness that extensions can't run headless)
- Asset generation
- Publishing with CI/CD
- MV2 to MV3 migration
The security analyzer skill specifically catches issues like innerHTML with untrusted data, missing sender validation, hardcoded API keys, and overly broad permissions—problems that can lead to Web Store rejection or user security compromises.
Compatibility and Installation
The skills work with Claude Code, Cursor, Windsurf, Copilot, Cline, Aider, and any other AI coding tools that support skills. Installation is via:
npx skills add quangpl/browser-extension-skillsThe package is MIT licensed and includes full documentation with code examples and detailed breakdowns of each skill at extensionbooster.com/skills.
📖 Read the full source: r/ClaudeAI
👀 See Also

Founder Operations in Claude: 19 Reusable Skills for Early-Stage Startups
A founder who exited their first startup published 19 Claude-compatible skill prompts for functions like positioning, pricing, prospecting, and copy — based on their own SOPs and Notion workflows.
Using an adversarial Claude chat to catch kickoff ambiguities before they cost you
A developer added a second Claude chat whose only job is to adversarially review kickoffs for ambiguous specs and silent failures, saving an estimated $150-400 in Claude Code rework across a project phase.

Local dashboard tracks Claude Code usage with token costs, tool calls, and session analytics
A developer built a local dashboard that reads Claude Code's JSONL session files to visualize token usage, estimated costs, tool call breakdowns, and session history. The tool runs entirely on your machine with an Express API and React dashboard.

Skill Scaffolder: Build OpenClaw Skills Without Writing Code
Skill Scaffolder is an open-source tool that lets users create OpenClaw skills by describing what they want in plain English. It handles the entire process—interviewing users, writing skill files, testing, and installation—without requiring YAML, Python, or config files.