money-save

Persist conversation conclusions and hypotheses to disk for session resumption.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persist the current conversation conclusions to disk so future Claude Code sessions can resume exactly where this one left off.

Core Features & Use Cases

  • Saves confirmed conclusions, ruled-out directions, open hypotheses, and the next recommended skill across the money pipeline phases.
  • Ensures continuity across sessions by separating state per project, enabling /money-restore to pick up where you left off.
  • Provides safe, read-only persistence semantics: no automated advice or diagnoses; only state capture.

Quick Start

Run /money-save to capture the current conclusions as a checkpoint.

Frequently Asked Questions about money-save

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

FAQPage Schema
How do I save conversation conclusions so I can resume a Claude Code session later?

To save conversation conclusions, you can use a session state persistence command to capture confirmed conclusions, ruled-out directions, and open hypotheses to disk as a checkpoint. This allows future Claude Code sessions to resume exactly where you left off.

What is the best way to restore a previous business state across AI sessions?

Restoring a previous business state involves loading a saved project snapshot that contains your confirmed conclusions and open hypotheses. This session restore mechanism ensures continuity by picking up the pipeline exactly where the prior conversation ended.

Can I list all saved checkpoints for a specific project?

Yes, you can list saved checkpoints for a specific project. The state persistence mechanism separates snapshots per project, allowing you to review and manage your saved conversation conclusions before deciding which one to restore.

Does this session restore approach support automated business advice?

No, this session restore approach does not support automated business advice or diagnoses. It provides safe, read-only persistence semantics designed exclusively for state capture, recording confirmed conclusions and the next recommended skill without generating new advice.

When do I need to persist session state across money pipeline phases?

You need to persist session state across money pipeline phases when you want to lock in decisions and maintain continuity over multiple sessions. This captures your current business state, ensuring future workflows resume with the correct confirmed conclusions and next recommended skill.