Category:Dev Tools · Sub-category: tools-misc · Last updated:
Use this agent when you need to create, architect, or overhaul comprehensive documentation systems including API docs, tutorials, guides, and developer-friendly content that keeps pace with code changes. Specifically:\\n\\n<example>\\nContext: A project has grown from 3 to 15 engineers but lacks structured documentation. Developers spend hours answering \"how do I use this API?\" questions, and onboarding new team members takes 2+ weeks.\\nuser: \"We need documentation from scratch. Build a doc site for our API, with examples, guides, and interactive endpoints. It should auto-update when our API schema changes.\"\\nassistant: \"I'll architect a complete documentation system: design information architecture for easy navigation, set up automated API documentation from your OpenAPI spec, create getting-started guides with runnable examples, implement search, add analytics to track which docs get used most, and set up CI/CD to auto-generate docs on every API change. I'll design it so updates come from code annotations, not manual updates.\"\\n<commentary>\\nInvoke documentation-engineer when you're building documentation infrastructure from scratch or comprehensively overhauling an existing docs site. This agent designs the architecture, automates generation, and ensures docs stay synchronized with code.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Documentation exists but is scattered across READMEs, Confluence, outdated wikis, and comments. Developers can't find what they need, and nothing is current.\\nuser: \"Our docs are a mess. Some API info is in one place, the CLI docs somewhere else, deployment guides are outdated. Can you consolidate and organize everything into a unified, searchable system?\"\\nassistant: \"I'll audit all existing documentation across repositories and platforms, identify overlaps and gaps, consolidate into a single source of truth, create a clear information hierarchy with proper navigation, implement full-text search, add version switching for multiple releases, set up automated link validation to catch broken references, and establish workflows for keeping docs current. I'll also create templates so teams know how to document new features.\"\\n<commentary>\\nUse documentation-engineer when documentation exists but is fragmented, outdated, or difficult to navigate. The agent consolidates, organizes, and establishes systems to maintain documentation quality over time.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Project has 3 separate documentation formats (generated API docs, hand-written guides, CLI help text) that get out of sync, causing user confusion and support burden.\\nuser: \"Our API documentation, guides, and CLI --help text frequently contradict each other. We need everything generated from a single source so it all stays synchronized automatically.\"\\nassistant: \"I'll implement documentation-as-code patterns: establish single-source-of-truth files (OpenAPI specs for APIs, command definitions for CLI, markdown sources for guides), set up automated generation pipelines that create all documentation artifacts from these sources, implement validation to ensure examples actually work, add pre-commit hooks to catch inconsistencies before merging, and configure your build to regenerate all docs on every commit.\"\\n<commentary>\\nInvoke this agent when you want to reduce manual documentation maintenance through automation, ensure consistency across multiple documentation formats, and eliminate documentation debt by making docs part of your CI/CD pipeline.\\n</commentary>\\n</example>
About this skill (catalog notes)
Documentation Engineer includes at least one code block. The SKILL.md runs to about 861 words, in the catalog's typical mid-range.
Original author
claudchereji
Indexed lastmod
Catalog position
Dev Tools · tools-misc
Indexed related skills
10
How Documentation Engineer fits the catalog
Documentation Engineer sits in the Dev Tools category under the tools-misc sub-topic in the ClaudSkills catalog. There are 10 related skills indexed alongside it; comparing a few before installing usually reveals which fits your workflow best.
These notes are auto-generated from features detected in the SKILL.md file and from this catalog's structure — they aren't part of the source repository.
From the source SKILL.md
You are a senior documentation engineer with expertise in creating comprehensive, maintainable, and developer-friendly documentation systems. Your focus spans API documentation, tutorials, architecture guides, and documentation automation with emphasis on clarity, searchability, and keeping docs in sync with code.
What this skill does
Documentation Engineer is a community-contributed Claude Code skill in the tools-misc sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/documentation-engineer/ and loads when your prompt matches the skill's trigger.
Who uses this skill
The Documentation Engineer Claude Code skill is built for developers, power users, and teams automating repetitive workflows and improving developer experience. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 116,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).
Or just download SKILL.md directly and drop it into ~/.claude/skills/documentation-engineer/. Claude Code auto-discovers it on next session.
Skills live at ~/.claude/skills/documentation-engineer/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\documentation-engineer\SKILL.md on Windows. See the full install guide for step-by-step instructions.
Telegram
📱 Install from your phone or desktop Telegram
Open @claudskills_bot on Telegram, tap Open Desktop App, and the desktop app installs this skill for you. Or share the bot link with a colleague — they get the same one-tap install. Learn more →
Pro
One-click install via the desktop app
The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.
Pro
For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.
How do I install the Documentation Engineer Claude Code skill?
Install via the ClaudSkills desktop app (one click) or copy SKILL.md from the source repository to ~/.claude/skills/documentation-engineer/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.
What does the Documentation Engineer skill do?
Use this agent when you need to create, architect, or overhaul comprehensive documentation systems including API docs, tutorials, guides, and developer-friendly content that keeps pace with code changes. Specifically:\\n\\n<example>\\nContext: A project has grown from 3 to 15 engineers but lacks structured documentation. Developers spend hours answering \"how do I use this API?\" questions, and onboarding new team members takes 2+ weeks.\\nuser: \"We need documentation from scratch. Build a doc site for our API, with examples, guides, and interactive endpoints. It should auto-update when our API schema changes.\"\\nassistant: \"I'll architect a complete documentation system: design information architecture for easy navigation, set up automated API documentation from your OpenAPI spec, create getting-started guides with runnable examples, implement search, add analytics to track which docs get used most, and set up CI/CD to auto-generate docs on every API change. I'll design it so updates come from code annotations, not manual updates.\"\\n<commentary>\\nInvoke documentation-engineer when you're building documentation infrastructure from scratch or comprehensively overhauling an existing docs site. This agent designs the architecture, automates generation, and ensures docs stay synchronized with code.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Documentation exists but is scattered across READMEs, Confluence, outdated wikis, and comments. Developers can't find what they need, and nothing is current.\\nuser: \"Our docs are a mess. Some API info is in one place, the CLI docs somewhere else, deployment guides are outdated. Can you consolidate and organize everything into a unified, searchable system?\"\\nassistant: \"I'll audit all existing documentation across repositories and platforms, identify overlaps and gaps, consolidate into a single source of truth, create a clear information hierarchy with proper navigation, implement full-text search, add version switching for multiple releases, set up automated link validation to catch broken references, and establish workflows for keeping docs current. I'll also create templates so teams know how to document new features.\"\\n<commentary>\\nUse documentation-engineer when documentation exists but is fragmented, outdated, or difficult to navigate. The agent consolidates, organizes, and establishes systems to maintain documentation quality over time.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Project has 3 separate documentation formats (generated API docs, hand-written guides, CLI help text) that get out of sync, causing user confusion and support burden.\\nuser: \"Our API documentation, guides, and CLI --help text frequently contradict each other. We need everything generated from a single source so it all stays synchronized automatically.\"\\nassistant: \"I'll implement documentation-as-code patterns: establish single-source-of-truth files (OpenAPI specs for APIs, command definitions for CLI, markdown sources for guides), set up automated generation pipelines that create all documentation artifacts from these sources, implement validation to ensure examples actually work, add pre-commit hooks to catch inconsistencies before merging, and configure your build to regenerate all docs on every commit.\"\\n<commentary>\\nInvoke this agent when you want to reduce manual documentation maintenance through automation, ensure consistency across multiple documentation formats, and eliminate documentation debt by making docs part of your CI/CD pipeline.\\n</commentary>\\n</example>
Is this skill free to install?
Yes. ClaudSkills is an open registry — every skill keeps its source repository's license, and manual install via copy is free. ClaudSkills Pro ($9/mo, $79/yr, or $149 one-time) adds one-click install via the desktop app and a multi-signal Quality Score.
When should I use the Documentation Engineer skill?
Use Documentation Engineer when your Claude Code task falls under the Dev Tools category — specifically in the tools misc area. Claude Code auto-discovers installed skills and invokes the right one based on the task description, so you can also ask Claude directly (e.g. "use Documentation Engineer" or describe the task and let Claude pick). Browse related skills at /category/tools/.
What is a Claude Code skill and how does the Documentation Engineer skill fit in?
A Claude Code skill is a SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. Documentation Engineer is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the Dev Tools category. Learn more at /learn/what-is-a-claude-skill/.
Promote, attribute, or link this skill from your own README, blog post, or documentation. All three snippets are free to use — no sign-up, no API key. More distribution surfaces →
Claude™ is a trademark of Anthropic PBC. ClaudSkills (also referred to as Claude Skills or Claude Code Skills Catalog) is an independent community-curated registry of SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.
Install ClaudSkills — browse 70k+ skills offline, one tap from your home screen.