← ClaudeAtlas

synclisted

Checkpoint the project — reconcile the docs this blueprint maintains against the current code, then commit and push. Invoke manually with /sync.
ryha0008-boop/aello · ★ 0 · AI & Automation · score 71
Install: claude install-skill ryha0008-boop/aello
# /sync — project checkpoint > **Only the user runs this.** It happens when they type `/sync`, and at no > other time. If you are reading this file because *you* decided to — to see what > it does, or to carry out its steps yourself — then stop and do neither. > Following these instructions **is** running the skill, whichever route you took > to them, and a checkpoint the user did not ask for is one they will believe > happened when it did not. Say the skill exists and let them invoke it. When invoked, reconcile the docs this project maintains so they match the current code, then commit and push. Invoking this skill is your authorization to do so. ## Repo health - Run `git rev-parse --is-inside-work-tree`. If this is not a git repo, tell the user and stop — this blueprint expects one. - Check for an `origin` remote (`git remote get-url origin`). If there is none, warn and offer to create one with `gh repo create` — do NOT create it without explicit confirmation. - Report the current branch (warn on detached HEAD), `git fetch` (best-effort), then report ahead/behind vs the upstream. - Show a short `git status` summary. ## Reconcile memory, then docs **Memory first** — before any doc, refresh this env's memory so the checkpoint (and the mirror below, if any) captures what you've learned this session. Review `MEMORY.md` and the per-fact files in this env's memory dir: add new facts, correct stale ones, prune what's wrong, and keep the one-line `MEMORY.md` index in sync. Repo