write-docs

Create MDX documentation for tldark's SDK in apps/docs/content/ with frontmatter and guides.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing clear, maintainable SDK documentation for tldraw saves time for developers and reduces support overhead by providing concise, accurate references and guides.

Core Features & Use Cases

  • Create new docs articles or update existing docs in apps/docs/content/.
  • Align content with the project's API surface, examples, and usage patterns.
  • Use MDX to structure tutorials, API references, and getting-started guides for developers.

Quick Start

Draft or update a documentation article by identifying the audience, reviewing related API references, composing the MDX content with frontmatter, and requesting review before publication.

Frequently Asked Questions about write-docs

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

FAQPage Schema
How do I write SDK documentation for tldraw using MDX?

To write tldraw SDK documentation, define the required frontmatter, structure the MDX content for your audience, and align the text with the project's API surface and usage patterns for consistent developer guides.

What is the best way to structure getting-started guides and API references?

The best way to structure getting-started guides and API references is to use MDX to organize tutorials and technical references, ensuring content aligns with the tldraw API surface and follows established writing guidelines.

How do I create a new documentation article in the apps/docs/content/ directory?

Creating a new documentation article involves identifying the target audience, reviewing related API references, composing the MDX content with required frontmatter, and requesting a review before publication.

What writing guidelines should I follow for tldraw developer documentation?

Writing guidelines for tldraw developer documentation require using consistent MDX structure, defining necessary frontmatter, aligning content with API examples, and maintaining concise, accurate references to reduce support overhead.

Does writing SDK documentation require specific frontmatter for MDX files?

Yes, writing SDK documentation requires defining specific frontmatter in your MDX files to ensure consistent content structure and accurate metadata alignment across all getting-started guides and API references.

Why should I use MDX for content creation instead of standard Markdown?

Using MDX for content creation allows you to structure interactive tutorials and API references specifically for developers, providing a more maintainable and aligned documentation experience than standard Markdown.