Generate README API docs from code and tests
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill documentation-generation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Documentation Generation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-documentation-generation)More formats (shields.io, HTML) on the badges page.
---
name: documentation-generation
description: "Generate README API docs from code and tests"
---
# Documentation Generation
## README Structure
```markdown
# Project Name
## Overview
## Installation
## Usage
## API Reference
## Development
## Contributing
## License
```
## Auto-Generate
```bash
# Python docstrings to docs
pip install pdoc
pdoc src/myapp -o docs/
# OpenAPI docs
# FastAPI auto-generates at /docs
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!