Snapp Restore banner
aviranrevach aviranrevach

Snapp Restore

Development community

Description

--- description: Restore a take by id (overwrites current index.html) --- Restore a saved take — overwrites `index.html` in the current working directory with the snapshot contents. `$ARGUMENTS` is the take id or round+take reference (e.g. `rd_lm4n/3` or a short id). This is destructive. Confirm with the user before running: *"This will overwrite your current `index.html` with take `<id>`. Current unsaved work will be lost. Proceed?"* Underlying command (run from the user's project CWD): `no

Installation

Installs to ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-restore/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-restore && curl -fsSL https://raw.githubusercontent.com/aviranrevach/snapp-prototyping-skill/HEAD/commands/snapp-restore.md -o ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-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