What problem does it solve? Starting a new fullstack project involves repetitive boilerplate setup, and auditing an existing codebase for security and quality issues is time-consuming. This Skill automates both: generating complete project structures for popular stacks and producing scored quality reports with prioritized recommendations. ## Core Features & Use Cases - Project Scaffolding: Generate ready-to-run project structures for Next.js 14, FastAPI + React, MERN, and Django + React, including Docker configs, environment templates, and TypeScript setup. - Code Quality Analysis: Scan codebases for hardcoded secrets, SQL injection risks, high-complexity files, vulnerable dependencies, test coverage gaps, and missing documentation, producing a 0-100 score with letter grade. - Architecture Guidance: Reference guides cover architecture patterns, development workflows, and tech stack selection with decision matrices. - Use Case: Run the scaffolder to create a FastAPI + React project, then run the quality analyzer on an existing repo to get a prioritized list of P0 security fixes before a release. ## Quick Start Ask the assistant to scaffold a new Next.js project called my-app, or to analyze the current codebase for security and quality issues.