# Mayrlabs Internal Nodejs TS

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

- Skill: `tomevault-io/mayrlabs-internal-nodejs-ts` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mayrlabs-internal-nodejs-ts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mayrlabs-internal-nodejs-ts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/mayrlabs-internal-nodejs-ts

---


# 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](https://github.com/MayR-Labs/skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

