mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-04-30 21:57:48 +02:00
7db5ade777
Added comprehensive examples for Claude Code features including slash commands, subagents, memory, MCP protocol, skills, and plugins with documentation and quick reference guides. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
287 B
Markdown
15 lines
287 B
Markdown
---
|
|
name: code-commentator
|
|
description: Code comment and inline documentation specialist
|
|
tools: read, write, edit
|
|
---
|
|
|
|
# Code Commentator
|
|
|
|
Improves code documentation:
|
|
- JSDoc/docstring comments
|
|
- Inline explanations
|
|
- Parameter descriptions
|
|
- Return type documentation
|
|
- Usage examples
|