probing-web-game-mechanics

Inject game states into a headless browser to verify mechanics against specifications.

11|2|Updated May 7, 2026
One-click install
npx skills add https://github.com/abagames/agentic-gamedev-skills --skill probing-web-game-mechanics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: probing-web-game-mechanics
Source: https://github.com/abagames/agentic-gamedev-skills/tree/main/.agents/skills/probing-web-game-mechanics
Command: npx skills add https://github.com/abagames/agentic-gamedev-skills --skill probing-web-game-mechanics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for deterministic verification of web game mechanics to ensure they behave as specified during development.

Core Features & Use Cases

  • Game State Injection: Inserts game states into a live headless browser for asserting transitions and outcomes.
  • Spec Conformance Verification: Checks if implemented mechanics match their specifications, without relying on organic play.
  • Use Case: When implementing a scoring formula or state transition in a web game, this skill can quickly verify if it behaves as expected without the need for extensive playtesting.

Quick Start

Use the probing-web-game-mechanics skill to verify the 'bank n=3 at mult 2 adds 180 and sets mult to 3' mechanic in your game.

Frequently Asked Questions about probing-web-game-mechanics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web game mechanic verification against a spec?

Automate web game mechanic verification by driving a headless browser to inject states and assert transitions. This checks deterministic spec conformance without relying on organic playtesting or crash detection.

What is game state injection for browser game mechanics?

Game state injection inserts specific states into a live headless browser to assert game transitions and outcomes. This allows deterministic testing of specific mechanics like scoring formulas or multiplier changes.

How do I verify a web game scoring formula without playtesting?

Verify a web game scoring formula by injecting the required game state into a headless browser and asserting the outcome. This provides deterministic spec conformance independent of organic play.

Do I need to provide spec details for deterministic spec conformance testing?

Yes, deterministic spec conformance testing requires you to provide both the spec details and state reachability information. This ensures the headless browser can accurately verify the mechanic.

Does browser automation detect crashes during organic web game play?

No, this browser automation focuses on deterministic spec conformance testing independent of organic play. It verifies specific mechanics through state injection rather than detecting crashes during gameplay.