money-report

Merge /money-save snapshots into a dated markdown report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill merges all /money-save snapshots for a project into a single, shareable markdown report, creating a readable artifact that captures progress across sessions.

Core Features & Use Cases

  • Automated consolidation: merges all relevant snapshots into one document.
  • Timeline-driven narrative: orders content by date and preserves review history.
  • Structured artifact: outputs a dated file at ~/.smtm/reports/{project}/ and includes evolution, conclusions, and next moves for stakeholders.

Quick Start

Run /money-report to merge all project snapshots into a single, shareable report.

Frequently Asked Questions about money-report

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

FAQPage Schema
How do I merge project snapshots into a single markdown report?

Run /money-report to merge project snapshots into a single markdown report. It consolidates all snapshots from ~/.smtm/sessions/{project}/ into one dated, shareable markdown file at ~/.smtm/reports/.

How does automated snapshot consolidation work for project deliverables?

Automated snapshot consolidation reads all project snapshots, sorts them by filename timestamp, and builds a structured markdown artifact that captures evolution, conclusions, and next moves for stakeholders.

Does the generated report preserve the original source snapshots?

Yes, the generated report preserves source snapshots. The merge process enables traceability by reading from the sessions directory without altering the original snapshot files.

What is the file naming convention for the output report?

The output report uses a {YYYYMMDD-HHMMSS}-{project}.md naming convention, saved directly in the ~/.smtm/reports/{project}/ directory to ensure chronological sorting and traceability.

Do I need existing snapshots before generating a project report?

Yes, you need existing snapshots before generating a project report. The tool reads from ~/.smtm/sessions/{project}/, so prior session snapshots must exist to merge into a deliverable.