| name | documentation |
| description | Provides documentation standards for README files, API references, code comments, changelogs, architecture docs, and project cleanup guidelines. Use when writing documentation, creating README files, documenting APIs, adding code comments, maintaining changelogs, or cleaning up project files. |
| allowed-tools | ["Read","Write","Edit","Glob"] |
| model | haiku |
| argument-hint | <file-or-topic> |
| paths | **/*.md, **/README* |
| iso_class | none |
Documentation Skill
When to Use
- Writing README files
- Creating API documentation
- Writing code comments and docstrings
- Maintaining changelogs
- Cleaning up and organizing project files
- Setting up linting and formatting tools
Reference Documents (Import Syntax)
Documentation Standards
@./reference/documentation.md
Language Conventions
@./reference/communication.md
Project Cleanup
@./reference/cleanup.md
Core Principles
- English for code and docs: All source code and documentation in English
- Meaningful comments: Explain why, not what
- Semantic versioning: MAJOR.MINOR.PATCH for version numbers
- Clean project structure: Maintain .gitignore and remove temporary files
- Consistent formatting: Use language-appropriate formatters (Prettier, Black, clang-format)