@orrisai/show-me-the-money 1.2.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +19 -0
- package/README.md +309 -76
- package/README.zh-CN.md +104 -70
- package/VERSION +1 -1
- package/package.json +15 -10
- package/skills/money/SKILL.md +297 -55
- package/skills/money-ads/SKILL.md +23 -0
- package/skills/money-content/SKILL.md +165 -13
- package/skills/money-diagnose/SKILL.md +404 -0
- package/skills/money-discover/SKILL.md +147 -24
- package/skills/money-finance/SKILL.md +1 -0
- package/skills/money-learn/SKILL.md +229 -0
- package/skills/money-ops/SKILL.md +75 -4
- package/skills/money-outreach/SKILL.md +13 -0
- package/skills/money-panel/SKILL.md +212 -0
- package/skills/money-product/SKILL.md +197 -32
- package/skills/money-quality/SKILL.md +294 -0
- package/skills/money-report/SKILL.md +209 -0
- package/skills/money-restore/SKILL.md +181 -0
- package/skills/money-retro/SKILL.md +220 -0
- package/skills/money-review-customer/SKILL.md +156 -0
- package/skills/money-review-investor/SKILL.md +168 -0
- package/skills/money-review-operator/SKILL.md +171 -0
- package/skills/money-review-skeptic/SKILL.md +180 -0
- package/skills/money-save/SKILL.md +210 -0
- package/skills/money-seo/SKILL.md +13 -0
- package/skills/money-skillify/SKILL.md +225 -0
- package/skills/money-social/SKILL.md +14 -0
- package/skills/money-strategy/SKILL.md +233 -54
package/LICENSE
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
|
|
2
|
+
|
|
3
|
+
https://creativecommons.org/licenses/by-nc/4.0/
|
|
4
|
+
|
|
5
|
+
You are free to:
|
|
6
|
+
- Share — copy and redistribute the material in any medium or format
|
|
7
|
+
- Adapt — remix, transform, and build upon the material
|
|
8
|
+
|
|
9
|
+
Under the following terms:
|
|
10
|
+
- Attribution — You must give appropriate credit, provide a link to the license,
|
|
11
|
+
and indicate if changes were made.
|
|
12
|
+
- NonCommercial — You may not use the material for commercial purposes.
|
|
13
|
+
|
|
14
|
+
No additional restrictions — You may not apply legal terms or technological
|
|
15
|
+
measures that legally restrict others from doing anything the license permits.
|
|
16
|
+
|
|
17
|
+
Copyright (c) 2026 在悉尼和稀泥
|
|
18
|
+
https://x.com/JamesAI
|
|
19
|
+
https://github.com/iamzifei/show-me-the-money
|
package/README.md
CHANGED
|
@@ -1,58 +1,224 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://pbs.twimg.com/media/HFoAbmGawAAdzJm?format=jpg&name=large" alt="Show Me The Money — autonomous business OS for solo founders" width="100%" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# 💰 Show Me The Money
|
|
2
6
|
|
|
7
|
+
[](https://www.npmjs.com/package/@orrisai/show-me-the-money)
|
|
8
|
+
[](https://github.com/iamzifei/show-me-the-money/releases)
|
|
9
|
+
[](LICENSE)
|
|
10
|
+
|
|
11
|
+
**Current version: `v2.2.0`** · [What's new →](#-whats-new-in-v220)
|
|
12
|
+
|
|
3
13
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
4
14
|
|
|
5
|
-
**
|
|
15
|
+
**AI agent skills that build and run your business autonomously — from idea to revenue, 24/7.**
|
|
16
|
+
|
|
17
|
+
> One command. 25 agent skills. Zero to profitable business.
|
|
18
|
+
|
|
19
|
+
**Author** · [X / @jamesai](https://x.com/jamesai) · [小红书 / 在悉尼和稀泥](https://www.xiaohongshu.com/user/profile/5af26425e8ac2b0a9bc030d2)
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 🎯 Why this exists — the receipts
|
|
24
|
+
|
|
25
|
+
I'm a solo founder running **6 SaaS products in parallel** — APIs, developer tools, and consumer apps shipped over the last 32 months.
|
|
26
|
+
|
|
27
|
+
Across those products, the working numbers right now:
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
💰 $1M+ lifetime revenue across all products
|
|
31
|
+
💳 6,500+ paying transactions processed
|
|
32
|
+
👥 10,000+ paying customers served
|
|
33
|
+
🚢 6 production SaaS products shipped
|
|
34
|
+
⏱ 32 months from first $1 to today
|
|
35
|
+
🧑 1 person no team, no employees, just AI agents
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
I built **none of this** with a marketing team, a sales department, or a content agency. Just me, a laptop, and a Claude Code window open most of the day.
|
|
6
39
|
|
|
7
|
-
|
|
40
|
+
The 25 skills in this repo are the **exact operating system** I run my businesses on. Not a course, not a framework — the working code I use myself. Every skill in here has been used to ship something real that's now collecting payments on Stripe.
|
|
41
|
+
|
|
42
|
+
**This is not a hypothetical playbook. It's what's been running my company.**
|
|
43
|
+
|
|
44
|
+
If you're a solo founder, an indie hacker, or a technical founder who wants to ship like a team of twenty — this is the closest thing to a copy-paste of my workflow you can get.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
Show Me The Money is an open-source skill suite for [Claude Code](https://claude.ai/code) and compatible AI coding agents. It turns your AI assistant into a full-stack business operating system — discovering opportunities, validating demand, building products, running marketing, managing ads, operating everything autonomously, **and remembering what you decided across every session**.
|
|
49
|
+
|
|
50
|
+
Works with **Claude Code**, **Codex CLI**, **Gemini CLI**, and other agents that support the skill system.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## ✨ What's New in v2.2.0
|
|
55
|
+
|
|
56
|
+
**The review panel + cross-session learning.** Eight new skills, plus auto-loading of every prior insight into every future session.
|
|
57
|
+
|
|
58
|
+
### The plan-review gauntlet
|
|
59
|
+
|
|
60
|
+
Most solo founders self-justify their plan into a green light, then ship for 6 months before discovering the structural flaw. Now there are four independent reviewers — each a complete persona — and one orchestrator:
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
/money-review-investor ← VC mode: SEED VIABLE / LATER ROUND / BOOTSTRAP-ONLY / UNFUNDABLE
|
|
64
|
+
/money-review-customer ← Named-ICP mode: PAY NOW / WITH FRICTION / WRONG POSITIONING / WRONG ICP
|
|
65
|
+
/money-review-operator ← Solo-execution mode: SHIPPABLE / DESCOPE / NEEDS HIRE / WRONG STACK
|
|
66
|
+
/money-review-skeptic ← Devil's advocate: EXISTENTIAL / SOLVABLE / LOW-RISK / WRONG QUESTION
|
|
67
|
+
/money-panel ← Runs all four, finds agreement, surfaces only taste decisions
|
|
68
|
+
```
|
|
8
69
|
|
|
9
|
-
|
|
70
|
+
One command runs the full gauntlet and only stops at the borderline calls.
|
|
71
|
+
|
|
72
|
+
### Cross-session learning, finally
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
/money-learn ← Atomic, validated patterns auto-loaded into every other skill
|
|
76
|
+
/money-retro ← Weekly retro: decided / shipped / stalled / unused-skills / focus
|
|
77
|
+
/money-skillify ← Codify a successful workflow into a project-local skill
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
Every other money-* skill now auto-loads relevant learnings on startup. The agent gets smarter session by session instead of cold-starting each conversation.
|
|
81
|
+
|
|
82
|
+
### Iron Law for /money-diagnose
|
|
83
|
+
|
|
84
|
+
`/money-diagnose` now runs in **four explicit phases** (investigate → analyze → hypothesize → recommend) with a hard gate at phase 3: **no recommendations until the user explicitly confirms the root-cause hypothesis.** This prevents the most common diagnostic failure mode — agent has 80% confidence, user gives polite "hmm yeah", and 30 minutes of recommendations get aimed at the wrong target.
|
|
85
|
+
|
|
86
|
+
Optional Claude Code hook for tool-level enforcement is documented in the skill.
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## ✨ What's New in v2.1.0
|
|
91
|
+
|
|
92
|
+
**Cross-session state management.** Three skills — `/money-save`, `/money-restore`, `/money-report` — turn every conversation into a checkpoint. Last week's pricing decision, the pivots you ruled out, the hypotheses you're testing — all persist across Claude Code sessions.
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
session 1 → /money-discover → /money-save ✅ wedge locked
|
|
96
|
+
…a week passes…
|
|
97
|
+
session 2 → /money-restore → picks up here 📦 no re-explanation
|
|
98
|
+
→ /money-strategy → /money-save ✅ pricing locked
|
|
99
|
+
…a month passes…
|
|
100
|
+
session N → /money-report 📄 full deliverable
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## 🚀 Quick Start
|
|
106
|
+
|
|
107
|
+
### Option 1 — Claude Code plugin marketplace
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
claude plugin marketplace add iamzifei/show-me-the-money
|
|
111
|
+
claude plugin install money@show-me-the-money
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
### Option 2 — npx (works for any agent)
|
|
10
115
|
|
|
11
116
|
```bash
|
|
12
117
|
npx @orrisai/show-me-the-money
|
|
13
118
|
```
|
|
14
119
|
|
|
15
|
-
Then open Claude Code and type:
|
|
120
|
+
Then open Claude Code (or Codex CLI / Gemini CLI) and type:
|
|
16
121
|
|
|
17
122
|
```
|
|
18
123
|
/money
|
|
19
124
|
```
|
|
20
125
|
|
|
21
|
-
|
|
126
|
+
That's it. The AI will check for prior session state, onboard you if you're new, and guide you through every step.
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## 🧭 What It Does
|
|
22
131
|
|
|
23
132
|
```
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
133
|
+
📧 Onboarding Build your profile from public data
|
|
134
|
+
│
|
|
135
|
+
▼
|
|
136
|
+
💡 Discover Scan markets, validate demand, find your wedge
|
|
137
|
+
│
|
|
138
|
+
▼
|
|
139
|
+
📊 Strategy Market research, SWOT, 4P, business model, GTM plan
|
|
140
|
+
│
|
|
141
|
+
▼
|
|
142
|
+
🔨 Build Ship MVP with landing page, payments, and SEO
|
|
143
|
+
│
|
|
144
|
+
▼
|
|
145
|
+
📈 Grow Content, social, outreach, SEO, ads — all automated
|
|
146
|
+
│
|
|
147
|
+
▼
|
|
148
|
+
🤖 Operate 24/7 autonomous ops, monitoring, financial reports
|
|
149
|
+
│
|
|
150
|
+
▼
|
|
151
|
+
💾 Persist /money-save → /money-restore → /money-report
|
|
152
|
+
│
|
|
153
|
+
▼
|
|
154
|
+
💵 Revenue
|
|
37
155
|
```
|
|
38
156
|
|
|
39
|
-
|
|
157
|
+
### The Full Pipeline
|
|
158
|
+
|
|
159
|
+
1. **Onboarding** — Share your email and socials. The AI auto-researches your background and builds a personalized profile
|
|
160
|
+
2. **Discover** (`/money-discover`) — Scans market gaps, validates demand with 6 forcing questions, runs a 5-filter evaluation with competitive intelligence protocol
|
|
161
|
+
3. **Strategy** (`/money-strategy`) — Generates a full market research report: premise deconstruction, SWOT, 4P analysis, competitive landscape, business model stress test, go-to-market plan
|
|
162
|
+
4. **Product** (`/money-product`) — Builds and deploys your MVP with landing page, auth, payments, SEO/GEO optimization, QA testing, and post-deploy canary monitoring
|
|
163
|
+
5. **Quality** (`/money-quality`) — Pre-launch quality gates: code review, QA testing, security audit, performance checks, accessibility
|
|
164
|
+
6. **Content** (`/money-content`) — Creates blog posts, email sequences, social content, video scripts — with authenticity audit, headline impact matrix, and content substance scoring
|
|
165
|
+
7. **Outreach** (`/money-outreach`) — Cold email sequences, partnership outreach, lead generation with personalization
|
|
166
|
+
8. **Social** (`/money-social`) — Social media management across X, LinkedIn, Reddit, Product Hunt with hook-writing frameworks
|
|
167
|
+
9. **SEO** (`/money-seo`) — Traditional SEO + GEO (AI search optimization for ChatGPT, Perplexity, Gemini)
|
|
168
|
+
10. **Ads** (`/money-ads`) — Google Ads, Meta Ads — campaign setup, optimization, ROAS tracking
|
|
169
|
+
11. **Ops** (`/money-ops`) — 24/7 autonomous operations with business health scoring, canary monitoring, and safety guardrails
|
|
170
|
+
12. **Finance** (`/money-finance`) — Revenue tracking, unit economics, financial reports
|
|
171
|
+
13. **Diagnose** (`/money-diagnose`) — Deep business diagnosis when things aren't working: problem deconstruction, assumption audit, execution coaching
|
|
172
|
+
14. **Save / Restore / Report** (`/money-save`, `/money-restore`, `/money-report`) — Cross-session state management. Checkpoint decisions, resume them in future conversations, and merge multi-month progress into a shareable deliverable
|
|
173
|
+
|
|
174
|
+
---
|
|
40
175
|
|
|
41
|
-
|
|
42
|
-
2. **Have an idea?** → `/money-strategy` creates your business model, pricing, and go-to-market plan
|
|
43
|
-
3. **Have a plan?** → `/money-product` builds and deploys your MVP with payment integration
|
|
44
|
-
4. **Have a product?** → Growth skills handle content, social, SEO, ads, and outreach
|
|
45
|
-
5. **Want automation?** → `/money-ops` runs everything 24/7 without you
|
|
176
|
+
## 🌟 Why This Exists
|
|
46
177
|
|
|
47
|
-
|
|
178
|
+
Most AI business tools give you generic advice. Show Me The Money gives you **executable workflows** — every skill produces concrete actions, not just analysis. Every phase ends with "Tomorrow's first action: [specific task]."
|
|
48
179
|
|
|
49
|
-
|
|
180
|
+
**Key differentiators:**
|
|
181
|
+
|
|
182
|
+
- **Personalized** — Auto-researches your background and tailors all recommendations to YOU
|
|
183
|
+
- **Validated frameworks** — Battle-tested methodologies: premise deconstruction, 6-question demand validation, 5-filter opportunity scoring, business model stress test, 5-dimensional content diagnosis, 12-signal authenticity audit, headline impact matrix
|
|
184
|
+
- **Full-stack** — Covers the entire business lifecycle, not just one piece
|
|
185
|
+
- **Revenue-first** — Every recommendation connects to making money. No fluff
|
|
186
|
+
- **Persistent memory** — Decisions, ruled-out directions, and hypotheses survive across sessions via `/money-save`
|
|
187
|
+
- **Autonomous** — Set up once, runs 24/7 with `/money-ops`
|
|
188
|
+
- **Open source** — CC BY-NC 4.0 license. Free for personal use. Customize, extend, contribute
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## 📦 Installation
|
|
193
|
+
|
|
194
|
+
### Via Claude Code plugin marketplace (recommended for Claude Code users)
|
|
195
|
+
|
|
196
|
+
```bash
|
|
197
|
+
claude plugin marketplace add iamzifei/show-me-the-money
|
|
198
|
+
claude plugin install money@show-me-the-money
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
To update later:
|
|
202
|
+
|
|
203
|
+
```bash
|
|
204
|
+
claude plugin marketplace update show-me-the-money
|
|
205
|
+
claude plugin update money@show-me-the-money
|
|
206
|
+
/reload-plugins
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
### Via npx (works for any agent — Claude Code, Codex, Gemini)
|
|
50
210
|
|
|
51
211
|
```bash
|
|
52
212
|
npx @orrisai/show-me-the-money
|
|
53
213
|
```
|
|
54
214
|
|
|
55
|
-
This installs all
|
|
215
|
+
This installs all 25 skills to `~/.claude/skills/` automatically.
|
|
216
|
+
|
|
217
|
+
To update later, run the same command:
|
|
218
|
+
|
|
219
|
+
```bash
|
|
220
|
+
npx @orrisai/show-me-the-money
|
|
221
|
+
```
|
|
56
222
|
|
|
57
223
|
### Via npm (Global)
|
|
58
224
|
|
|
@@ -67,52 +233,78 @@ git clone https://github.com/iamzifei/show-me-the-money.git ~/.claude/skills/sho
|
|
|
67
233
|
cd ~/.claude/skills/show-me-the-money && node install.js
|
|
68
234
|
```
|
|
69
235
|
|
|
70
|
-
|
|
236
|
+
---
|
|
71
237
|
|
|
72
|
-
|
|
73
|
-
npx @orrisai/show-me-the-money update
|
|
74
|
-
```
|
|
238
|
+
## 🛠 Skills Reference
|
|
75
239
|
|
|
76
|
-
|
|
240
|
+
### Core (router, state, learning)
|
|
77
241
|
|
|
78
|
-
|
|
242
|
+
| Skill | Command | What It Does |
|
|
243
|
+
|-------|---------|-------------|
|
|
244
|
+
| **Router** | `/money` | Onboards you, builds your profile, checks for prior state, routes to the right skill |
|
|
245
|
+
| **Save** | `/money-save` | Checkpoint the current business state to `~/.smtm/sessions/{project}/` |
|
|
246
|
+
| **Restore** | `/money-restore` | Resume from a prior saved state — pick up exactly where the last session left off |
|
|
247
|
+
| **Report** | `/money-report` | Merge all saved states into a deliverable markdown report |
|
|
248
|
+
| **Learn** | `/money-learn` | Manage atomic project learnings (auto-loaded into every other skill) |
|
|
249
|
+
| **Skillify** | `/money-skillify` | Codify a successful workflow into a project-local reusable skill |
|
|
250
|
+
| **Upgrade** | `/money-upgrade` | Update to the latest version |
|
|
79
251
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
252
|
+
### Discover · Strategy · Diagnose · Review
|
|
253
|
+
|
|
254
|
+
| Skill | Command | What It Does |
|
|
255
|
+
|-------|---------|-------------|
|
|
256
|
+
| **Discover** | `/money-discover` | Find and validate profitable business ideas with competitive intelligence |
|
|
257
|
+
| **Strategy** | `/money-strategy` | Premise deconstruction + market research + business model stress test |
|
|
258
|
+
| **Diagnose** | `/money-diagnose` | Deep diagnosis when business is stuck — root cause, not symptoms (with Iron Law phase gate) |
|
|
259
|
+
| **Panel** | `/money-panel` | Run all four reviewers, find agreement, surface only taste decisions |
|
|
260
|
+
| **Investor Review** | `/money-review-investor` | VC-mode review with funding viability verdict |
|
|
261
|
+
| **Customer Review** | `/money-review-customer` | Named-ICP customer review with willingness-to-pay verdict |
|
|
262
|
+
| **Operator Review** | `/money-review-operator` | Solo-founder execution feasibility review |
|
|
263
|
+
| **Skeptic Review** | `/money-review-skeptic` | Devil's advocate red-team review |
|
|
83
264
|
|
|
84
|
-
|
|
265
|
+
### Build · Quality
|
|
85
266
|
|
|
86
267
|
| Skill | Command | What It Does |
|
|
87
268
|
|-------|---------|-------------|
|
|
88
|
-
| **
|
|
89
|
-
| **
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
|
94
|
-
|
|
95
|
-
| **
|
|
96
|
-
| **
|
|
97
|
-
| **
|
|
98
|
-
| **
|
|
99
|
-
| **
|
|
100
|
-
|
|
101
|
-
|
|
269
|
+
| **Product** | `/money-product` | Build, deploy, QA test, and monitor MVP |
|
|
270
|
+
| **Quality** | `/money-quality` | Code review, security audit, performance check, pre-launch gates |
|
|
271
|
+
|
|
272
|
+
### Grow
|
|
273
|
+
|
|
274
|
+
| Skill | Command | What It Does |
|
|
275
|
+
|-------|---------|-------------|
|
|
276
|
+
| **Content** | `/money-content` | Content pipeline with authenticity audit and headline impact matrix |
|
|
277
|
+
| **Outreach** | `/money-outreach` | Cold email sequences and partnership outreach |
|
|
278
|
+
| **Social** | `/money-social` | Social media management with hook-writing frameworks |
|
|
279
|
+
| **SEO** | `/money-seo` | SEO + GEO optimization for search engines and AI |
|
|
280
|
+
| **Ads** | `/money-ads` | Google Ads, Meta Ads — setup, optimization, ROAS |
|
|
281
|
+
|
|
282
|
+
### Operate · Reflect
|
|
283
|
+
|
|
284
|
+
| Skill | Command | What It Does |
|
|
285
|
+
|-------|---------|-------------|
|
|
286
|
+
| **Ops** | `/money-ops` | 24/7 autonomous operations with health scoring and safety guardrails |
|
|
287
|
+
| **Finance** | `/money-finance` | Revenue tracking and financial reports |
|
|
288
|
+
| **Retro** | `/money-retro` | Weekly retrospective: decided / shipped / stalled / unused-skills / focus |
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
## 💡 Usage Examples
|
|
102
293
|
|
|
103
294
|
### Start from scratch
|
|
104
295
|
```
|
|
105
296
|
/money
|
|
106
|
-
→
|
|
297
|
+
→ Share your email and X handle
|
|
298
|
+
→ AI researches your background
|
|
107
299
|
→ Follow the guided pipeline
|
|
108
300
|
```
|
|
109
301
|
|
|
110
|
-
###
|
|
302
|
+
### Validate a business idea
|
|
111
303
|
```
|
|
112
304
|
/money-discover "I'm a developer who can build web apps"
|
|
113
305
|
```
|
|
114
306
|
|
|
115
|
-
###
|
|
307
|
+
### Get a full market research report
|
|
116
308
|
```
|
|
117
309
|
/money-strategy "API product that provides AI image generation"
|
|
118
310
|
```
|
|
@@ -122,56 +314,89 @@ Or from within Claude Code:
|
|
|
122
314
|
/money-product "SaaS tool for email analytics, $29/mo"
|
|
123
315
|
```
|
|
124
316
|
|
|
125
|
-
###
|
|
317
|
+
### Launch your content engine
|
|
318
|
+
```
|
|
319
|
+
/money-content "create a launch content plan for my product at example.com"
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
### Automate everything
|
|
126
323
|
```
|
|
127
324
|
/money-ops "automate content, social, and SEO for my product at example.com"
|
|
128
325
|
```
|
|
129
326
|
|
|
130
|
-
###
|
|
327
|
+
### Lock in a decision and continue later
|
|
328
|
+
|
|
131
329
|
```
|
|
132
|
-
/money-
|
|
330
|
+
/money-discover "..."
|
|
331
|
+
→ AI validates the wedge, you confirm pricing
|
|
332
|
+
/money-save ✅ wedge + pricing checkpointed
|
|
333
|
+
|
|
334
|
+
…a week later, new Claude Code session…
|
|
335
|
+
|
|
336
|
+
/money-restore 📦 picks up exactly where you left off
|
|
337
|
+
/money-strategy → builds GTM plan from there
|
|
133
338
|
```
|
|
134
339
|
|
|
135
|
-
###
|
|
340
|
+
### Generate a deliverable for a co-founder
|
|
341
|
+
|
|
136
342
|
```
|
|
137
|
-
/money-
|
|
343
|
+
/money-report
|
|
344
|
+
→ Merges all your saved checkpoints (over weeks or months) into one
|
|
345
|
+
shareable markdown report at ~/.smtm/reports/{project}/
|
|
138
346
|
```
|
|
139
347
|
|
|
140
|
-
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
## 🌐 Compatibility
|
|
351
|
+
|
|
352
|
+
Show Me The Money works with any AI coding agent that supports the `~/.claude/skills/` skill system or the Claude Code plugin marketplace:
|
|
141
353
|
|
|
142
|
-
|
|
354
|
+
- **Claude Code** (primary, full plugin marketplace support)
|
|
355
|
+
- **Codex CLI**
|
|
356
|
+
- **Gemini CLI**
|
|
357
|
+
- **Cursor** (via skills)
|
|
358
|
+
- **Other compatible agents**
|
|
143
359
|
|
|
144
|
-
|
|
145
|
-
- **Instructions** — Step-by-step workflows Claude follows
|
|
146
|
-
- **Frameworks** — Business templates, checklists, and decision trees
|
|
360
|
+
---
|
|
147
361
|
|
|
148
|
-
|
|
362
|
+
## 🏗 How It Works
|
|
149
363
|
|
|
150
|
-
|
|
364
|
+
Built on the [Claude Code skill system](https://docs.anthropic.com/en/docs/claude-code/skills). Each skill is a `SKILL.md` file containing step-by-step workflows, business frameworks, and decision trees that the AI follows autonomously.
|
|
151
365
|
|
|
152
366
|
```
|
|
153
367
|
~/.claude/skills/
|
|
154
|
-
├── money/SKILL.md ←
|
|
155
|
-
├── money-discover/SKILL.md ←
|
|
156
|
-
├── money-strategy/SKILL.md ←
|
|
157
|
-
├── money-
|
|
158
|
-
├── money-
|
|
368
|
+
├── money/SKILL.md ← Router + onboarding + prior-state check
|
|
369
|
+
├── money-discover/SKILL.md ← Idea discovery + competitive intelligence
|
|
370
|
+
├── money-strategy/SKILL.md ← Premise deconstruction + market research
|
|
371
|
+
├── money-diagnose/SKILL.md ← Business diagnosis + execution coaching
|
|
372
|
+
├── money-product/SKILL.md ← Product building + QA + canary monitoring
|
|
373
|
+
├── money-quality/SKILL.md ← Code review + security + performance gates
|
|
374
|
+
├── money-content/SKILL.md ← Content pipeline + authenticity audit
|
|
159
375
|
├── money-outreach/SKILL.md ← Sales & outreach
|
|
160
376
|
├── money-social/SKILL.md ← Social media
|
|
161
377
|
├── money-seo/SKILL.md ← SEO & GEO
|
|
162
378
|
├── money-ads/SKILL.md ← Paid advertising
|
|
163
|
-
├── money-ops/SKILL.md ← 24/7 operations
|
|
379
|
+
├── money-ops/SKILL.md ← 24/7 operations + health scoring
|
|
164
380
|
├── money-finance/SKILL.md ← Financial tracking
|
|
381
|
+
├── money-save/SKILL.md ← Cross-session checkpoint writer
|
|
382
|
+
├── money-restore/SKILL.md ← Cross-session state loader
|
|
383
|
+
├── money-report/SKILL.md ← Deliverable report generator
|
|
165
384
|
└── money-upgrade/SKILL.md ← Version management
|
|
166
385
|
```
|
|
167
386
|
|
|
168
|
-
|
|
387
|
+
State files live in `~/.smtm/sessions/{project}/` (per-project, append-only) and `~/.smtm/reports/{project}/` (timestamped, never overwritten).
|
|
388
|
+
|
|
389
|
+
---
|
|
390
|
+
|
|
391
|
+
## 🗑 Uninstall
|
|
169
392
|
|
|
170
393
|
```bash
|
|
171
394
|
npx @orrisai/show-me-the-money uninstall
|
|
172
395
|
```
|
|
173
396
|
|
|
174
|
-
|
|
397
|
+
---
|
|
398
|
+
|
|
399
|
+
## 🤝 Contributing
|
|
175
400
|
|
|
176
401
|
1. Fork the repo
|
|
177
402
|
2. Create a feature branch
|
|
@@ -179,6 +404,14 @@ npx @orrisai/show-me-the-money uninstall
|
|
|
179
404
|
4. Test by copying to `~/.claude/skills/` and running in Claude Code
|
|
180
405
|
5. Submit a PR
|
|
181
406
|
|
|
182
|
-
|
|
407
|
+
All contributions welcome — new skills, framework improvements, language support, and bug fixes.
|
|
408
|
+
|
|
409
|
+
---
|
|
410
|
+
|
|
411
|
+
## 📄 License
|
|
412
|
+
|
|
413
|
+
CC BY-NC 4.0 (Creative Commons Attribution-NonCommercial 4.0)
|
|
183
414
|
|
|
184
|
-
|
|
415
|
+
- Personal / learning / research: use freely
|
|
416
|
+
- Public derivative works: attribute source
|
|
417
|
+
- Commercial use: requires separate authorization
|