/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 ---
> /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
/snapshot
Context preview
What this command does when you run it.
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 ---
Command definition
snapshot.mddescription: 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 ---
Generate a handoff summary and write it to `.claude/snapshot.md`.
Include:
1. **Summary** - What was accomplished (2-4 bullets) 2. **State** - Branch, uncommitted changes, open beads/tasks with IDs, any claude-mem references (if known) 3. **Decisions** - Any choices made or pending 4. **Next** - Clear starting point.
Keep under 250 words. Use IDs and file paths for quick lookup.
Output:
Write the summary to `.claude/snapshot.md`.
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 - /restore-snapshot
description: Resume work from a previous session snapshot. Reads the snapshot file and then deletes it when done. disable-model-invocation: true ---
Open command

