Setup Fullstack

Automated setup for a fullstack web app — Python (FastAPI + uv) backend + React/Vite/TypeScript/Tailwind/shadcn/Biome/Vitest/Playwright frontend, sibling `backend/` and `frontend/` directories under a top-level Makefile that delegates per-language targets (`format-ts`/`format-py`, `lint-ts`/`lint-py`, `typecheck-ts`/`typecheck-py`, `test-ts`/`test-py`) and rolls them up into `format`, `lint`, `typecheck`, `test`, with `make fix ci` as the canonical inner-loop. Use when scaffolding a new fullstack web application with a Python API backend and a React frontend, initializing the standard `backend/` + `frontend/` project layout, or asking for "Python + React fullstack". Use when this capability is needed.

tomevault-io ab3775f 2 files · 18.0 KB Updated

File contents

tomevault-io/skills-registry/tree/main/neozenith--agentic-dotfiles--setup-fullstack commit ab3775f58d

Frequently asked questions

npx skillmds@latest add tomevault-io/setup-fullstack