소개
The Code Documentation skill empowers developers to maintain high-quality codebases by automatically generating structured documentation tailored to specific programming language standards. It analyzes function signatures, logic, and types to produce accurate docstrings for Python, JSDoc for JavaScript/TypeScript, and standard comments for Go and Java. By automating the creation of parameter descriptions, return values, and usage examples, it ensures your code remains readable and professional, making it an essential tool for documenting legacy code or preparing APIs for public consumption.