
from agent-canvas16
Create and manipulate TLDraw whiteboard shapes, diagrams, and visual playbooks from the CLI to help agents visually communicate designs, incident timelines, and
Agent Canvas provides a CLI for creating and managing TLDraw whiteboards: geometric shapes, arrows, markdown notes, screenshots, code diffs and other high-signal visual artifacts. It lets agents produce diagrams, incident timelines, PR review boards, and interactive previews programmatically or during an agent-run workflow. The CLI can read and write shapes, capture screenshots, and embed interactive HTML or test results so boards become a replayable evidence trail. Board operations that modify state require the board to be open in a browser (WebSocket relay).
Use Agent Canvas whenever an agent needs to explain architecture, present a step-by-step incident postmortem, show focused code diffs during a review, or capture deployment/test outputs as visual evidence. Typical triggers include: documenting a debugging timeline, creating architecture or flow diagrams, preparing a demo board for stakeholders, or assembling PR review artifacts alongside test results and logs.
Compatible with agents that can run CLI tools and manage files or shell commands (Copilot/Codex-like agents and local CLI-capable agents). The skill assumes an environment where the agent can launch or communicate with a browser relay to operate TLDraw boards.
Agent Canvas is a CLI-wrapper skill for creating and manipulating TLDraw whiteboard shapes. It has no bundled scripts — the SKILL.md is a comprehensive reference covering 15+ shape types, rich text formatting, arrow connectors, image placement, code diffs, and real-world playbook patterns. The documentation is exceptionally thorough with clear 'always use X, never use Y' guidance for shape selection. Requires the agent-canvas CLI tool and a running server with browser WebSocket relay.
Pure documentation skill with no scripts to execute. Very well-structured SKILL.md with clear frontmatter, progressive disclosure, and real-world workflow patterns. Shape selection guide with explicit do/don't rules is a standout feature.