verify-ui

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Context

Dev script: !jq -r '.scripts.dev // "(none)"' package.json 2>/dev/null || echo "(none)"

Framework marker: !if ls next.config.* >/dev/null 2>&1; then echo "next.config"; elif ls vite.config.* >/dev/null 2>&1; then echo "vite.config"; else echo "(unknown)"; fi

Listening dev ports: !lsof -nP -iTCP:3000-3010 -sTCP:LISTEN 2>/dev/null | head -5 || echo "(none)"

Instructions

Verify the claimed visual state in a real rendered browser with a screenshot or DOM assertion as evidence, manage the dev server lifecycle cleanly, and never kill processes by name.

Process

Installs
6
First Seen
Jul 25, 2026
verify-ui — okisdev/ai-reference