What problem does it solve?
Reconcile this project's .claude/ directory against the upstream claude-kit foundation repository. Fetches the kit at HEAD, diffs every kit-managed file (skills, task-rules, and task templates), classifies drift, and proposes per-file pulls. Never auto-commits, never overwrites local overrides, and never touches project-content files.
Core Features & Use Cases
- One-way sync from kit to project that preserves local edits unless explicitly overridden.
- Fetches the kit HEAD, diffs kit-managed files using the kit's manifest, and surfaces per-file drift as actionable updates.
- Supports conflict handling for overrides and overlaps and renders a guided decision prompt before applying changes.
- Ideal for maintaining alignment when integrating updates from claude-kit without risking unintended changes to project content.
Quick Start
Run /sync to begin aligning this project with claude-kit and review the proposed updates before applying.