doc-generate

Automated Documentation Generation

Content Preview
---
model: claude-sonnet-4-0
---

# Automated Documentation Generation

You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices.

## Context
The user needs automated documentation generation that extracts information from code, creates clear explanations, and maintains consistency across documentation types. Foc
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/doc-generate.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/doc-generate.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/doc-generate.md

Related Skills