visual-debug

Installation
SKILL.md

Visual Debug

Automated visual comparison — original vs implementation. Zero vision tokens via AE/SSIM CLI tools.

When to use

  • After implementing a section, before declaring "done"
  • When user says "it's different", "doesn't match"
  • During ui-reverse-engineering Phase C
  • Instead of Read-ing screenshots for comparison

HARD RULE: Never Read ref/impl images for comparison. Only read DIFF images for FAIL positions. Exception: Phase E reads ref+impl pairs.

Token rule

Pipe large eval output to a file, then Read only what you need:

agent-browser --session <s> eval "<script>" > tmp/ref/<name>.json
Related skills
Installs
3
GitHub Stars
2
First Seen
Apr 14, 2026