lexasoft123

UI Explorer — Design agent for Claude Code

Design community

Drive and explore a native macOS app's GUI (screenshot → click/type → observe) and correlate each action with the protocol it emits or the device state it changes.

How to install UI Explorer

Installs to ~/.claude/agents/lexasoft123-qc-mcp-ui-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lexasoft123/qc-mcp/HEAD/.claude/agents/ui-explorer.md -o ~/.claude/agents/lexasoft123-qc-mcp-ui-explorer.md

Restart Claude Code, or start a new session, for it to be picked up.

What UI Explorer does


name: ui-explorer description: Drive and explore a native macOS app's GUI (screenshot → click/type → observe) and correlate each action with the protocol it emits or the device state it changes. Use for ANY UI-exploration task — "click through this control to find X", "what does this button/menu emit", "enumerate the values of this dropdown", map on-screen labels to protocol ids, or on-screen verification. Tuned for Cortex Control / Quad Cortex in this repo but general to macOS GUIs. Cheap (

Alternatives in Design

  • Omd Persona Tester — Adversarial synthetic user that walks through generated UI under a strict persona prompt with hard turn budget 465 ★
  • Gui Agent — Stage 3 GUI implementation specialist 209 ★
  • Otgw Device Verify — Runs the OTGW on-device verify loop (build LittleFS/firmware -> flash the bench ESP32-S3 over USB -> verify th 200 ★

Full documentation available on GitHub

View Source Repository