Browser Extension skills for AI agents
8 practitioner-grade browser extension skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Background Workers
Service workers and background scripts for event-driven extension logic, lifecycle management, and persistent tasks
217 lines - Content Scripts
Content scripts for DOM manipulation, page interaction, and isolated world execution in browser extensions
226 lines - Cross-Browser
Cross-browser extension compatibility across Chrome, Firefox, and Safari with API normalization and build strategies
238 lines - Extension Publishing
Publishing browser extensions to Chrome Web Store and Firefox Add-ons including review processes and automation
273 lines - Manifest V3
Chrome Manifest V3 fundamentals including configuration, permissions, and migration from V2
215 lines - Messaging
Message passing between extension components including content scripts, service workers, popups, and external pages
274 lines - Popup UI
Building popup and options page UIs for browser extensions with responsive layouts and framework integration
343 lines - Storage API
Extension storage APIs and state management patterns including sync, local, and session storage
267 lines