원클릭으로
visual-verify
Visual verification of Flutter output against Figma reference screenshots using Claude Vision
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Visual verification of Flutter output against Figma reference screenshots using Claude Vision
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
This skill should be used when the user asks to "extract tokens", "update theme", "sync design tokens", "generate dart theme", "figma tokens to dart", "create color palette", "typography scale", or mentions design token JSON, ThemeData, ThemeExtension, DesignTokens class, or updating the Dart theme from Figma exports.
This skill should be used when the user asks to "convert figma to flutter", "generate flutter code from figma", "figma to dart", "convert design to widget", "generate widget from design", "figma codegen", "IR to flutter", or mentions converting Figma designs, nodes, or components into Flutter widgets. Provides the complete pipeline for transforming Figma plugin IR output into production-quality Flutter code.
This skill should be used when the user asks to "run golden tests", "update goldens", "visual regression", "golden test failing", "capture golden image", "compare screenshots", or mentions golden testing, visual comparison, or widget screenshot testing for Flutter.
| name | visual-verify |
| description | Visual verification of Flutter output against Figma reference screenshots using Claude Vision |
| triggers | ["verify visual","compare screenshots","figma diff","visual comparison","golden test failure"] |
Compare Figma reference screenshots with Flutter golden test outputs to ensure pixel-level design fidelity.
Find the corresponding files:
test/goldens/figma_ref/{widget_name}_figma_ref.pngtest/goldens/ci/{widget_name}.png or run golden tests to generateoutput/ir/{widget_name}.ir.json or test/fixtures/{widget_name}.ir.json# Basic comparison
node dist/verify-visual.js test/goldens/figma_ref/card_figma_ref.png test/goldens/ci/card.png
# With IR context for better analysis
node dist/verify-visual.js ref.png golden.png --ir design.ir.json
# JSON output for CI integration
node dist/verify-visual.js ref.png golden.png --json
The verification produces:
Common fixes by category:
figma2flutter.config.json and src/compiler/emitters/container-emitter.tssrc/compiler/emitters/flex-emitter.tssrc/compiler/emitters/text-emitter.tssrc/compiler/flutter-compiler.tsRequires ANTHROPIC_API_KEY environment variable.
export ANTHROPIC_API_KEY=your-key-here