nest
Installation
SKILL.md
NestJS
Scalable server apps with NestJS modules, dependency injection, and decorators.
When to Use
- Modular server apps
- Dependency injection
- Scalable APIs
Don't use for:
- Single-file scripts/CLIs (use Node.js)
- Lightweight edge functions (use Hono/Express)
- Frontend-only projects