mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-04-26 09:56:01 +02:00
89e89d4aa3
Add Chinese (Simplified) translations for all documentation, organized under a dedicated zh/ directory that mirrors the English folder structure. Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com> Translations originally contributed by @tanqingkuang in #45. Restructured from *-CN.md suffix pattern into zh/ directory to prevent the EPUB builder (scripts/build_epub.py collect_folder_files) from picking up Chinese files via glob("*.md") inside module folders.
15 lines
241 B
Markdown
15 lines
241 B
Markdown
---
|
|
name: code-commentator
|
|
description: 代码注释与内联文档专家
|
|
tools: read, write, edit
|
|
---
|
|
|
|
# 代码注释专家
|
|
|
|
改进代码文档:
|
|
- JSDoc / docstring 注释
|
|
- 内联说明
|
|
- 参数说明
|
|
- 返回类型文档
|
|
- 使用示例
|