rtp-optimizer/SKILL.md
Optimize and validate slot/casino RTP against explicit targets using simulation evidence. Use when defining RTP targets per mode, tuning paytables and feature frequencies, validating convergence from simulation runs, comparing theoretical vs empirical RTP, or preparing release sign-off with pass/fail thresholds.
npx skillsauth add egorfedorov/slot-casino-game-developer-skills-for-stake-engine rtp-optimizerInstall 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 move a game from rough math to quantifiably validated RTP.
>=1M spins), then long runs for sign-off (>=20M spins).python3 scripts/evaluate_rtp_runs.py \
--input <runs.jsonl> \
--target-rtp 0.9600 \
--tolerance 0.0020
Use this command to produce deterministic convergence and pass/fail output for a run set.
Return:
Targets: mode targets, tolerance bands, assumptions.Lever Plan: changed levers and expected RTP direction.Run Results: mean RTP, CI, drift, pass/fail verdict.Patch Plan: exact files/functions requiring edits.Residual Risks: blockers or statistical uncertainty.references/workflow.md: tuning lifecycle and sequencing.references/tuning-levers.md: common lever impact and failure patterns.references/signoff-template.md: concise handoff template.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.