generate-api-documentation

Auto-generate API reference documentation

Content Preview
# Generate API Documentation

Auto-generate API reference documentation

## Instructions

1. **API Documentation Strategy Analysis**
   - Analyze current API structure and endpoints
   - Identify documentation requirements (REST, GraphQL, gRPC, etc.)
   - Assess existing code annotations and documentation
   - Determine documentation output formats and hosting requirements
   - Plan documentation automation and maintenance strategy

2. **Documentation Tool Selection**
   - Choose appropriate API
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generate-api-documentation.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/docs/generate-api-documentation.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/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/docs/generate-api-documentation.md

Related Skills