Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Generate technical documentation with verified code examples
claude install community/docs-writerTechnical writing assistant: produce API references, getting started guides, migration tutorials, and troubleshooting docs with tested code examples.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: docs-writer
description: |
Write technical documentation. Trigger when the user needs API docs, guides,
tutorials, or migration guides. Phrases: "write docs", "document this API",
"create a guide", "migration guide", "API reference".
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
---
# Documentation Writer
Write clear, accurate technical documentation from code. Produces API
references, how-to guides, tutorials, and migration guides.
## Document types
1. **API Reference** - Every endpoint/function with params, returns, examples
2. **How-to Guide** - Step-by-step for a specific task
3. **Tutorial** - Learning-oriented walkthrough for beginners
4. **Migration Guide** - Breaking changes with before/after examples
5. **Architecture Doc** - System overview with diagrams (Mermaid)
## Workflow
1. **Read** the source code thoroughly
2. **Identify** the audience (beginner, intermediate, expert)
3. **Structure** with clear headings and logical flow
4. **Write** with code examples for every concept
5. **Review** for accuracy against the actual code
## Style rules
- Lead with what the reader can DO, not what the API IS
- Every section needs a code example
- Use second person ("you") not third person
- Keep sentences under 20 words
- One concept per paragraph
## Example usage
- "Document this REST API"
- "Write a getting started guide for this library"
- "Create a migration guide from v2 to v3"
## Requirements
- Access to the source code being documented
mkdir -p ~/.claude/skills/docs-writer~/.claude/skills/docs-writer/SKILL.mdResulting file structure:
~/.claude/
skills/
docs-writer/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Documentation Writer
Write migration guides with step-by-step instructions and codemods
Both used by Software Engineer, Content Creator
Turn one prompt into a parallel pipeline across Claude, Codex, Gemini, and Cursor agents -- then get a unified result back
Both used by Software Engineer, Content Creator
Write data-backed white papers that generate leads
Both used by Content Creator
Generate typed API clients and webhook handlers from specs
Both used by Software Engineer
Audit all dependency licenses and flag compatibility conflicts
Both used by Software Engineer
Find the needle in your logs - pattern detection and root cause analysis
Both used by Software Engineer
Documentation Writer