What problem does it solve? Starting a new fullstack project or auditing an existing codebase involves repetitive setup decisions and manual quality checks. This Skill provides scaffolding scripts and reference guides covering React, Next.js, Node.js, GraphQL, and PostgreSQL so developers can bootstrap projects and review code quality against documented patterns. ## Core Features & Use Cases - Project Scaffolding: Run fullstack_scaffolder.py and project_scaffolder.py to generate project structures with configurable templates and built-in quality checks. - Code Quality Analysis: Use code_quality_analyzer.py to analyze a target path, produce findings, and output reports in console or JSON format. - Architecture & Workflow References: Consult tech_stack_guide.md, architecture_patterns.md, and development_workflows.md for patterns, anti-patterns, security practices, and DevOps guidance covering Docker, Kubernetes, and CI/CD. - Use Case: When starting a new Next.js and PostgreSQL application, scaffold the project structure, then run the quality analyzer on the codebase and follow the architecture patterns reference to organize services and data access layers. ## Quick Start Ask the assistant to scaffold a new fullstack project with React and Node.js and then run the code quality analyzer on the generated directory.