소개
Python Doc Generator is a specialized Claude Code skill designed to automate the creation of technical documentation. By analyzing Python files using AST and inspection, it extracts module-level info, class definitions, and function signatures to produce clean, hierarchical Markdown files. It supports popular docstring formats like Google, NumPy, and Sphinx, making it an essential tool for maintaining up-to-date API references, README files, and codebase overviews without manual writing effort.