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

slot-ui-studio

Build scalable slot UI production systems with shared components, state patterns, and release quality controls. Use when structuring slot UI architecture, component libraries, interaction contracts, or validating production UI readiness across titles.

First seen Mar 10, 2026

Installation

$ npx skills add egorfedorov/slot-casino-game-developer-skills-for-stake-engine --skill slot-ui-studio

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from egorfedorov/slot-casino-game-developer-skills-for-stake-engine · top by installs.

npx skills add egorfedorov/slot-casino-game-developer-skills-for-stake-engine

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

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 53
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,727 B
  • docs SUMMARY.md 273 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 18 installs

SKILL.md

Slot UI Studio

Use this skill to organize slot UI production systems with reusable, governed patterns.

Workflow

  1. Define scope and constraints.
  • Define UI surface inventory, component ownership, and style constraints.
  • Capture objective metrics, bounds, and release blockers.
  1. Design implementation plan.
  • Design shared primitives, state contracts, and integration boundaries.
  • Keep ownership and dependency boundaries explicit.
  1. Execute and iterate.
  • Implement in small, traceable increments.
  • Record run/build context for reproducibility.
  1. Validate contract integrity.
  • Validate responsiveness, interaction consistency, and accessibility gates.
  • Treat contract breaches as blockers.
  1. Prepare handoff.
  • Deliver component rollout plan, migration steps, and validation matrix.
  • Include exact commands and acceptance criteria.

Output Contract

Return:

  1. Context: goals, assumptions, constraints.
  2. Validation: pass/fail checks and key deltas.
  3. Changes: concrete file-level updates.
  4. Commands: commands and expected outputs.
  5. Risks: unresolved issues and limits.

References

  • references/workflow.md: detailed execution flow.
  • references/checklist.md: sign-off checklist.

Execution Rules

  • Keep decisions measurable and reversible.
  • Keep validation criteria explicit before iteration.
  • Flag inconsistent control semantics and accessibility regressions as blockers.