MITupdated 5mo ago
TypeScript is not optional Avoid any unless absolutely necessary (and justified)
What can you do with 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
Install
Add Mayrlabs Internal Nodejs Ts to your client. Pick the one you use.
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.
Score
39 / 100
Incomplete