game-backend-api-design
Installation
SKILL.md
Game Backend API Design Principles
This skill defines how APIs and real-time contracts MUST be designed for a server-authoritative, real-time multiplayer hacking game.
It is not a generic API guide. It exists to prevent:
- state leaks
- client trust
- overengineering
- CRUD-driven game logic
When to Use This Skill
Use this skill when: