money-restore

Restore the latest or specific business-state snapshot for the current project.

799|127|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/iamzifei/show-me-the-money --skill money-restore
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: money-restore
Source: https://github.com/iamzifei/show-me-the-money/tree/main/skills/money-restore
Command: npx skills add https://github.com/iamzifei/show-me-the-money --skill money-restore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore a prior business-state snapshot saved by /money-save, so you can continue from exactly where the last session left off. Loads the most recent snapshot for the current project (auto-detected from the working directory), or a specific one by index. Use when starting a new Claude Code conversation and the user wants to continue prior work. Triggered by: 'continue from last time', 'where did we leave off', 'pick up from before', 'resume', 'ๆŽฅ็€ไธŠๆฌก', '็ปญไธŠ', 'ไน‹ๅ‰็š„็ป“่ฎบ', 'ไธŠๆฌก่ฏŠๆ–ญๅˆฐๅ“ชไบ†'.

Core Features & Use Cases

  • Load the latest or a specific snapshot for the active project, auto-detecting the project from the working directory.
  • Parse and present the saved business state, including conclusions and next steps, to resume work without re-running diagnoses.
  • Automatically switch projects with a slug override and gracefully handle missing data or old snapshots.

Quick Start

Use /money-restore to load the latest snapshot for the current project.

Frequently Asked Questions about money-restore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore a previous Claude Code session and resume work?โ–ผ

To restore a previous Claude Code session, load a saved business-state snapshot which parses your last conclusions and next steps, letting you resume work without re-running prior diagnoses.

Can I resume work from a specific snapshot instead of the latest one?โ–ผ

Yes, you can resume work by loading a specific business-state snapshot by index, overriding the default behavior which automatically loads the most recent state for your current project.

How does project detection work when restoring a saved state?โ–ผ

Project detection works by automatically identifying your current project from the working directory, matching it to the corresponding saved snapshot so you can resume from the correct point.

What happens if I need to switch projects while restoring a session?โ–ผ

You can switch projects while restoring a session by using a slug override, which directs the state restoration to load the snapshot from a different project instead of the auto-detected one.

Does session restoration re-run previous diagnoses or just load the results?โ–ผ

Session restoration only loads and presents the saved business state, explicitly skipping any diagnoses while recommending your next step to continue from exactly where you left off.

What should I do if the state restoration finds missing or old snapshots?โ–ผ

The state restoration process gracefully handles missing data or old snapshots, allowing you to manage session continuity and understand when a prior working state is no longer available.