mayrlabs-internal-nodejs-ts

Installation
SKILL.md

MayR Labs Internal: Node.js / TypeScript Standards

  • TypeScript is not optional
  • Avoid any unless absolutely necessary (and justified)

Structure

  • Use layered architecture:
    • Controllers
    • Services
    • Repositories

Errors

  • Never silently fail
  • Always:
    • log errors
    • return meaningful responses
Installs
2
First Seen
Apr 8, 2026
mayrlabs-internal-nodejs-ts — mayr-labs/skills