doc-api

API Documentation Generator Command

Content Preview
# API Documentation Generator Command

Generate API documentation from code

## Instructions

Follow this systematic approach to create API documentation: **$ARGUMENTS**

1. **Code Analysis and Discovery**
   - Scan the codebase for API endpoints, routes, and handlers
   - Identify REST APIs, GraphQL schemas, and RPC services
   - Map out controller classes, route definitions, and middleware
   - Discover request/response models and data structures

2. **Documentation Tool Selection**
   - Choos
How to Use

Recommended: Install to project (local)

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

Related Skills