What problem does it solve? Project documentation like CLAUDE.md and README.md quickly drifts out of sync with the actual codebase as dependencies, directory structures, and commands change, forcing developers to manually reconcile docs with reality. ## Core Features & Use Cases - Rule File Synchronization: Scans package.json, directory trees, and entry files to update tech stack versions, command lists, and directory structures in CLAUDE.md and README.md. - Automatic Code Commenting: Adds file-header and JSDoc comments to .ts, .tsx, and .css files in src/ and electron/ directories, and converts existing English comments to Chinese. - Maintenance Logging & Git Push: Records each organization run in memory/rule-file-maintenance.md and pushes skill updates to GitHub automatically. - Use Case: After adding a new app module and upgrading dependencies, run the skill to regenerate the directory structure section, refresh version badges, and annotate newly created source files in one pass. ## Quick Start Ask the AI to organize the project's CLAUDE.md and README.md files and add comments to the src directory files.