document-writer

Create and revise long-form documents with streamed Markdown generation.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill document-writer-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-writer
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/document-writer
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill document-writer-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you turn an idea into a well-structured, publication-ready long-form document without manually formatting, organizing sections, or streaming edits.

Core Features & Use Cases

  • Rich editor creation: Opens a built-in document editor for long-form writing like blog posts, articles, essays, reports, and guides.
  • Structured Markdown generation: Produces content with clear headings, lists, links, blockquotes, tables, and code blocks when needed.
  • Iterative improvement workflow: Streams updates into the editor and supports replacing or appending content in response to edit requests.

Quick Start

Ask for a blog post or report, and the skill will create a new document in the editor and stream the writing into it for you to review.

Frequently Asked Questions about document-writer

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

FAQPage Schema
How do I draft long-form documents with structured Markdown?

To draft long-form documents with structured Markdown, request a blog post or report to open a built-in rich text editor. The tool streams content generation directly into the editor, applying headings, lists, links, and code blocks for publication-ready output.

Can I append content to an existing blog post in the editor?

Yes, you can append content to an existing blog post in the editor. The workflow supports iterative improvement through document_update calls, allowing you to stream new content or replace existing sections in response to edit requests.

What is the best way to write technical documentation without manual formatting?

The best way to write technical documentation without manual formatting is using a rich text editor powered by streamed Markdown generation. It automatically structures sections, headings, links, blockquotes, tables, and code blocks as you request revisions.

Does the document editor support iterative revision of essays and reports?

Yes, the document editor supports iterative revision of essays and reports. After the initial document_create flow, you can issue document_update calls in append or replace modes to incrementally render refined content without dumping full text into the chat.

Can I use code blocks and tables when writing articles in the editor?

Yes, you can use code blocks and tables when writing articles in the editor. The structured Markdown generation produces content with clear headings, lists, links, blockquotes, tables, and optional code blocks based on your document requirements.

Why does my long-form writing workflow require a document_create flow first?

Your long-form writing workflow requires a document_create flow first to initialize the built-in rich text editor. This setup enables subsequent document_update calls to incrementally stream and render Markdown content without dumping full text into chat.