Mayrlabs Internal Nodejs TS

Extracted Node.js / TypeScript standards from MayR Labs GEMINI.md Use when this capability is needed.

tomevault-io 7ffaf46 2 files · 1.3 KB Updated

File contents

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

Source: MayR-Labs/skills — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/mayr-labs--skills--mayrlabs-internal-nodejs-ts commit 7ffaf464a4

Frequently asked questions

npx skillmds@latest add tomevault-io/mayrlabs-internal-nodejs-ts