What problem does it solve?
This Skill resolves the challenge of maintaining up-to-date documentation after code modifications, preventing discrepancies between code and docs that can cause confusion and errors.
Core Features & Use Cases
- Identify Corresponding Files: Automatically find matching Markdown documentation for updated code files based on naming, namespace, or source path.
- Update Metadata and Cross-Links: Enhance frontmatter fields like
last_updated and maintain related references to ensure consistency across documentation.
- Use Case: When a developer modifies a C# class in Unity, this Skill helps update the relevant API documentation to reflect the latest interface details, maintaining accurate references for teammates and users.
Quick Start
Use this skill after editing code files to automatically locate the related documentation and update the frontmatter fields, ensuring the documentation remains current.