This project's code conventions - factory functions over classes, barrel imports only, string-literal unions over enums, naming and formatting rules. Use before writing or modifying any TypeScript in this repo.
yortus/mvt-games
SkillsMP has collected 5 skills from yortus/mvt-games. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 4
- GitHub forks
- 1
Skills in this repository
Showing 5 of 5 collected skills.
This project's code review checklist and philosophy - MVT layering violations, hot-path allocations, barrel imports, how to report findings. Use when reviewing changes or diffs in this repo.
How to write and update the MVT documentation - which docs section new content belongs in, voice, link and formatting conventions. Use when editing anything under docs/, README.md, AGENTS.md, or llms.txt.
Rules and file structure for writing or modifying an MVT model in this project - state ownership, update(deltaMs), domain-level coordinates, no wall-clock time. Use whenever creating or editing anything under a models/ directory.
Rules and file structure for writing or modifying an MVT view in this project - bindings, idempotent refresh(), no domain state, cosmetic presentation state and view models. Use whenever creating or editing anything under a views/ directory.