mayrlabs-internal-philosophy
Installation
SKILL.md
MayR Labs Internal: General Philosophy & Anti-Patterns
General Philosophy
- Code is written for humans first, machines second
- Optimise for readability, maintainability, and scalability
- Avoid “clever” code — prefer boring, predictable patterns
- Every decision should answer: “Will this still make sense in 6 months?”
- Clean Code, Lean Code
- Let the code breathe, do not cluster unrelated lines of code together