ai-slot-game-developer
Installation
SKILL.md
AI Slot Game Developer
Use this skill to ship AI slot features that stay deterministic, performant, and safe under production constraints.
Workflow
- Define slot runtime contract.
- Specify AI feature scope per mode (
base,bonus,buy, etc.), update points, and max runtime latency. - Declare deterministic fallback behavior for each mode.
- Implement AI adapters and mode bindings.
- Keep AI provider/model calls behind adapter interfaces.
- Bind each AI system to explicit slot mode and spin-cycle stage.
- Keep payout-critical logic deterministic and provider-independent.
- Enforce runtime and safety budgets.
- Apply timeout, queue-depth, and retry limits.
- Ensure inference failure cannot block spin resolution.
- Add safe default outputs per mode.