doc-generator

star 17

Auto-generate API reference documentation from Python code.

XSpoonAi By XSpoonAi schedule Updated 2/5/2026

name: doc-generator description: Auto-generate API reference documentation from Python code. version: 1.0.0 author: SpoonOS Contributor tags: [documentation, markdown, python, automation]

Documentation Generator

A high-impact skill that parses Python source code and generates a standardized Markdown API reference. It utilizes AST parsing to extract docstrings, function signatures, and class structures.

Quick Start

# Generate docs for a file
result = await agent.run_tool("generate_docs", file_path="src/client.py")
print(result)

Scripts

Script Purpose
doc_gen.py Generates Markdown documentation from Python files

Environment Variables

None required. Uses standard library ast.

Best Practices

  1. Ensure your code has partial docstrings for better output.
  2. Use this to keep README.md or API.md up to date automatically.
Install via CLI
npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill doc-generator
Repository Details
star Stars 17
call_split Forks 45
navigation Branch main
article Path SKILL.md
More from Creator