full-stack
Installation
SKILL.md
Full-Stack Development
Use for features that span both FastAPI backend and Next.js frontend.
Architecture
- Backend: FastAPI + Python 3.13+, TinyDB, LiteLLM
- Frontend: Next.js 16 + React 19, Tailwind CSS v4, Swiss International Style
- API: REST endpoints at
/api/v1/*
Workflow
1. Design the API contract first
Route: POST /api/v1/my-feature
Request: { field: string, ... }
Response: { id: string, result: ... }
Related skills
More from srbhr/resume-matcher
nextjs15-performance
Next.js 15 critical performance fixes. Use when writing React components, data fetching, Server Actions, or optimizing bundle size.
225fastapi
|
181tailwind-patterns
|
173design-principles
|
93react-patterns
React and Next.js performance optimization guidelines from Vercel Engineering, tuned for local/offline or docker-deployed apps.
84navigator
Codebase orientation. Use FIRST when exploring code, finding files, or understanding project structure. For advanced search, see the codebase-navigator skill.
81