Use this skill to verify a game still boots and renders correctly: it launches the game, drives it into a deterministic state, captures an OS-level screenshot, and compares it against a versioned golden — exit 0 pass / 1 fail. Use it to run the verifier after changes, to capture or refresh a golden after an intentional visual change, or to wire the verifier into a game project for the first time.
$npx -y skills add jarrydadaens/agentic_rails_marketplace --skill game-golden-screenshot-verifierInstalls into the current project.
Run `npx skills use "https://github.com/jarrydadaens/agentic_rails_marketplace" --skill "jarrydadaens/agentic_rails_marketplace/game-golden-screenshot-verifier"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jarrydadaens/agentic_rails_marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/jarrydadaens/agentic_rails_marketplace"` and select the relevant skills, then follow their instructions.