code:docs
Installation
SKILL.md
Code Docs
Documentation generation and maintenance for code projects.
When to Document
Always update docs when:
- Adding new features
- Changing existing behavior
- Updating configuration
- Breaking changes
Docs should live:
- Near the code (docstrings, comments)
- In the repo (README, docs folder)
- Generated (API docs, type docs)