docs

Creates shared living documents through the docs connector for collaborative editing.

Updated Aug 25, 2017
One-click install
npx skills add https://github.com/loki495/dotfiles --skill docs-loki495
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/loki495/dotfiles/tree/main/ai/skills/synced/4f2cd280-c105-47f5-b498-fb931ff17906_01354434-3473-483d-87d9-0aa269eff282/docs
Command: npx skills add https://github.com/loki495/dotfiles --skill docs-loki495

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a user asks for a shareable, editable document (a doc, page, memo, spec, PRD, runbook, or write-up), chat replies are not enough. This Skill routes that request to the docs connector so the content becomes a living document people can share, comment on, and keep editing. ## Core Features & Use Cases - Doc creation via connector: Loads the docs connector's instructions first, then creates the document with headings only before any search, file read, or plan. - Intent disambiguation: Distinguishes true doc requests from chat-only answers (plans, summaries, notes stay in chat) and asks first when the desired form is ambiguous (reply, doc, or file). - Format routing: Redirects requests for named file formats like .docx, .pptx, .xlsx, or PDF to the appropriate format-specific skill instead. - Use Case: A user says "write up a PRD I can share with the team." The Skill calls the docs connector's guide for instructions, creates a headed document, and the team can comment and edit it collaboratively. ## Quick Start Ask the assistant to create a shared doc, for example: "Create a runbook doc for our deployment process that the team can edit."

Frequently Asked Questions about docs

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

FAQPage Schema
How do I create a shared document from a chat conversation?▼

Ask for a doc by name, such as a memo, spec, PRD, or runbook. The Skill loads the docs connector's instructions first, then creates the document with headings only before doing any research or file reading.

When should content go in a doc versus staying in chat?▼

Plans, comparisons, summaries, and notes asked for in chat stay in chat, with at most a one-line doc offer. Docs are created only when the user names a document type, asks for somewhere to share or keep editing content, or accepts a doc offer.

Can this Skill create Word, PowerPoint, Excel, or PDF files?▼

No. When a user asks for a .docx, .pptx, .xlsx, or PDF by name, the request is routed to that format's dedicated skill instead. This Skill only creates living docs through the docs connector.

What happens if the docs connector tools are not available?▼

The Skill instructs the assistant to say so explicitly. All document functionality is served by the docs connector (sometimes listed as pages tools), so without those tools no doc can be created.

Does a pasted claude.ai or artifact link count as a doc?▼

Possibly. The Skill directs the assistant to check pasted claude.ai, code, or artifact links with the docs tools first, since such links may refer to an existing doc that can be opened or edited.