What problem does it solve?
Keeps local MUCC plugin repositories synchronized and reduces broken or outdated skill symlinks in Claude Code environments by automating repository updates, symlink refreshes, changelog reporting, and tool checks so users avoid manual git operations and missing skill detections.
Core Features & Use Cases
- Repository detection: Locates the MUCC repo by resolving installed skill symlinks or prompting for the path if none are found.
- Safe update workflow: Performs a non-destructive git pull with clear error reporting and no automatic destructive merges or resets.
- Skill symlink management: Reads mucc-plugins.json and creates, updates, or skips symlinks for plugin skills while preserving safety checks.
- Changelog & tool verification: Shows commit diffs and CHANGELOG.md excerpts and lists missing external tools, offering an optional guided install prompt.
- Use case: Ideal for developers or maintainers who install MUCC locally and need a repeatable, safe way to refresh plugins after upstream changes.
Quick Start
Run the mucc-update routine to pull the latest repository, refresh skill symlinks according to mucc-plugins.json, and display changelog and missing tools.