write-example

Generate standardized tldraw SDK example templates with frontmatter and documentation.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/seflless/tldraw-agent-claude-code-provider --skill write-example-seflless
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-example
Source: https://github.com/seflless/tldraw-agent-claude-code-provider/tree/main/.claude/skills/write-example
Command: npx skills add https://github.com/seflless/tldraw-agent-claude-code-provider --skill write-example-seflless

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing consistent, well-structured examples for the tldraw SDK apps/examples project, standardizing metadata, structure, and guidance to accelerate documentation and demonstrations.

Core Features & Use Cases

  • Provides a standardized template and guidelines for example folders, including naming conventions, README frontmatter, and example file structure.
  • Ensures reuse of a common frontmatter schema (title, component, category, priority, keywords) to improve discoverability and consistency across examples.
  • Facilitates high-quality, tutorial-style content by outlining formatting, layout, and documentation practices for SDK demonstrations.

Quick Start

Follow the standard example structure described in this Skill to scaffold a new example in apps/examples/src/examples with a README.md containing frontmatter, an example TSX file, and an optional CSS file.

Frequently Asked Questions about write-example

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

FAQPage Schema
How do I structure a tldraw SDK example folder?

To structure a tldraw SDK example folder, create a directory in apps/examples/src/examples containing a README.md with frontmatter, an example TSX file, and an optional CSS file.

What frontmatter fields are required for tldraw example documentation?

Required frontmatter fields for tldraw example documentation include title, component, category, priority, and keywords to ensure consistent metadata discoverability across SDK demonstrations.

Why standardize tldraw SDK demonstrations with templates?

Standardizing tldraw SDK demonstrations with templates ensures uniform folder layouts, frontmatter schemas, and documentation practices to accelerate consistent exploration and learning across examples.

Can I use this template to scaffold any tldraw demo?

Yes, you can use this template to scaffold any tldraw demo by following the standardized example structure and metadata guidelines to ensure consistent documentation and file layouts.

What's the best way to document tldraw SDK apps/examples?

The best way to document tldraw SDK apps/examples is to apply a standardized template outlining README frontmatter, folder naming conventions, and tutorial-style formatting for high-quality demonstrations.