mayrlabs-internal-nodejs-ts
Installation
SKILL.md
MayR Labs Internal: Node.js / TypeScript Standards
- TypeScript is not optional
- Avoid
anyunless absolutely necessary (and justified)
Structure
- Use layered architecture:
- Controllers
- Services
- Repositories
Errors
- Never silently fail
- Always:
- log errors
- return meaningful responses