What problem does it solve?
Long-form writing like articles, blog posts, essays, and reports gets lost or mangled when dumped into chat replies. This Skill routes prose into a dedicated rich text editor where content can be streamed, reviewed, edited, and exported instead of cluttering the conversation.
Core Features & Use Cases
- Streamed document creation: Create a document with a title and stream Markdown content in chunks via append updates, so users see text appear in real time.
- Targeted editing: Use find-and-replace with literal or regex patterns (including backreferences) to fix typos, rename terms, or reformat content without rewriting the whole document.
- Comment workflow: Read inline user comments, edit the document to address feedback, reply for clarification, and resolve threads.
- Use Case: A user asks for a 1,500-word blog post about remote work trends. The assistant creates a document, streams sections into the editor, then later fixes a recurring typo and reformat dates using regex replacement when the user requests revisions.
Quick Start
Ask the assistant to write a blog post about a topic of your choice and it will draft it in the document editor.