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

alogin: A Go-based Security Gateway for AI Agents with Human-in-the-Loop
alogin is an open-source Go-based security gateway that provides a secure conduit between AI agents and infrastructure, featuring built-in MCP server support for Claude Desktop, human-in-the-loop safety rails, and encrypted credential storage.

Slides-grab: Visual Editor for Fixing HTML Slides Generated by Claude Code
Slides-grab is a tool that lets you drag elements on HTML/CSS slides generated by Claude Code, then sends XPath and a highlighted screenshot to the AI agent for precise editing. It addresses the pain point of fixing small layout issues through text prompts alone.

Claude Command Center: Open-Source Dashboard for Claude Code Analytics
Claude Command Center is a local dashboard that reads your ~/.claude/ directory to display Claude Code session data, costs, and MCP server configurations. Built entirely using Claude Code with an Express backend and React frontend, it requires zero configuration and runs locally with no cloud or telemetry.

ClaudeClaw: Free Claude Code Plugin for Persistent AI Agents on Messaging Platforms
ClaudeClaw is a free, open-source MIT-licensed Claude Code plugin that runs Claude as a persistent agent on Slack, WhatsApp, and Telegram. It requires Node.js 20+, Claude Code, and your own Anthropic API key, with OS-level sandbox isolation via Anthropic's sandbox-runtime.