code-docs
Installation
SKILL.md
Code Documentation Generator
Automatically generates comprehensive documentation by analyzing code structure, comments, and patterns. Creates README files, API docs, and inline documentation.
🎯 Use Case Demo
Scenario: New Service Needs Documentation
Before (Manual Process):
Developer Mike creates a new BookingService class with 15 methods. Now he needs to document it:
- Writes README manually - 45 minutes
- Adds XML comments to each method - 30 minutes
- Creates usage examples - 20 minutes
- Forgets to update docs when code changes
- Total: 1.5+ hours