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

ClearSpec: A Spec Generator to Reduce Hallucination in Claude Code
ClearSpec is a tool that generates structured specifications from plain English descriptions, connecting to GitHub repos to reference real file paths and dependencies, then uses those specs as prompts for Claude Code to provide better context.

Claude Code Adds Remote Control Feature for Mobile Session Management
Claude Code now allows developers to start tasks in their terminal and continue controlling sessions from mobile devices via the Claude app or claude.ai/code while Claude runs locally on their machine.

Layered Defense Framework for Claude Code Rule Enforcement
An IT operations professional built an 8-layer defense framework to enforce Claude Code rules after discovering that both CLAUDE.md prompts and blocking hooks could be bypassed. The approach adapts the Swiss cheese model from accident investigation to prevent workarounds.

Developer builds AI framework with 17 biological principles using Claude Code
A developer created an AI framework called Cognitive Sparks by implementing 17 biological principles like threshold firing and Hebbian plasticity, based on the 1999 book 'Sparks of Genius.' The entire project—22 design docs and 3,300 lines of code—was built in one day using Claude Code, with no human-written code.