manifest-auditor

Installation
SKILL.md

Manifest Auditor — Key Consistency Check

Scans the codesmith-generated Game.js for every string literal used as an animation key or texture key, then checks each against the manifest. Catches the most common class of silent Phaser failures — mismatched key names — in milliseconds without a browser.

When to use

After codesmith writes src/scenes/Game.js, before starting the dev server. Also run after refiner patches to catch regressions.

What it checks

Animation keys

Patterns: .play('KEY'), .play("KEY"), .chain('KEY'), .chain("KEY")

Installs
1
Repository
ar9av/game-exa
GitHub Stars
1
First Seen
Jun 16, 2026
manifest-auditor — ar9av/game-exa