Creative & DesignAdvanced
fullstack-dev
Backend architecture with REST API design, auth flows, real-time fe...
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/MiniMax-AI/skills --skill fullstack-devnpx skills add https://github.com/MiniMax-AI/skills --skill fullstack-devOr paste this URL into your assistant to install:
Overview
What This Skill Does
Backend architecture with REST API design, auth flows, real-time features, and database integration
Application
When to use this Skill
- Integrating fullstack dev into your development workflow.
- Following best practices for backend architecture with rest api design, auth flows, real-time features, and database integration.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
Full-Stack Development Practices
MANDATORY WORKFLOW — Follow These Steps In Order
When this skill is triggered, you MUST follow this workflow before writing any code.
Step 0: Gather Requirements
Before scaffolding anything, ask the user to clarify (or infer from context):
- Stack: Language/framework for backend and frontend (e.g., Express + React, Django + Vue, Go + HTMX)
- Service type: API-only, full-stack monolith, or microservice?
- Database: SQL (PostgreSQL, SQLite, MySQL) or NoSQL (MongoDB, Redis)?
- Integration: REST, GraphQL, tRPC, or gRPC?
- Real-time: Needed? If yes — SSE, WebSocket, or polling?
- Auth: Needed? If yes — JWT, session, OAuth, or third-party (Clerk, Auth.js)?
If the user has already specified these in their request, skip asking and proceed.
Step 1: Architectural Decisions
Based on requirements, make and state these decisions before coding:
| Decision | Options | Reference |
|---|
Lines 1 - 25 of 1012
Recommendations