generating-api-docs

|

Content Preview
---
name: generating-api-docs
description: |
  Create comprehensive API documentation with examples, authentication guides, and SDKs.
  Use when creating comprehensive API documentation.
  Trigger with phrases like "generate API docs", "create API documentation", or "document the API".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:docs-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Generating API
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generating-api-docs.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-documentation-generator/skills/generating-api-docs/SKILL.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/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/api-development/api-documentation-generator/skills/generating-api-docs/SKILL.md

Related Skills