turbo-spin-designer/SKILL.md
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.
npx skillsauth add egorfedorov/slot-casino-game-developer-skills-for-stake-engine turbo-spin-designerInstall 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 design turbo and quick-spin modes with studio-grade UX, strict timing rules, and safe integration patterns.
normal, quick, turbo modes with timing targets.Spin, Stop, or Auto Stop based on state.Return:
Mode Table: normal/quick/turbo timings and multipliers.Stop Logic: allowed states, behavior, and guard rules.UI Mapping: button states and toggle availability.State Safety: minimum durations per phase.Verification: QA checks and pass criteria.Risks: ambiguity or desync points.python3 scripts/validate_turbo_spin_spec.py \
--input <path/to/turbo_spin_spec.json>
Treat non-zero exits as blocker findings.
references/workflow.md: design flow and timing rules.references/contracts.md: turbo spin spec contract.references/checklist.md: UX and QA checklist.references/signoff-template.md: sign-off 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.
testing
Design telemetry and analytics systems for reliable KPI tracking and decision support. Use when defining event schemas, metric derivations, analytics pipelines, anomaly checks, or validating telemetry coverage for product releases.