From ccgraft
Restore from pre-import snapshot after a failed or unwanted session import. Reverts to the state before the last ccgraft import.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccgraft:restore-backupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
First show what the restore will do:
First show what the restore will do:
bash "${CLAUDE_PLUGIN_ROOT}/bin/ccgraft-restore" --info
STOP HERE. Show the output to the user and ask whether they want to proceed. Do NOT run the restore command until the user explicitly confirms.
If --info fails with "No pre-import snapshot found", tell the user no snapshot is available and do not attempt a restore.
After the user confirms they want to proceed, run:
bash "${CLAUDE_PLUGIN_ROOT}/bin/ccgraft-restore" --force
npx claudepluginhub achxy/dotclaude --plugin ccgraftRestores cmux snapshots to recreate workspace layouts, pane trees, directories, and Claude sessions via cmux commands. Useful for resuming terminal multiplexer sessions after restarts.
Saves and restores task state mid-task, enabling rollback before risky operations like refactors or migrations. Use `/checkpoint` to save, list, restore, or clean checkpoints.
Restores a kongcode JSON-Lines backup into SurrealDB, supporting idempotent import, by-hash merging, and cross-machine graph merging.