What problem does it solve? Working in a next-forge monorepo means navigating seven apps, over twenty shared @repo packages, and integrations like Clerk, Stripe, Prisma, and BaseHub. This Skill provides the architectural knowledge and command reference needed to scaffold, configure, and extend a next-forge project without digging through scattered documentation. ## Core Features & Use Cases - Monorepo Navigation: Explains the apps/ and packages/ structure, Turborepo pipeline tasks, port assignments, and the @repo/* import conventions. - Setup & Environment Guidance: Walks through npx next-forge init, DATABASE_URL configuration, optional integration keys, and the keys.ts validation pattern using @t3-oss/env-nextjs. - Provider Swapping & Extension: Documents how to replace Clerk, Stripe, Prisma, BaseHub, or Resend with alternatives, add new apps, packages, cron jobs, webhooks, and feature flags. - Use Case: You scaffold a SaaS with npx next-forge init, then ask how to swap Stripe for Paddle and add a new cron job — the Skill points you to packages/payments, the webhook handler in apps/api, and the vercel.json schedule format. ## Quick Start Ask the assistant to explain the next-forge monorepo structure or how to run database migrations after editing the Prisma schema.