write-docs

Create and update tldraw SDK documentation with frontmatter-driven MDX files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arusinova/annarusinova-platform --skill write-docs-arusinova
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-docs
Source: https://github.com/arusinova/annarusinova-platform/tree/main/.claude/skills/write-docs
Command: npx skills add https://github.com/arusinova/annarusinova-platform --skill write-docs-arusinova

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps teams write and update tldraw SDK documentation for new articles, updates to existing docs, and guidance to maintain consistent documentation across apps/docs/content/.

Core Features & Use Cases

  • Structured workflow for documentation, including creating MDX files with frontmatter (title, status, author, date, order, keywords).
  • Step-by-step process: understand scope, create the file with proper frontmatter, write content following a defined structure, leverage MDX components, and verify quality.
  • Use cases include creating new docs, updating existing docs, and maintaining style and consistency across the documentation site.

Quick Start

Create a new MDX document under apps/docs/content/ with frontmatter and a clear title, then follow the standard structure to compose the article.

Frequently Asked Questions about write-docs

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

FAQPage Schema
How do I create MDX documentation with frontmatter for an SDK?

To create SDK documentation with frontmatter, generate an MDX file under apps/docs/content/ containing schema-defined fields like title, status, author, date, order, and keywords. This structured approach enforces consistent metadata across all documentation articles.

What's the best way to maintain consistency across tldraw SDK documentation?

Maintaining tldraw SDK documentation consistency requires following a structured writing workflow that enforces frontmatter schema, standard content structure, MDX component usage, and verification steps. This ensures style guides are uniformly applied across all articles.

What frontmatter fields are required for tldraw SDK documentation?

Tldraw SDK documentation frontmatter requires title, status, author, date, order, and keywords fields. This schema-driven metadata ensures proper article organization and discoverability across the documentation site.

Can I use this documentation workflow for updating existing MDX articles?

Yes, the documentation workflow supports updating existing MDX articles by applying the same frontmatter schema validation, structured writing process, and quality verification steps used for creating new content.

Do I need any special dependencies to write tldraw SDK documentation?

No special dependencies are required to write tldraw SDK documentation. The workflow operates using standard MDX files with frontmatter placed under the apps/docs/content/ directory structure.

What steps should I follow when writing new SDK documentation?

Writing SDK documentation involves understanding scope, creating an MDX file with proper frontmatter, composing content following defined structure, leveraging MDX components, and verifying quality through built-in validation steps.