What problem does it solve? Starting a new application from scratch requires choosing a tech stack, directory structure, and configuration conventions, which is slow and error-prone without a reference. This Skill provides ready-made project templates so developers can scaffold new applications with consistent, modern setups. ## Core Features & Use Cases - 12 Project Templates: Covers Next.js (full-stack, SaaS, static), Express API, FastAPI, React Native, Flutter, Electron, Chrome Extension, CLI tools, Turborepo monorepos, Astro, and Nuxt 4. - Selective Reading: Only the template matching the user's project type is loaded, keeping context usage minimal. - Concrete Guidance: Each template includes tech stack tables, directory structures, setup commands, environment variables, and best practices. - Use Case: A user asks to create a SaaS product; the Skill loads the nextjs-saas template and scaffolds a Next.js 16 app with Auth.js v6, Stripe billing, Prisma, and Tailwind v4. ## Quick Start Ask the assistant to create a new app of a specific type, such as "create a SaaS app with Next.js and Stripe", and it will apply the matching template.