What problem does it solve? Starting a new application from scratch requires repetitive decisions about tech stack, directory structure, dependencies, and configuration. This Skill removes that friction by providing ready-made scaffolding templates for twelve common project types. ## Core Features & Use Cases - Selective Template Loading: Reads only the template matching the requested project type, covering Next.js (fullstack, SaaS, static), Express, FastAPI, React Native, Flutter, Electron, Chrome Extension, CLI tools, Turborepo monorepos, and Astro. - Structured Guidance: Each template defines tech stack, directory structure, key concepts, setup steps, and best practices for its stack. - Use Case: When a user asks to create a SaaS product, the Skill loads the nextjs-saas template and scaffolds a project with Auth.js, Stripe billing, Prisma, and Tailwind v4 following 2026 standards. ## Quick Start Create a new SaaS web app using the appropriate project template.