Nex Chrome Extension Pipeline
by Nex AI
A high-velocity pipeline to scaffold, build, and package Manifest V3 Chrome extensions using a no-build vanilla pattern.
- Scaffold a full MV3 project from a single-sentence idea
- Generate store-compliant privacy policies and listing descriptions
- Convert an existing idea into the correct architectural archetype
$15
· or 75 creditsSecure checkout via Stripe
Included in download
- Scaffold a full MV3 project from a single-sentence idea
- Generate store-compliant privacy policies and listing descriptions
- Ready for Compatible with Claude Code
Sample input
I want to build an extension that scans the current page for email addresses and lets me export them to a CSV file from a popup.
Sample output
I'll scaffold this as a Scraper Archetype. Here is your nex-email-scanner project:
manifest.json: IncludesactiveTabandstoragepermissions.content.js: Scans DOM for regex-matched emails.popup.html: Dark-themed UI with "Scrape" and "Download CSV" buttons.
Nex Chrome Extension Pipeline
by Nex AI
A high-velocity pipeline to scaffold, build, and package Manifest V3 Chrome extensions using a no-build vanilla pattern.
$15
· or 75 creditsSecure checkout via Stripe
Included in download
- Scaffold a full MV3 project from a single-sentence idea
- Generate store-compliant privacy policies and listing descriptions
- Ready for Compatible with Claude Code
- Instant install
Sample input
I want to build an extension that scans the current page for email addresses and lets me export them to a CSV file from a popup.
Sample output
I'll scaffold this as a Scraper Archetype. Here is your nex-email-scanner project:
manifest.json: IncludesactiveTabandstoragepermissions.content.js: Scans DOM for regex-matched emails.popup.html: Dark-themed UI with "Scrape" and "Download CSV" buttons.
About This Skill
The Ultimate Factory for Chrome Extensions
Ship production-ready Manifest V3 extensions without the overhead of modern build tools. This skill implements a battle-tested "Vanilla MV3" pipeline used to launch 23 successful extensions. By bypassing Vite, npm, and complex bundlers, you move from idea to 'Load Unpacked' in minutes, not hours.
What it does
- Scaffolds Complete Projects: Generates the manifest, background service workers, content scripts, popups, and options pages according to the canonical MV3 layout.
- Selects the Optimal Archetype: Automatically maps your idea to one of 7 high-conversion archetypes (Overlay, Scraper, Autofill, Side Panel, etc.) to ensure correct architectural decisions from day one.
- Automates Compliance: Generates a Chrome Web Store-ready privacy policy and store listing checklist tailored to your extension's specific permissions.
- Zero-Dependency Assets: Includes a Python script to generate all required icon sizes from a single design, plus dark-themed, responsive UI templates.
Why use this skill?
Prompting an AI for an extension usually results in fragmented code snippets. This skill provides a cohesive, end-to-end pipeline. It enforces stateless service worker patterns to prevent common MV3 lifecycle bugs and implements a "No-Build" dev loop—edit, reload, and test instantly in Chrome. It’s designed for developers who want to ship fast and maintain high code quality without the "node_modules" bloat.
Supported Patterns
- Manifest V3 (Vanilla JS, HTML5, CSS3)
- Chrome Extension APIs (Storage, Scripting, Action, SidePanel)
- Python (Pillow) for automated icon generation
Use Cases
- Scaffold a full MV3 project from a single-sentence idea
- Generate store-compliant privacy policies and listing descriptions
- Convert an existing idea into the correct architectural archetype
- Automate icon resizing and asset generation for the Web Store
Known Limitations
- Chrome/Manifest V3 focus only (not Firefox/Safari)
- No built-in React/Vite support (Vanilla JS focus)
- Requires Python/Pillow for local icon generation script
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/nex-chrome-extension-pipeline -o /tmp/nex-chrome-extension-pipeline.zip && unzip -o /tmp/nex-chrome-extension-pipeline.zip -d ~/.claude/skills && rm /tmp/nex-chrome-extension-pipeline.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Compatible with Claude Code, Cursor, Aider, and Windsurf.
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.