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

Benchmark Results: When to Use Claude Opus with Codex vs. Pure Opus for Code Generation
A controlled benchmark tested the 'Plan with Opus, Execute with Codex' approach across three real coding tasks. Results show a cost crossover at approximately 600 lines of code, with specific recommendations based on project size.

OpenClaw Model Performance Review: Codex 5.3 Leads, GLM Models Disappoint
A developer tested multiple AI models with OpenClaw, finding Codex 5.3 performs best with 9/10 rating, while GLM 4.7 and GLM 5 scored 5/10 due to high token usage, slow responses, and inconsistent output.

Termrender: 6x Token-Efficient ASCII UI Visualization for Claude
Termrender is an open-source Python tool that generates ASCII UI visualizations with 6x token efficiency compared to raw Claude output. It produces diagrams and panels using minimal tokens for faster generation and editing.

Developer creates read/write WordPress MCP plugin with 28 abilities
A developer built a WordPress plugin that registers 28 MCP abilities through the WordPress Abilities API, enabling full read/write access for AI coding agents. The plugin handles content management, quality auditing, and safety features, converting between Markdown and Gutenberg blocks automatically.