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, a code quality analyzer, and reference guides covering architecture patterns, tech stacks, and development workflows so you can bootstrap and review projects consistently. ## Core Features & Use Cases - Project Scaffolding: Run the fullstack and project scaffolder scripts to generate project structure with configurable templates and built-in quality checks. - Code Quality Analysis: Execute the analyzer script against any target path to produce structured reports with findings, with optional JSON output. - Reference Guides: Consult documentation on architecture patterns, tech stack choices (React, Next.js, GraphQL, PostgreSQL, Prisma, Supabase), and development workflows including security and scalability guidance. - Use Case: When starting a new Next.js + Node.js + PostgreSQL application, use the scaffolder to generate the initial structure, then run the code quality analyzer on the result and follow the architecture patterns reference for folder organization. ## Quick Start Ask the assistant to scaffold a new fullstack project at a target path and then run the code quality analyzer on it with verbose output.