What problem does it solve? Project READMEs quickly drift out of sync with the actual codebase as new files, routes, models, and dependencies are added. This Skill detects those discrepancies and updates existing READMEs without rewriting them, preserving the original format and style. ## Core Features & Use Cases - Change Detection: Scans source directories (controllers, services, hooks, pages, routes, Prisma schema, package.json) and compares them against what the README currently documents, classifying items as new, removed, or modified. - Surgical Updates: Applies only approved changes while preserving emojis, arrow notation, tables, ASCII trees, and the author's writing style; never rewrites from scratch. - Approval Workflow: Reports all detected changes in a structured table and waits for explicit user approval before modifying any file, with removals requiring separate confirmation. - Use Case: A team adds a new reports module (controller, service, routes, Prisma model). Run the skill to get a change report, approve it, and have both frontend and backend READMEs updated with the new entries in the correct sections. ## Quick Start Ask the assistant to scan the codebase and update the project READMEs to reflect the current state of the code.