tldraw-whiteboard

Create and inspect tldraw whiteboard boards with shapes and sections.

61|11|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Matymatyk-business/david-skills --skill tldraw-whiteboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tldraw-whiteboard
Source: https://github.com/Matymatyk-business/david-skills/tree/main/skills/tldraw-whiteboard
Command: npx skills add https://github.com/Matymatyk-business/david-skills --skill tldraw-whiteboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables creators to rapidly produce and review tldraw whiteboard visuals for YouTube videos, streamline authoring workflows, and extract value from existing boards.

Core Features & Use Cases

  • Authoring Mode: construct visuals programmatically with shapes, sections, and layout rules to generate video-ready boards.
  • Inspection Mode: parse existing .tldr data to extract content by column for review or repurposing.
  • Use Case: quickly produce a consistent storyboard for a video series and inspect boards for content reuse.

Quick Start

Run the development server from sandbox/tldraw to begin authoring visuals with tldraw.

Frequently Asked Questions about tldraw-whiteboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create tldraw whiteboard visuals programmatically for video content?

To create tldraw whiteboard visuals programmatically, you can use the tldraw SDK to construct shapes, apply section-based layouts, and enforce color and text constraints. Running the development server from sandbox/tldraw begins the authoring workflow for video-ready boards.

Can I parse existing .tldr files to extract whiteboard content?

Yes, you can parse existing .tldr files to extract whiteboard content. The inspection workflow parses .tldr JSON exports to extract content by column, allowing you to review boards or repurpose content for other uses.

Does the tldraw SDK support section-based layout and color constraints for board graphics?

The tldraw SDK supports section-based layout, programmatic shape creation, and specific color and text constraints for board graphics. These features ensure visual consistency when authoring whiteboard boards for video content.

What is the best way to extract content by column from a tldraw JSON export?

The best way to extract content by column from a tldraw JSON export is using the inspection workflow. It parses the .tldr file structure to isolate and extract specific column data for content review or repurposing.

How do I set up a tldraw sandbox environment for authoring whiteboards?

To set up a tldraw sandbox environment for authoring whiteboards, run the development server from the sandbox/tldraw directory. This allows you to begin programmatically constructing visual boards with shapes and layout rules.