MITupdated 5mo ago
TypeScript is not optional Avoid any unless absolutely necessary (and justified)
¿Qué puedes hacer con Mayrlabs Internal Nodejs Ts?
name: mayrlabs-internal-nodejs-ts hidden: true description: Extracted Node.js / TypeScript standards from MayR Labs GEMINI.md license: MIT metadata: author: MayR Labs version: '1.0.0'
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
Instalación
Añade Mayrlabs Internal Nodejs Ts a tu cliente. Elige el que uses.
npx skills add MayR-Labs/skillsInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add MayR-Labs/skillsAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/MayR-Labs/skills
cp -r collection/internals/nodejs-ts ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Puntuación
39 / 100
Incompleta