What problem does it solve? Updating or redesigning a single wireframe screen on a collaborative board normally requires manual drawing; this Skill generates a structured grid-based layout and renders it directly onto an existing SCREEN node through the sketch API. ## Core Features & Use Cases - Grid-Based Screen Design: Composes wireframe layouts on a 50×40 grid using typed elements such as rectangles, text, headlines, buttons, inputs, images, lines, and circles. - Sketch API Rendering: Posts the element array plus a semantic description to the board's sketch endpoint, replacing the node's image and triggering a live node:changed event. - Accessibility Metadata: Writes a prose visual description into the node's meta via a node:changed event so collaborators who cannot see the image understand the screen. - Use Case: After a user flow changes, ask the agent to redesign the login screen on a specific node; it designs the layout, renders it, and updates the node's description in one pass. ## Quick Start Redesign the login screen with email and password fields on SCREEN node <nodeId> of my current board.