Full-Stack Stacks — Master Hub
Use to pick and implement compatible full-stack combinations — same language family or
OpenAPI-linked polyglot — so Node, Next.js, React, TypeScript (and Python, Go, etc.) work together
without drift.
How to use this hub
This single skill bundles all 4 full-stack stack skills. Read fullstack-stack-architecture
first, then the stack that matches your project.
Workflow:
- fullstack-stack-architecture — choose stack, monorepo, API contract, versioning.
- typescript-unified-stack — default for most web/SaaS (Node + Next + React + TS).
- python-fullstack-stack — FastAPI/Django backends + compatible frontend.
- compatible-stacks-catalog — Go, Rust, Laravel, Java, .NET, mobile pairing.
Bundled skills
- fullstack-stack-architecture ⭐ — How to choose a unified stack, monorepo (pnpm/Turborepo), shared types (tRPC/OpenAPI/Zod), auth/DB/tooling alignment, and cross-language contracts.
→ skills/fullstack-stack-architecture/GUIDE.md
- typescript-unified-stack ⭐ — The gold JS/TS stack: Node 20 + Next.js 15 (App Router) + React 19 + TypeScript + Tailwind + Prisma/Drizzle + Zod + tRPC/Server Actions + Auth.js — one type system end-to-end.
→ skills/typescript-unified-stack/GUIDE.md
- python-fullstack-stack — FastAPI (async SQLAlchemy/Pydantic) or Django 5 (+ DRF/HTMX); OpenAPI → Next.js TS client; Ruff, pytest, Celery.
→ skills/python-fullstack-stack/GUIDE.md
- compatible-stacks-catalog — Go, Rust (Axum), Laravel (Inertia/Livewire), Spring Boot, ASP.NET — each with the proven frontend pairing and OpenAPI contract discipline.
→ skills/compatible-stacks-catalog/GUIDE.md
Pairs well with
ui-master (forms, design system), backend-api-master (Node/Python deep rules, auth, Stripe),
devops-master (CI/CD, Docker), and testing-master.
Note
Bundled skills use GUIDE.md so only this master appears in the Cursor skills list.
1---2name: fullstack-stacks-master3description: Master hub for cohesive full-stack technology stacks where every layer is compatible. Use to build with TypeScript unified (Node.js + Next.js + React + TypeScript), Python (FastAPI/Django + Next via OpenAPI), or Go/Rust/Laravel/ Java/.NET paired with the right frontend. Covers stack selection, monorepos, shared types, and API contracts. Bundles 4 specialized skills (in skills/ <name>/GUIDE.md). Use when choosing or implementing a full-stack language stack.4---56# Full-Stack Stacks — Master Hub78Use to pick and implement **compatible full-stack combinations** — same language family or9OpenAPI-linked polyglot — so Node, Next.js, React, TypeScript (and Python, Go, etc.) work together10without drift.1112## How to use this hub1314This single skill bundles **all 4 full-stack stack skills**. Read `fullstack-stack-architecture`15first, then the stack that matches your project.1617**Workflow:**181. **fullstack-stack-architecture** — choose stack, monorepo, API contract, versioning.192. **typescript-unified-stack** — default for most web/SaaS (Node + Next + React + TS).203. **python-fullstack-stack** — FastAPI/Django backends + compatible frontend.214. **compatible-stacks-catalog** — Go, Rust, Laravel, Java, .NET, mobile pairing.2223## Bundled skills2425- **fullstack-stack-architecture** ⭐ — How to choose a unified stack, monorepo (pnpm/Turborepo), shared types (tRPC/OpenAPI/Zod), auth/DB/tooling alignment, and cross-language contracts. 26 → `skills/fullstack-stack-architecture/GUIDE.md`27- **typescript-unified-stack** ⭐ — The gold JS/TS stack: Node 20 + Next.js 15 (App Router) + React 19 + TypeScript + Tailwind + Prisma/Drizzle + Zod + tRPC/Server Actions + Auth.js — one type system end-to-end. 28 → `skills/typescript-unified-stack/GUIDE.md`29- **python-fullstack-stack** — FastAPI (async SQLAlchemy/Pydantic) or Django 5 (+ DRF/HTMX); OpenAPI → Next.js TS client; Ruff, pytest, Celery. 30 → `skills/python-fullstack-stack/GUIDE.md`31- **compatible-stacks-catalog** — Go, Rust (Axum), Laravel (Inertia/Livewire), Spring Boot, ASP.NET — each with the proven frontend pairing and OpenAPI contract discipline. 32 → `skills/compatible-stacks-catalog/GUIDE.md`3334## Pairs well with35`ui-master` (forms, design system), `backend-api-master` (Node/Python deep rules, auth, Stripe),36`devops-master` (CI/CD, Docker), and `testing-master`.3738## Note3940Bundled skills use `GUIDE.md` so only this master appears in the Cursor skills list.