/restore-snapshot
description: Resume work from a previous session snapshot. Reads the snapshot file and then deletes it when done. disable-model-invocation: true ---
> /plugin marketplace add johnrogers/claude-swift-engineering > /plugin install swift-engineering@claude-swift-engineering
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/restore-snapshot
Context preview
What this command does when you run it.
description: Resume work from a previous session snapshot. Reads the snapshot file and then deletes it when done. disable-model-invocation: true ---
Command definition
restore-snapshot.mddescription: Resume work from a previous session snapshot. Reads the snapshot file and then deletes it when done. disable-model-invocation: true ---
Read `.claude/snapshot.md` and use it to orient this session.
1. Read the handoff file 2. If older than 24 hours, warn the user before proceeding 3. Briefly summarize where we left off 4. Delete the handoff file 5. Ask the user what they want to focus on from the "Next" items
If no handoff file exists, say so and offer to check git log, claude-mem, and open beads instead.
Claude Code plugin marketplace for modern Swift/SwiftUI development A specialized AI toolkit for building professional iOS/macOS features with modern Swift 6.2, TCA (The Composable Architecture), and SwiftUI.
Other commands on claude-swift-engineering.
- /reflect
You are an expert in prompt engineering, specializing in optimizing AI code assistant instructions. Your task is to analyze and improve the instructions for Claude Code. Follow these steps carefully:
Open command - /snapshot
description: Asks Claude to generate a snapshot summary for a future session. Writes it to file. It can then be read by the `resume-snapshot` command. disable-model-invocation: true ---
Open command

