What problem does it solve? Frontend development involves repetitive scaffolding, inconsistent component structure, and hard-to-diagnose bundle bloat. This Skill standardizes component creation, bundle analysis, and project scaffolding for React, Next.js, TypeScript, and Tailwind CSS codebases. ## Core Features & Use Cases - Component Generator: Scaffolds React components with configurable templates and built-in quality checks via scripts/component_generator.py. - Bundle Analyzer: Inspects a target project path and produces a structured report with findings, verbose logging, and optional JSON export via scripts/bundle_analyzer.py. - Frontend Scaffolder: Bootstraps frontend project structure with production-oriented conventions via scripts/frontend_scaffolder.py. - Reference Guides: Provides React patterns, Next.js optimization strategies, and frontend best practices covering performance, security, and anti-patterns. - Use Case: When starting a new Next.js feature, run the scaffolder to set up structure, generate components for each UI element, then run the bundle analyzer before deployment to catch size regressions. ## Quick Start Ask the assistant to generate a new React component and analyze the frontend bundle of your project using this skill.