document

Create and edit long-form documents in a dedicated editor.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CerisonAutomation/clud --skill document-cerisonautomation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: document
Source: https://github.com/CerisonAutomation/clud/tree/main/assistant/src/config/bundled-skills/document
Command: npx skills add https://github.com/CerisonAutomation/clud --skill document-cerisonautomation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It helps you create high-quality long-form writing without wrestling with slow, clunky editing by giving you a dedicated document editor for composing and revising extended content.

Core Features & Use Cases

  • Document editor for long-form writing: Create and edit multi-section documents in workspace mode with chat docked for iteration.
  • Streaming generation via tool updates: Stream prose in logical chunks so the document appears in real time.
  • Iterative revision support: Apply additions with append and full rewrites with replace when the user requests edits.

Quick Start

Ask the assistant to write a long-form article and it will immediately open a document editor and start streaming the draft into it.

Frequently Asked Questions about document

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

FAQPage Schema
How do I draft long-form Markdown documents without dealing with clunky editors?▼

You can draft long-form Markdown documents by opening a dedicated rich text editor that streams prose in real time. This removes editing friction by generating and updating content directly in workspace mode through chunked streaming.

Can I iteratively revise and append content to an existing article?▼

Yes, you can iteratively revise articles by applying additions with append or full rewrites with replace. The editor supports multiple document_update calls to modify content by surface_id during your drafting session.

What is the best way to write multi-section reports with real-time streaming?▼

The best way to write multi-section reports is using a document editor that streams prose in logical chunks. It opens via document_create and populates the draft in real time using chunked streaming updates.

Does this document writing tool work for essays and guides?▼

Yes, the document writing tool works for essays, guides, articles, and reports. It generates long-form Markdown content and docks the chat interface for immediate iteration during creation.

How does streaming generation work when writing long-form content?▼

Streaming generation works by calling document_update multiple times to append or replace content by surface_id. This streams prose in logical chunks so your long-form content appears in the editor in real time.

Are there limitations when replacing content during full document rewrites?▼

Full rewrites use the replace function via document_update, which overwrites existing content by surface_id. This is intended for iterative editing in workspace mode but requires chunked streaming to function properly.