소개
The Inline Documentation skill automates the creation of high-quality, professional code comments designed for automated documentation generators like TypeDoc or Sphinx. It ensures that public APIs, classes, and complex logic are properly explained using standardized formats like JSDoc for TypeScript/JavaScript and Docstrings for Python. By adhering to the 'why, not what' principle, this skill improves code maintainability and team onboarding while providing practical usage examples to make your codebase more discoverable and easier to use for future developers.