Launching May 2026 β€” early bird price $39

Ship SaaS faster with
production-grade subagents.

20 Claude Code subagents tuned for Next.js + Supabase + Stripe. Stop writing generic prompts. Drop in battle-tested agents that know your exact stack.

Get the Pack β€” $39 See what's inside

One-time payment Β· Lifetime updates Β· 14-day refund

Install in your project
npx claude-subagents-pack init

You know the feeling.

Every single time

"Ok Claude, wire up Stripe checkout. Remember to verify webhook signatures. Don't use edge runtime. Use integer cents. Store stripe_customer_id on first auth…"

And then

"Wait, did it enable RLS? Does it have a `with check`? Did it put the price ID in components again?"

This pack is the muscle memory you've been re-typing into every project. Except it's done right, once, and every agent double-checks the mistakes you keep catching in review.

17 subagents. One stack.

Each agent comes with operating procedure, code templates, hard rules, and a verification checklist.

Auth

  • auth-setup β€” Clerk + middleware + Supabase JWT
  • auth-protected-route β€” route guards + role gating
  • user-profile β€” profile CRUD + avatar upload

Supabase

  • supabase-schema β€” migrations + type gen
  • supabase-rls β€” idempotent policies
  • supabase-seed β€” deterministic fixtures
  • supabase-realtime β€” live subscriptions

Stripe

  • stripe-setup β€” client + webhook + catalog
  • stripe-subscription β€” full subscription lifecycle
  • stripe-checkout β€” one-time purchases
  • stripe-webhook-handler β€” typed, idempotent handlers
  • stripe-customer-portal β€” self-service billing
  • stripe-refund β€” refund + entitlement revoke

Email & Ops

  • resend-transactional β€” React Email + helpers
  • resend-welcome β€” onboarding sequence
  • vercel-deploy β€” pre-deploy gate
  • monitoring-setup β€” Sentry + PostHog
  • api-rate-limit β€” Upstash rate limiting
  • testing-setup β€” Vitest + Playwright
  • seo-metadata β€” OG, sitemap, robots, JSON-LD

Plus 5 slash commands for recurring workflows

/new-feature /add-payment /debug-webhook /check-rls /ship

What's actually inside an agent

Not a vibes-prompt. A spec with hard rules and a verification checklist.

.claude/agents/stripe-setup.md preview
---
name: stripe-setup
description: Scaffold Stripe integration β€” client, webhook endpoint with
  signature verification, product catalog, local testing setup.
tools: Read, Edit, Write, Glob, Grep, Bash
---

You are a senior payments engineer. You treat Stripe webhooks as the source
of truth for subscription state, never the client-side redirect. You verify
every signature. You store money as integer cents.

## Hard rules

- Never trust client-side redirect URLs to confirm payment. Wait for webhook.
- Never JSON.parse(body) before signature verification.
- Always make webhook handlers idempotent β€” Stripe retries.
- Never hardcode price IDs in components. Route through STRIPE_CATALOG.
- Use `nodejs` runtime for the webhook β€” Edge can't read raw body reliably.

## Verification

- [ ] pnpm build passes
- [ ] curl -X POST /api/webhooks/stripe -d '{}' returns 400 (no signature)
- [ ] stripe trigger checkout.session.completed returns 200
- [ ] .env.example has all three keys
- [ ] lib/stripe/catalog.ts is the only place price IDs appear

5 real-world scenarios included

Step-by-step walkthroughs you can follow along with. Great for learning the Pack and for video demos.

πŸ’³

Zero to Stripe

Add payments to a fresh project in 15 min. 3 agent calls.

πŸ”’

Lock Down RLS

Audit every table, fix bad policies, verify with simulated queries.

πŸš€

Ship a Feature

Schema β†’ RLS β†’ Actions β†’ UI β†’ test. One command.

πŸ“§

Welcome Emails

Resend + React Email + 3-step onboarding drip.

βœ…

Deploy Gate

Env, secrets, migrations, build β€” one command go/no-go.

One price. Everything in.

No tiers. No "contact sales". Lifetime updates.

$39 one-time

Everything you see on this page. Forever.

Get the Pack

FAQ

I already use ShipFast / Makerkit. Does this replace them?

No. Boilerplates give you the scaffold. This gives Claude Code the muscle memory to build on top. Use both.

Will it work with Remix / Astro / SvelteKit?

The stack specificity is the value. Agents assume Next.js App Router. Other frameworks are roadmap, not launch.

Supabase Auth instead of Clerk?

Clerk-first at launch. Supabase Auth variant planned based on demand.

Polar or LemonSqueezy instead of Stripe?

Stripe only at launch.

What if it doesn't work for me?

14-day full refund as long as you haven't committed the output to a public repo.

Stop re-typing prompts.

Ship your next SaaS feature in half the Claude Code turns.

Get the Pack β€” $39