From ui-operator
Generate a ui-operator side-by-side baseline/current comparison report from web URLs, native mobile capture commands, a capture plan, or existing screenshot folders. Use for "before/after 비교", "baseline current 비교", "모바일 화면 비교", "비교 리포트", "visual diff", "side-by-side report", "스크린샷 비교". Writes artifacts/ui-operator/SLUG/report.html and comparison-data.json only. Do not modify source code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ui-operator:compareThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when baseline and current captures should be compared, either by running the capture script or by reading existing output folders.
Use when baseline and current captures should be compared, either by running the capture script or by reading existing output folders.
Writes only:
artifacts/ui-operator/<slug>/comparison-data.json
artifacts/ui-operator/<slug>/report.html
If it must capture missing screenshots, it may also write under screenshots/ in the same artifact root. Never modify application code.
Load comparison inputs
capture-plan.json plus baseline/current URLs for web.capture-plan.json plus native command recipes for mobile apps.comparison-data.json.Generate or refresh evidence
visual_compare_capture.mjs when URLs are available.Compare
Write report
report.html opens locally and references existing screenshots.comparison-data.json includes every attempted capture.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub edonghyun/donghyuns-agent-tools