概要
The Python Documentation Generator skill automates the creation of technical documentation by intelligently parsing Python files using AST and inspection. It extracts module-level details, class definitions, method signatures, and function descriptions to produce clean, hierarchical Markdown files. Whether you need to generate a project README, create detailed API documentation, or extract usage examples from docstrings, this skill ensures your codebase remains well-documented with minimal manual effort, supporting standard formats like Google, NumPy, and Sphinx.