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 standardizes project scaffolding, code quality analysis, and architecture guidance for modern web stacks so developers follow consistent patterns from day one. ## Core Features & Use Cases - Project Scaffolding: Generate fullstack project structures with configurable templates using the fullstack_scaffolder.py and project_scaffolder.py scripts. - Code Quality Analysis: Run code_quality_analyzer.py against any target path to produce structured reports with JSON output options. - Architecture & Workflow References: Consult reference guides covering tech stack choices (React, Next.js, Node.js, GraphQL, PostgreSQL, Prisma), architecture patterns, and development workflows including Docker, Kubernetes, and CI/CD. - Use Case: When bootstrapping a new Next.js + PostgreSQL SaaS app, use the scaffolder to create the project layout, then run the quality analyzer on the codebase and follow the architecture patterns reference for folder organization and security practices. ## Quick Start Ask the assistant to scaffold a new fullstack project with Next.js and PostgreSQL and then run a code quality analysis on the generated project directory.