# Apidoc

> Use this skill when the user wants to generate interactive REST API documentation from inline code annotations.

- Skill: `javimosch/apidoc` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/apidoc`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/apidoc/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/apidoc

---


# apiDoc Plugin

apiDoc generates API docs from source code annotations.

## Usage Examples

- "generate API docs from source code"
- "serve API documentation locally for review"
- "compare API versions between releases"
- "generate docs with custom template"

## Installation

```bash
npm install -g apidoc
```

## Key Features
- Inline annotation documentation
- REST API endpoint generation
- Request/response example display
- Parameter and type documentation
- Version comparison between releases
- Custom template support
- Interactive web UI output

