Agent Skills
Claude Code Skill
Docs Sync
Synchronizes project documentation by validating implementation status of plan files and updating CLAUDE.md with codebase changes. Automatically organizes plan files into status-based folders and detects when documentation needs updating based on git diffs. Includes automation scripts for hands-free operation.
Key Features
Validates plan files against implemented code (DONE / IN_PROGRESS / TODO)
Auto-moves plan files to status-based folders (todo, in-progress, completed)
Adds status badges with implementation details and completion dates
Analyzes git diffs to detect needed documentation updates
Full sync orchestration with --auto-mark and --dry-run options
Git hook integration for automatic sync on push events