game-backend-architecture-patterns
Installation
SKILL.md
Game Backend Architecture Patterns
This skill defines how the backend of a real-time multiplayer hacking game MUST be structured.
It exists to ensure:
- deterministic behavior
- testability
- clear boundaries
- long-term maintainability
This is not a generic enterprise architecture guide.
When to Use This Skill
Use this skill when: