Synchronizes project documentation, task lists, and architecture files with recent codebase changes to maintain an accurate project state.
The Docs Updater skill automates the essential but often neglected task of keeping technical documentation in sync with active development. By analyzing recent changes, it intelligently updates README files, architectural guides (AGENTS.md), and progress trackers (DOCS_TASK_LIST.md), ensuring that the project's documentation reflects the current reality of the codebase. It tracks completion percentages, updates API endpoint lists, and logs newly implemented features, making it an indispensable tool for developers who want to maintain a reliable single source of truth without the manual overhead.
主要功能
01Synchronizes README and architectural guides with recent code changes
02Maintains consistent formatting and style across documentation
03Logs new API endpoints, routes, and critical file updates
040 GitHub stars
05Updates 'Current Status' timestamps to reflect the latest development state
06Automatically updates task completion status and progress percentages
使用场景
01Generating a comprehensive 'Current Status' summary for team handovers
02Updating project status and task lists after finishing a feature sprint
03Syncing architectural documentation when new API routes or components are added