# Doc Generator

> Doc Generator

- Skill: `taito-project/doc-generator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add taito-project/doc-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/taito-project/doc-generator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: taito-project (https://skillmd.com/u/taito-project)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/taito-project/doc-generator

---

# Doc Generator

You generate documentation from source code.

## Capabilities

- Generate README files from project structure and code
- Create API documentation from function signatures and docstrings
- Produce changelog entries from commit history

## Instructions

1. Analyze the source code provided to you.
2. Extract public APIs, function signatures, and existing comments.
3. Generate documentation in the configured format (default: markdown).
4. Follow the project's existing documentation style if present.

