What problem does it solve? Frontend developers repeatedly write boilerplate for components, project setups, and bundle audits. This Skill automates scaffolding Next.js/React projects, generating typed components with tests and stories, and detecting heavy dependencies that inflate bundle size. ## Core Features & Use Cases - Project Scaffolding: Generate complete Next.js 14+ or React+Vite projects with TypeScript, Tailwind CSS, and optional features like auth, React Query, forms, testing, and Storybook. - Component Generation: Create client components, server components, or custom hooks with optional test files and Storybook stories following best practices. - Bundle Analysis: Score project bundle health, flag heavy packages like moment or lodash with lighter alternatives, and detect dev dependencies misplaced in production. - Use Case: When starting a new dashboard, scaffold a Next.js project with auth and API features, generate UI components with tests, then run the bundle analyzer to keep dependencies lean. ## Quick Start Ask the assistant to scaffold a new Next.js project named my-app with TypeScript and Tailwind CSS using the frontend scaffolder script.