docs

Creates and manages shared living documents through the docs connector.

1|Updated Aug 11, 2026
One-click install
npx skills add https://github.com/Chia1104/agent-air --skill docs-chia1104
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/Chia1104/agent-air/tree/main/skills/claude/synced/b066812a-c7a5-4354-b574-f3c218098a45_0fdbac1f-d2db-4307-8341-b45c4d0d68f9/docs
Command: npx skills add https://github.com/Chia1104/agent-air --skill docs-chia1104

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often need a shareable, editable document (a doc, memo, spec, PRD, runbook, or write-up) rather than a one-off chat answer, and this Skill routes those requests to the docs connector so the content lives somewhere people can comment on and keep editing. ## Core Features & Use Cases - Doc Intent Detection: Triggers only when the user explicitly asks for a doc, document, page, memo, spec, PRD, runbook, or write-up, while keeping plans, summaries, and chat answers in chat. - Connector-Guided Creation: Calls the docs connector's guide with topic.instructions first, then creates the doc with headings only before any search, file read, or plan. - Format Disambiguation: Distinguishes living docs from .docx/.pptx/.xlsx/PDF requests (handled by format-specific skills) and from HTML pages or apps. - Use Case: A user says "write a PRD I can share with the team" — the Skill loads the docs connector instructions and creates a shareable doc skeleton with headings. ## Quick Start Ask the assistant to create a shared doc for your meeting notes or project spec, and it will use the docs connector to set it up.

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, memo, spec, or write-up by name and the docs connector handles creation. The Skill first loads the connector's guide instructions, then creates the document with headings only before doing any research or drafting.

When should a request become a doc instead of a chat answer?▼

A doc is appropriate when the user names a document, page, memo, spec, PRD, runbook, or write-up, or wants somewhere to share and keep editing content. Plans, comparisons, and summaries asked in chat stay in chat.

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

No. Requests naming .docx, .pptx, .xlsx, or PDF formats are routed to the corresponding format-specific skill instead. This Skill only handles living docs served by the docs connector.

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

The Skill instructs the assistant to say so explicitly. On some accounts the tools may appear as pages tools, so those should be checked before concluding the connector is unavailable.

Why does the Skill create only headings before searching or reading files?▼

The docs connector's instructions require creating the document skeleton first so subsequent research and drafting have a structured destination. This ordering applies even when files are attached to the request.