This is a production-ready Stripe billing implementation that handles the full subscription lifecycle, not just payment processing. You get webhook handlers that sync subscription state to Postgres via Drizzle, feature flags through Vercel's SDK for plan-based feature gating, and a customer billing portal. It requires some upfront setup (better-env for config, Neon + Drizzle for the database, Pino for logging) but that's because it's designed as a complete system rather than a code snippet. If you're building a SaaS and want subscription billing that actually tracks state in your database instead of constantly querying Stripe's API, this handles the architecture decisions for you.
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill stripe-subscriptions