A comprehensive Claude Code plugin for building high-converting sales funnels. Strategy, design, copy, deployment, and optimization β all inside your editor. v 1.0.0 - Warning: There are bound to be issues as it's just been released! Please follow our contributing, security rules, and get me here if you need help or want to discuss: https://www.skool.com/agashic-5136
Tell Claude what you're selling and who you're selling to. Funnel Architect handles the rest:
- Picks the right funnel type for your product and price point
- Generates production-ready pages (HTML/CSS, React, Next.js, or Astro)
- Writes conversion copy using proven frameworks (AIDA, PAS, StoryBrand)
- Optimizes for speed (Core Web Vitals, lazy loading, critical CSS)
- Deploys anywhere (Vercel, Netlify, Cloudflare Pages)
- Connects your stack (email, payments, CRM, analytics)
| Without this plugin | With Funnel Architect |
|---|---|
| Research funnel types manually | Claude picks the optimal funnel for your offer |
| Wire up pages, forms, and CTAs from scratch | 18 production-ready templates across 13 funnel types |
| Hire a copywriter or wing it | 5 specialist agents write, review, and optimize copy |
| Hope your pages load fast | Automated Lighthouse audits and mobile checks on every save |
| Deploy manually | One command to Vercel, Netlify, or Cloudflare |
Who it's for: Creators, SaaS founders, coaches, and marketers who want to ship funnels fast without leaving their editor.
# 1. Clone the plugin
git clone https://github.com/ominou5/funnel-architect-plugin.git
# 2. Launch Claude Code with the plugin loaded
claude --plugin-dir ./funnel-architect-plugin
# 3. Verify it loaded β skills and agents should appear
/help # lists available skills
/agents # lists available agents
# 4. Try it out
/agashic-funnel-architect:funnel-select # pick the right funnel type
# or just ask in plain English:
# "Build me an opt-in funnel for a free marketing checklist"Already have the plugin? Pull the latest skills and templates:
cd funnel-architect-plugin && git pull origin mainThen restart Claude Code to pick up the new skills.
funnel-architect-plugin/
βββ .claude-plugin/
β βββ plugin.json # Plugin manifest
βββ agents/
β βββ funnel-builder.md # Primary builder
β βββ conversion-optimizer.md
β βββ page-speed-optimizer.md
β βββ copy-doctor.md
β βββ deploy-assistant.md
βββ skills/ # 29 skills total
β βββ funnel-strategy/ # Discovery & blueprint
β βββ funnel-select/ # Funnel type matcher
β βββ funnel-hacking/ # Reverse-engineer live funnels
β βββ conversion-ux/ # CRO patterns
β βββ page-speed/ # Performance optimization
β βββ mobile-responsive/ # Mobile-first design
β βββ design-system/ # Visual language & tokens
β βββ funnel-copy/ # Copywriting frameworks
β βββ ab-testing/ # Testing strategy
β βββ conversion-audit/ # Funnel audit framework
β βββ analytics-setup/ # GA4, Meta Pixel, UTMs
β βββ marketing-stack/ # Email, payments, CRM
β βββ optin-funnel/ # Opt-in + templates
β βββ webinar-funnel/ # Webinar + templates
β βββ saas-funnel/ # SaaS + templates
β βββ vsl-funnel/ # Video Sales Letter + templates
β βββ product-launch-funnel/# PLF + templates
β βββ tripwire-funnel/ # Tripwire + templates
β βββ challenge-funnel/ # Challenge + templates
β βββ application-funnel/ # Application + templates
β βββ evergreen-webinar-funnel/ # Evergreen webinar + templates
β βββ high-ticket-funnel/ # High-ticket + templates
β βββ membership-funnel/ # Membership + templates
β βββ ecommerce-funnel/ # E-commerce + templates
β βββ deploy-netlify/ # Netlify deployment
β βββ deploy-vercel/ # Vercel deployment
β βββ deploy-cloudflare/ # Cloudflare Pages deployment
β βββ group-funnel/ # Community group funnel (Skool, Whop, Facebook, etc.)
β βββ dns-management/ # Custom domain setup
βββ hooks/
β βββ hooks.json # Automated checks
βββ scripts/
β βββ mobile-check.sh # Mobile responsiveness check
β βββ lighthouse-audit.js # Performance audit
β βββ validate-funnel-structure.js
βββ .mcp.json # Pre-configured MCP servers
βββ marketplace.json # Distribution metadata
βββ CHANGELOG.md
βββ CONTRIBUTING.md
βββ LICENSE (MIT)
| Agent | Role |
|---|---|
| Funnel Builder | Primary builder β designs funnel flows, generates pages, applies conversion patterns |
| Conversion Optimizer | CRO specialist β analyzes pages, recommends improvements |
| Page Speed Optimizer | Performance expert β audits and fixes Core Web Vitals |
| Copy Doctor | Copywriter β headlines, CTAs, objection handlers |
| Deploy Assistant | DevOps β deploys to Vercel, Netlify, or Cloudflare |
| Funnel | Pages | Best For |
|---|---|---|
| Opt-In | Squeeze β Thank You | Lead magnets, email list building |
| Webinar | Registration β Confirmation β Live Room β Offer | Courses, coaching, high-ticket |
| SaaS | Landing β Signup β Onboarding β Pricing | Software products, free trials |
| VSL | Video Page β Order β Upsell | Info products, courses ($97β$2K) |
| Product Launch | Opt-In β PLC 1β3 β Sales Page | Courses, programs, memberships |
| Tripwire | Opt-In β $7β$47 Offer β Upsell | Buyer list building, ad offset |
| Challenge | Registration β Daily Pages β Offer | Community, coaching ($197β$997) |
| Application | Landing β Application β Booking | Coaching, consulting ($2K+) |
| Evergreen Webinar | Registration β Auto-Play β Offer | Scaling proven webinars 24/7 |
| High-Ticket | Authority Content β Sales Page β Call | Programs, services ($3K+) |
| Membership | Landing β Trial β Onboarding β Dashboard | Communities, content libraries |
| E-Commerce | Product Page β Cart β Checkout β Upsell | Physical/digital products, DTC |
| Group | Opt-In β Thank You (w/ Community CTA) | Skool, Whop, Facebook Groups, Discord |
The plugin runs checks automatically as you build:
- Mobile Check (PostToolUse) β validates viewport, touch targets, and fixed widths after every file write
β οΈ Currently bash-only; Node.js rewrite in progress for Windows/cross-platform support - Lighthouse Audit (PostToolUse, async) β runs performance analysis in the background
- Funnel Validation (Stop) β checks link integrity and structure before completing a session
"Build an opt-in funnel for my free SEO checklist targeting small business owners"
"Create a webinar registration page for my AI course launching March 15th"
"Audit this landing page for conversion issues and fix the top 3"
"Optimize this page for mobile β it's getting 60% mobile traffic"
"Deploy my funnel to Vercel with a custom domain"
"Hack this funnel: https://example.com/sales-page β rebuild it for my brand"
"Write 5 headline variants for A/B testing my SaaS landing page"
"I have a Skool group β build me a funnel to drive free signups"
Pre-configured in .mcp.json:
- Payments: Stripe (
@stripe/agent-toolkit)
Supported via skills (add your own MCP server):
- Analytics (GA4), CRM (HubSpot), Email (Mailchimp), Hosting (Vercel, Firebase, Supabase)
See MCP_INTEGRATIONS.md for setup instructions.
We welcome PRs! The fastest way to contribute:
- Fork β Branch (
feat/,fix/,docs/) β PR - Test locally with
claude --plugin-dir ./ - Follow Conventional Commits for commit messages
Highest-impact contributions: new funnel templates, copy frameworks, and skill improvements.
See CONTRIBUTING.md for full guidelines, PR template, and code standards.
Found a security issue? See SECURITY.md.
MIT β see LICENSE