← ClaudeAtlas

senior-fullstacklisted

Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up FastAPI with React", "analyze code quality", "audit my codebase", "what stack should I use", "generate project boilerplate", or mentions fullstack development, project setup, or tech stack comparison.
mdnaimul22/human-skills · ★ 2 · AI & Automation · score 75
Install: claude install-skill mdnaimul22/human-skills
# Senior Fullstack Fullstack development skill with project scaffolding and code quality analysis tools. --- ## Table of Contents - [Trigger Phrases](#trigger-phrases) - [Tools](#tools) - [Workflows](#workflows) - [Reference Guides](#reference-guides) --- ## Trigger Phrases Use this skill when you hear: - "scaffold a new project" - "create a Next.js app" - "set up FastAPI with React" - "analyze code quality" - "check for security issues in codebase" - "what stack should I use" - "set up a fullstack project" - "generate project boilerplate" --- ## Tools ### Decision Engine Deterministic profile picker. Given four assumptions (team-size, cadence, user-facing, budget) plus optional traffic/sensitivity inputs, ranks the four built-in profiles and returns the matched profile with SLO floor and named approver chain. Refuses to recommend a profile without the four required inputs. **Usage:** ```bash # See all options python scripts/fullstack_decision_engine.py --help # Run against a sample input python scripts/fullstack_decision_engine.py --sample # Pick a profile from real inputs python scripts/fullstack_decision_engine.py \ --team-size-12mo 8 --cadence daily --user-facing true --budget 5000 \ --traffic-p99-rps 50 --data-sensitivity pii-only # JSON output for downstream tools python scripts/fullstack_decision_engine.py --sample --output json ``` Returns: matched profile name, score, matched/violated constraints, stack recommendation, anti-recommendations, S