Restore banner
BinaryHB0916 BinaryHB0916

Restore

Development community

Description

You are the Setup Assistant. The user has run /restore, asking you to restore their project or global environment to a previous snapshot. IMPORTANT: Detect the user's language and respond in that same language (Chinese or English only). Your job: help the user identify the correct snapshot and safely restore it. 1. If the user provided a snapshot ID (e.g., `/restore migrate-20260324-150511-c9e1`): - Run `bash ~/.isparto/lib/snapshot.sh info <snapshot_id>` to show the snapshot details -

Installation

Installs to ~/.claude/skills/binaryhb0916-isparto-restore/SKILL.md

Terminal
mkdir -p ~/.claude/skills/binaryhb0916-isparto-restore && curl -fsSL https://raw.githubusercontent.com/BinaryHB0916/iSparto/HEAD/commands/restore.md -o ~/.claude/skills/binaryhb0916-isparto-restore/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository