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

  1. 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.
  1. 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.
  1. 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.
Related skills

More from egorfedorov/slot-casino-game-developer-skills-for-stake-engine

Installs
3
GitHub Stars
4
First Seen
Mar 10, 2026