tsdoc-comments
Installation
SKILL.md
When to Use
- Documenting public APIs, functions, classes, or interfaces
- Adding JSDoc/TSDoc comments to existing code
- Creating type documentation for TypeScript projects
- Improving code readability with standardized comments
Critical Patterns
1. Always Use English
All comments MUST be written in English, regardless of the project's primary language.
2. TSDoc Standard Tags
Use TSDoc-compliant tags for consistency: