What problem does it solve? Starting a new project from scratch involves repetitive decisions about tech stack, directory structure, and configuration. This Skill provides ready-made scaffolding templates so you can bootstrap applications quickly with consistent, modern conventions. ## Core Features & Use Cases - 12 Project Templates: Covers Next.js (fullstack, SaaS, static), Express API, FastAPI, React Native, Flutter, Electron, Chrome Extension, CLI tools, Turborepo monorepos, and Astro static sites. - Selective Reading: Only the template matching your project type is loaded, keeping context focused and efficient. - Modern Stack Guidance: Each template includes up-to-date tech stacks (React 19, Tailwind v4, Auth.js v6, Expo SDK 52+), directory structures, setup steps, and best practices. - Use Case: When a user says "create a SaaS app", the Skill loads the nextjs-saas template and scaffolds the project with Stripe billing, Auth.js authentication, and Prisma database layers. ## Quick Start Ask the assistant to create a new app of a specific type, such as "create a Chrome extension project", and it will apply the matching template.