Fullstack-разработка от базы данных до интерфейса

★ 7.2 · vibe-coding

fullstack-engineer is a Claude Code skill that delivers end-to-end fullstack features by designing API contracts, implementing both backend and frontend, and wiring them into a single coherent data flow. It supports Next.js (API Routes, SSR, ISR), Nuxt, tRPC, and Supabase, enforcing type consistency across layers via shared TypeScript types and handling errors at every step of the DB→API→Service→UI chain. The skill operates in three modes: BUILD for greenfield features developed from data model to UI, EXTEND for incremental additions to existing code, and DEBUG for tracing cross-stack issues from the data source to the interface. Before merging, it verifies end-to-end data flow, type alignment, and the absence of leftover console.log or TODO markers. It suits teams that need to ship complete, production-ready features without constant context-switching between stack layers.