collab-canvas
Installation
SKILL.md
Collaborator Canvas
Control Collaborator's spatial canvas from the terminal using the collab-canvas CLI.
The canvas is a pannable, zoomable surface where tiles display terminals, files, images, and graphs.
Coordinate System
All positions and sizes use grid units. One grid unit = 20 pixels. Origin (0,0) is the top-left corner. X increases rightward, Y increases downward.
Tile Types
| Type | Use for | Default size (w x h) |
|---|---|---|
term |
Terminal / shell session | 20 x 25 |
note |
Markdown files (.md) | 22 x 27 |
code |
Source code files | 22 x 27 |
image |
Images (.png, .jpg, .gif, .webp) | 14 x 14 |
graph |
.graph.json or folder graphs | 30 x 25 |