Pieces
The two piece types and how to work with them on the canvas.
Pieces are the blocks that live on your canvas. Each one holds a prompt, skill, or terminal command.
Piece types
Regular piece
The standard piece. It has two modes you can toggle between:
- Prompt mode - Write AI prompts. Plain text content.
- Skill mode - Write reusable AI skills. Adds an optional description field and lets you download or copy the skill as a
.mdfile that follows the Agent Skills spec.
Toggle between prompt and skill mode using the switch on the piece.
Terminal piece
For commonly used terminal commands. Keep your go-to CLI commands organized right alongside your prompts and skills.
Editing
Click a piece to start editing directly on the canvas.
Markdown preview
Toggle between two views:
- TXT - Edit as plain text (default)
- MD - See a rendered markdown preview with headings, lists, code blocks, and tables
Expanded editor
Need more room? Expand any piece to open a larger editing surface. This gives you a full-height editor for longer prompts or skills. Changes save automatically when you close it.
Connecting pieces
Drag from one piece's handle to another to create a connection. Use connections to show the relationship or flow between pieces - for example, linking a system prompt to its follow-up instructions, or showing that a code review skill comes after an implementation skill.
Canvas navigation
- Pan - Drag on empty space, or use the hand tool (H)
- Zoom - Scroll wheel or pinch
- Select - Click a piece, or drag to multi-select (V)