What problem does it solve? Working in a next-forge starter or a repo derived from it is confusing because starter defaults often drift from the actual repository state. This Skill helps you locate code, understand app and package ownership, configure environment variables, swap providers, and deploy without relying on outdated template assumptions. ## Core Features & Use Cases - Workspace Navigation: Maps questions to the correct app under apps/ or shared package under packages/ using the @repo/<name> convention. - Setup and Environment Guidance: Explains required versus optional env vars, Drizzle database commands, and Better Auth configuration based on real keys.ts files. - Provider Swaps and Deployment: Walks through replacing database, auth, payments, CMS, or email providers and deploying app, web, and api as separate Vercel projects. - Use Case: You inherit a next-forge-derived repo where auth uses Better Auth instead of Clerk and payments use PagoPar instead of Stripe. Ask where the payment webhook lives, and get the exact route apps/api/app/webhooks/payments/route.ts plus the env vars it needs. ## Quick Start Ask where a specific feature or route lives in this next-forge-style monorepo and how to run or extend it.