What problem does it solve? Keeping the Claude Code workflow machinery (.claude/ skills, agents, rules, hooks, workflows, templates, settings.json) up to date across multiple projects is tedious and error-prone when done manually. This Skill pulls the latest version from the central workspace-template-mobile repository and applies changes automatically, with backups for rollback. ## Core Features & Use Cases - Automatic template sync: Clones the template repo, compares file contents, classifies changes as new/modified/removed, and applies them in one run. - Safe overwrite with backup: Template always wins for shared files, but overwritten and deleted files are first copied to a timestamped backup directory as a rollback path. - Local file protection: Project-local files the template never shipped stay untouched; only files previously delivered by the template and later withdrawn are removed (tracked via a manifest). - Use Case: After copying the template into a new Expo project, run the sync to pull the newest skills and agents; or use --dry-run to preview what changed in the template before applying. ## Quick Start Ask the assistant to synchronize the .claude configuration with the central template, optionally requesting a dry-run preview first.