gui-control
Installation
SKILL.md
AutoPCB Shell GUI Control
Control the running AutoPCB Shell GUI via its IPC-based CLI. The shell is an egui/WGPU application with a Unix socket server. CLI commands send JSON requests to the running instance and receive responses.
Binary name: autopcb-shell (built from crates/autopcb-shell).
Architecture
Agent (bash) ──CLI──► autopcb-shell cmd/screenshot/open/...
│
Unix socket IPC
│
ShellApp (egui) ──► Intent pipeline ──► Command execution