Purpose
Use this skill for fullstack projects that combine:
- backend: uv + Python
- frontend: Vite + React (npm)
Reference skills:
- uv-python-dev
- vite-react-dev
Required Repository Structure
backend/
frontend/
doc/
README.md
Fullstack Setup Workflow
- Initialize repository layout
- Create root directories: backend, frontend, doc
- Create root README.md with architecture, setup, and run instructions
- Initialize backend (uv/Python)
- In backend/: use uv initialization and dependency workflow
- Use uv-managed commands for run/test/lint
- Initialize frontend (Vite/React + npm)