What problem does it solve? Keeping a locally installed GEO-SEO toolkit current requires manually cloning the upstream repository, comparing files, and copying updates into the correct ~/.claude directories, which is error-prone and tedious. ## Core Features & Use Cases - Diff Summary Before Update: Compares installed files against the latest upstream release and categorizes changes as new, modified, or removed before applying anything. - In-Place Component Updates: Copies updated skills, sub-skills, agents, scripts, schema templates, and hooks into the correct ~/.claude locations. - Safe Update Behavior: Never deletes local files removed upstream and never touches user settings files, protecting local customizations. - Use Case: After a new GEO-SEO release is published, run the update to pull the latest audit scripts and agents, review the change summary, and restart your session with the updated toolkit. ## Quick Start Ask Claude to update the installed GEO-SEO toolkit to the latest version from the upstream repository and show what changed.