npx claudepluginhub standardbeagle/agnt --plugin agntOpen the sketch mode overlay for creating wireframes directly on the browser page.
Open sketch mode in the browser:
proxy {action: "exec", id: "dev", code: "__devtool.sketch.open()"}
Inform the user that sketch mode is now active with these tools:
Keyboard shortcuts in sketch mode:
Escape: Close sketch modeDelete/Backspace: Delete selected elementsCtrl+Z: UndoCtrl+Shift+Z or Ctrl+Y: RedoCtrl+A: Select allCtrl+C: Copy selectionCtrl+V: PasteWhen the user is done sketching, they can:
proxy {action: "exec", id: "dev", code: "__devtool.sketch.save()"}
To retrieve saved sketches:
proxylog {proxy_id: "dev", types: ["sketch"], limit: 5}
Note: Sketch mode creates an Excalidraw-like overlay. The sketchy rendering uses configurable roughness for a hand-drawn look.