doc-sync-automation
Installation
SKILL.md
Doc Sync Automation
Keep documentation synchronized with code changes automatically.
When to Use
- Code changed and docs need updating
- Generating API documentation from code
- Creating or updating README files
- Keeping inline comments/JSDoc current
- Setting up documentation automation
Documentation Types
| Type | Location | Sync Trigger |
|---|---|---|
| Inline (JSDoc/TSDoc) | In code files | Code changes |
| API Reference | /docs/api/ |
Endpoint changes |
| README | Root or feature folders | Feature changes |
Related skills