low-latency-systems/SKILL.md
Design, diagnose, and optimize low-latency request paths in backend and realtime systems. Use when profiling p50/p95/p99 latency regressions, reducing queueing and lock contention, tuning network/serialization overhead, validating tail-latency improvements, or preparing latency sign-off evidence with strict percentile gates.
npx skillsauth add egorfedorov/slot-casino-game-developer-skills-for-stake-engine low-latency-systemsInstall 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 turn latency incidents and regressions into measurable, reproducible fixes.
p50, p95, p99, optional p999).python3 scripts/compare_latency_runs.py \
--baseline <baseline.json> \
--current <current.json> \
--threshold-pct 5
Treat non-zero exits as blocker regressions.
Return:
Latency Baseline: environment/workload assumptions.Findings: percentile deltas and hotspot classes.Optimization Plan: exact changes with expected impact.Verification: rerun commands and regression gates.Residual Risks: variance or unresolved tail spikes.references/workflow.md: detailed low-latency process.references/latency-playbook.md: bottleneck-to-fix mapping.references/signoff-template.md: concise sign-off format.p95/p99) when evaluating user impact.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.