From ui-operator
Capture UI screenshots for ui-operator web route/state plans and native mobile screen/state plans, including pages, screens, modals, dropdowns, drawers, bottom sheets, tabs, and responsive states. Use for "페이지 캡처", "모바일 화면 캡처", "iOS/Android 스샷", "모달 스샷", "상태별 스크린샷", "baseline/current 캡처", "capture UI states", "modal screenshots". Writes screenshots and comparison-data.json under artifacts/ui-operator/SLUG/. Do not use for external PoC intake.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ui-operator:captureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use after a capture plan exists, or when the user gives explicit web routes or mobile screens and asks for current-only or baseline/current screenshots.
Use after a capture plan exists, or when the user gives explicit web routes or mobile screens and asks for current-only or baseline/current screenshots.
Writes only under:
artifacts/ui-operator/<slug>/
├── comparison-data.json
├── screenshots/
│ ├── baseline/
│ └── current/
└── capture-log.md
May create report.html only when the bundled comparison script is used. Never modify app code.
Verify environment
Run capture
node plugins/ui-operator/scripts/visual_compare_capture.mjs \
--baseline-url <baseline-url> \
--current-url <current-url> \
--plan artifacts/ui-operator/<slug>/capture-plan.json \
--out artifacts/ui-operator/<slug>
--setup-script, --baseline-setup-script, or --current-setup-script when login is required.--routes and --viewport for quick ad hoc runs when no plan exists.node plugins/ui-operator/scripts/native_mobile_capture.mjs \
--plan artifacts/ui-operator/<slug>/capture-plan.json \
--out artifacts/ui-operator/<slug>
Inspect blockers
comparison-data.json.Preserve evidence
comparison-data.json.npx claudepluginhub edonghyun/donghyuns-agent-toolsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.