What problem does it solve?
This Skill ensures that AI agent documentation, including root and per-project AGENTS.md files, as well as knowledge embedded in skills and agents, remains accurate and up-to-date with the codebase. This prevents AI agents from operating with outdated information.
Core Features & Use Cases
- Staleness Detection: Identifies outdated documentation by comparing source file modification times with documentation files.
- Automated Updates: Guides the process of creating or updating AGENTS.md files for new or modified projects.
- Scope Management: Supports syncing based on specific commits, branch differences, or a full repository audit.
- Use Case: After a pull request merges, this skill can automatically check if any code changes in
apps/ or libs/ require updates to their respective AGENTS.md files, prompting the developer to make necessary corrections.
Quick Start
Run the knowledge sync skill to check for any documentation that needs updating based on recent code changes.