- Introduced new documentation for Agent Skills, detailing best practices, code patterns, common pitfalls, and quick references across various categories such as Architecture, Data Access, Security, Error Handling, Testing, Infrastructure, Communication, and Documentation. - The documentation is structured to facilitate easy navigation and understanding, supporting developers in implementing consistent patterns on the GoodGo Platform. - Both English and Vietnamese versions are provided to ensure accessibility for a wider audience.
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
# Bilingual code comments in Vietnamese and English
|
|
|
|
> **Skill**: `comment-code`
|
|
> **Compatibility**:
|
|
|
|
## Overview
|
|
|
|
Bilingual code comments in Vietnamese and English. Use for documenting functions, classes, or adding EN/VI documentation.
|
|
|
|
## When to Use
|
|
|
|
Use this skill when:
|
|
- Adding comments to new code / Thêm chú thích cho code mới
|
|
- Documenting existing code / Viết tài liệu cho code hiện có
|
|
- Creating JSDoc/TSDoc documentation / Tạo JSDoc/TSDoc
|
|
- Writing function/class descriptions / Viết mô tả hàm/lớp
|
|
- Explaining complex logic / Giải thích logic phức tạp
|
|
- Adding inline comments / Thêm chú thích inline
|
|
|
|
## Quick Reference
|
|
|
|
For detailed patterns, code examples, and best practices, refer to the full skill documentation.
|
|
|
|
## Related Skills
|
|
|
|
See [Skills Index](./index.md) for related skills.
|
|
|
|
## Additional Resources
|
|
|
|
- **Full Skill Documentation**: [`...agent/skills/comment-code/SKILL.md`](../../.agent/skills/comment-code/SKILL.md)
|
|
- **Code Examples**: [`...agent/skills/comment-code/references/REFERENCE.md`](../../.agent/skills/comment-code/references/REFERENCE.md)
|
|
|
|
---
|
|
|
|
**Vietnamese Version**: [Tài liệu tiếng Việt](../../vi/skills/comment-code.md)
|