What problem does it solve? Starting a new application from scratch requires choosing a tech stack, directory structure, and configuration, which is repetitive and error-prone. This Skill provides ready-made project templates so an AI agent can scaffold the right architecture immediately. ## Core Features & Use Cases - Twelve Project Templates: Covers Next.js (fullstack, SaaS, static), Express API, FastAPI, React Native, Flutter, Electron, Chrome Extension, CLI tools, Turborepo monorepos, Astro, and Nuxt 4. - Selective Reading: A routing table directs the agent to read only the template matching the requested project type, keeping context usage minimal. - Complete Guidance Per Template: Each template includes tech stack tables, directory structures, setup commands, environment variables, and best practices. - Use Case: A user says "create a SaaS app" and the agent reads only the nextjs-saas template, then scaffolds a Next.js 16 project with Auth.js v6, Stripe billing, Prisma, and Tailwind v4 following the documented structure. ## Quick Start Ask the agent to create a new app of a specific type, for example: create a Chrome extension project using the matching template.