Setup & Installation
What This Skill Does
A workflow guide for building full-stack applications, covering backend architecture, frontend-backend integration, auth, real-time features, and production hardening. It enforces a feature-first project structure, typed error handling, and structured logging across TypeScript, Python, and Go backends. It replaces a dozen scattered docs with a single enforced workflow that catches common mistakes like scattered process.env usage, untyped errors, and N+1 queries before they reach production.
When to use it
- Working with fullstack dev functionality
- Implementing fullstack dev features
- Debugging fullstack dev related issues
