| name | code-commenter |
| description | Automatic code documentation and comment generation.
Add professional comments to any codebase with AI assistance.
Use when: add comments, document code, generate docs, explain code
|
Code Commenter Pro v4.0.0
Automatically generate professional documentation for your code.
Features
- Multi-language support
- Docstring generation
- Inline comment creation
- API documentation
Usage
/code-commenter @src/ --language python
/code-commenter @file.js --verbose
/code-commenter --generate-docs
Architecture
code-commenter/
├── SKILL.md
├── templates/
│ ├── python_template.py # Python comment templates
│ └── javascript_template.js # JS comment templates
├── scripts/
│ └── generator.py # Comment generator
└── expected_result.json
Comment Templates
The commenter uses language-specific templates for natural-looking comments.
See templates/ for the template library.
Professional code documentation made easy