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

Radicle 1.8.0 Released: Decentralized Peer-to-Peer Code Forge Built on Git
Radicle 1.8.0 ships a sovereign, peer-to-peer code forge on Git with CLI, web UI, and desktop client. Repos replicate across peers using NoiseXK and a custom gossip protocol – no central server.

AIMEAT: A Self-Hosted Protocol for AI Agents, Local LLMs, and Shared Capabilities
AIMEAT is a self-hosted protocol and server that lets humans, AI agents, and local LLMs share apps, knowledge, and capabilities over HTTP/JSON. No vendor lock, no special SDK — plain prompts and URL fetches.

Session Inspector for Claude Code provides real-time visibility into AI agent operations
Vibeyard, an open-source terminal IDE that wraps Claude Code, has added a Session Inspector feature that provides real-time visibility into Claude Code sessions with timeline tracking, cost breakdowns, tool analytics, and context window monitoring.

Agent Skill Harbor: GitHub-native skill management for AI agent teams
Agent Skill Harbor is an open-source platform for teams to share, track, and govern AI agent skills using GitHub-native workflows. It collects skills from GitHub repos, tracks provenance, supports safety checks, and publishes a static catalog site with GitHub Actions and Pages.