senior-game-math-engineer/SKILL.md
Design, audit, and tune casino game math for Stake-style game pipelines. Use when defining mode math, paytables, reel strips, feature frequencies, RTP/volatility/hit-rate targets, book weights, max-win controls, simulation plans, or release sign-off evidence.
npx skillsauth add egorfedorov/slot-casino-game-developer-skills-for-stake-engine senior-game-math-engineerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to produce simulation-backed math decisions and implementation guidance for slot-style games.
game_id, mode list, target RTP by mode, volatility band, hit-rate band, max win cap, bonus frequency goals, and bet-unit assumptions.1,000,000 spins for directional checks and 20,000,000+ for sign-off.Use existing project verifiers first:
python3 Engine/scripts/verify_rtp.py <game_id> --spins 1000000
bash games/Darumas/verify_math.sh
bash games/Darumas/test_rtp_check.sh
When game-specific scripts differ, keep command shape the same and report the substituted paths.
When designing or auditing math, return:
Math Spec: assumptions, mode definitions, EV decomposition, target metrics.Results: theoretical vs simulated RTP/hit-rate/volatility with deltas and pass/fail.Patch Plan: exact files/functions to edit and why.Verification: runnable commands and expected pass criteria.Risks: unresolved constraints that block sign-off.references/workflow.md: detailed step-by-step execution order.references/metrics-and-thresholds.md: formulas, tolerances, and acceptance gates.references/signoff-template.md: final report template for handoff.development
Integrate, validate, and harden WebAssembly modules in frontend/backend application pipelines. Use when wiring WASM build artifacts with JS/TS loaders, validating module/loader contracts, checking init symbols and runtime assumptions, triaging WASM loading failures, or preparing release sign-off for wasm bundle integrity.
testing
Design retention-focused UX systems for games with measurable engagement impact. Use when defining habit loops, friction reduction patterns, re-engagement flows, or validating UX retention hypotheses against explicit success metrics.
testing
Design, review, and validate slot game UI/UX flows for desktop and mobile play. Use when defining control hierarchy, spin-state UX, bet/balance presentation, modal interactions, responsive layouts, accessibility constraints, animation-feedback timing, or release readiness checks for slot user experience contracts.
content-media
Define turbo/quick spin behavior, timings, and UI rules for slot games. Invoke when implementing fast spin modes, stop/skip behavior, or spin-speed UX standards.