Claude Agent Skill · by Anthropics

Documentation

Install Documentation skill for Claude Code from anthropics/knowledge-work-plugins.

Install
Terminal · npx
$npx skills add https://github.com/obra/superpowers --skill brainstorming
Works with Paperclip

How Documentation fits into a Paperclip company.

Documentation drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md49 lines
Expand
---name: documentationdescription: Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.--- # Technical Documentation Write clear, maintainable technical documentation for different audiences and purposes. ## Document Types ### README- What this is and why it exists- Quick start (< 5 minutes to first success)- Configuration and usage- Contributing guide ### API Documentation- Endpoint reference with request/response examples- Authentication and error codes- Rate limits and pagination- SDK examples ### Runbook- When to use this runbook- Prerequisites and access needed- Step-by-step procedure- Rollback steps- Escalation path ### Architecture Doc- Context and goals- High-level design with diagrams- Key decisions and trade-offs- Data flow and integration points ### Onboarding Guide- Environment setup- Key systems and how they connect- Common tasks with walkthroughs- Who to ask for what ## Principles 1. **Write for the reader** — Who is reading this and what do they need?2. **Start with the most useful information** — Don't bury the lede3. **Show, don't tell** — Code examples, commands, screenshots4. **Keep it current** — Outdated docs are worse than no docs5. **Link, don't duplicate** — Reference other docs instead of copying