Back to skills

fullstack-dev

development

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 proj

Setup & Installation

npx skills add https://github.com/MiniMax-AI/fullstack-dev --skill fullstack-dev
or paste the link and ask your coding assistant to install it
https://github.com/MiniMax-AI/fullstack-dev
View on GitHub

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