infiniteleverage-patchlisted
Install: claude install-skill talentedgeai/infiniteleverage-plugin
# infiniteleverage-patch — Machine Sync Skill
Two phases every run:
1. **Health check** — verifies the local Claude Code configuration matches the full bootstrap spec (CLAUDE.md, engineering rules, env vars, skills, permissions)
2. **Agent diff + apply** — compares installed agents against the latest in the GitHub repo, shows what changed, applies after confirmation
Run this whenever the operator updates agent definitions, or whenever you suspect a machine is out of sync with the current spec.
---
## Settings Safety Protocol
Before writing or patching any configuration file — `settings.local.json`, `CLAUDE.md`, `global-engineering.md` — check what's already there and follow these three rules:
| Scenario | Action |
|---|---|
| File exists with compatible content (e.g. `settings.local.json` with different permissions, `CLAUDE.md` with custom sections) | **Merge** — add what's missing without removing what's already there |
| File exists and is a complete previous version of this template | **Upgrade** — replace the whole file with the latest version |
| File exists with content that conflicts with the template's intended pattern | **Try to resolve** — preserve the user's value and intent while satisfying the template requirement. If you can't resolve cleanly without losing something, ask the user before touching the file |
**When asking about a conflict, use plain language — no JSON keys, no file paths, no technical jargon:**
- Say what the setting *does*, not what it's