@orrisai/show-me-the-money 2.0.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 +260 -51
- package/README.zh-CN.md +37 -27
- package/VERSION +1 -1
- package/package.json +2 -2
- package/skills/money/SKILL.md +213 -9
- package/skills/money-content/SKILL.md +129 -9
- package/skills/money-diagnose/SKILL.md +404 -0
- package/skills/money-discover/SKILL.md +83 -13
- package/skills/money-learn/SKILL.md +229 -0
- package/skills/money-ops/SKILL.md +63 -4
- package/skills/money-panel/SKILL.md +212 -0
- package/skills/money-product/SKILL.md +110 -1
- 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-skillify/SKILL.md +225 -0
- package/skills/money-strategy/SKILL.md +121 -5
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,30 +1,133 @@
|
|
|
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.**
|
|
6
16
|
|
|
7
|
-
> One command.
|
|
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.
|
|
39
|
+
|
|
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.
|
|
8
41
|
|
|
9
|
-
|
|
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**.
|
|
10
49
|
|
|
11
50
|
Works with **Claude Code**, **Codex CLI**, **Gemini CLI**, and other agents that support the skill system.
|
|
12
51
|
|
|
13
|
-
|
|
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
|
+
```
|
|
69
|
+
|
|
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)
|
|
14
115
|
|
|
15
116
|
```bash
|
|
16
117
|
npx @orrisai/show-me-the-money
|
|
17
118
|
```
|
|
18
119
|
|
|
19
|
-
Then open Claude Code and type:
|
|
120
|
+
Then open Claude Code (or Codex CLI / Gemini CLI) and type:
|
|
20
121
|
|
|
21
122
|
```
|
|
22
123
|
/money
|
|
23
124
|
```
|
|
24
125
|
|
|
25
|
-
That's it. The AI will onboard you
|
|
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
|
+
---
|
|
26
129
|
|
|
27
|
-
## What It Does
|
|
130
|
+
## 🧭 What It Does
|
|
28
131
|
|
|
29
132
|
```
|
|
30
133
|
📧 Onboarding Build your profile from public data
|
|
@@ -45,44 +148,77 @@ That's it. The AI will onboard you, build your profile, and guide you through ev
|
|
|
45
148
|
🤖 Operate 24/7 autonomous ops, monitoring, financial reports
|
|
46
149
|
│
|
|
47
150
|
▼
|
|
151
|
+
💾 Persist /money-save → /money-restore → /money-report
|
|
152
|
+
│
|
|
153
|
+
▼
|
|
48
154
|
💵 Revenue
|
|
49
155
|
```
|
|
50
156
|
|
|
51
157
|
### The Full Pipeline
|
|
52
158
|
|
|
53
159
|
1. **Onboarding** — Share your email and socials. The AI auto-researches your background and builds a personalized profile
|
|
54
|
-
2. **Discover** (`/money-discover`) — Scans market gaps, validates demand with 6 forcing questions, runs a 5-filter evaluation
|
|
55
|
-
3. **Strategy** (`/money-strategy`) — Generates a full market research report: SWOT, 4P analysis, competitive landscape, business model
|
|
56
|
-
4. **Product** (`/money-product`) — Builds and deploys your MVP with landing page, auth, payments, SEO/GEO optimization,
|
|
57
|
-
5. **
|
|
58
|
-
6. **
|
|
59
|
-
7. **
|
|
60
|
-
8. **
|
|
61
|
-
9. **
|
|
62
|
-
10. **
|
|
63
|
-
11. **
|
|
64
|
-
|
|
65
|
-
|
|
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
|
+
---
|
|
175
|
+
|
|
176
|
+
## 🌟 Why This Exists
|
|
66
177
|
|
|
67
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]."
|
|
68
179
|
|
|
69
180
|
**Key differentiators:**
|
|
181
|
+
|
|
70
182
|
- **Personalized** — Auto-researches your background and tailors all recommendations to YOU
|
|
71
|
-
- **Validated frameworks** —
|
|
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
|
|
72
184
|
- **Full-stack** — Covers the entire business lifecycle, not just one piece
|
|
73
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`
|
|
74
187
|
- **Autonomous** — Set up once, runs 24/7 with `/money-ops`
|
|
75
|
-
- **Open source** —
|
|
188
|
+
- **Open source** — CC BY-NC 4.0 license. Free for personal use. Customize, extend, contribute
|
|
189
|
+
|
|
190
|
+
---
|
|
76
191
|
|
|
77
|
-
## Installation
|
|
192
|
+
## 📦 Installation
|
|
78
193
|
|
|
79
|
-
### Via
|
|
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)
|
|
80
210
|
|
|
81
211
|
```bash
|
|
82
212
|
npx @orrisai/show-me-the-money
|
|
83
213
|
```
|
|
84
214
|
|
|
85
|
-
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
|
+
```
|
|
86
222
|
|
|
87
223
|
### Via npm (Global)
|
|
88
224
|
|
|
@@ -97,32 +233,63 @@ git clone https://github.com/iamzifei/show-me-the-money.git ~/.claude/skills/sho
|
|
|
97
233
|
cd ~/.claude/skills/show-me-the-money && node install.js
|
|
98
234
|
```
|
|
99
235
|
|
|
100
|
-
|
|
236
|
+
---
|
|
101
237
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
238
|
+
## 🛠 Skills Reference
|
|
239
|
+
|
|
240
|
+
### Core (router, state, learning)
|
|
241
|
+
|
|
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 |
|
|
251
|
+
|
|
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 |
|
|
264
|
+
|
|
265
|
+
### Build · Quality
|
|
105
266
|
|
|
106
|
-
|
|
267
|
+
| Skill | Command | What It Does |
|
|
268
|
+
|-------|---------|-------------|
|
|
269
|
+
| **Product** | `/money-product` | Build, deploy, QA test, and monitor MVP |
|
|
270
|
+
| **Quality** | `/money-quality` | Code review, security audit, performance check, pre-launch gates |
|
|
107
271
|
|
|
108
|
-
|
|
272
|
+
### Grow
|
|
109
273
|
|
|
110
274
|
| Skill | Command | What It Does |
|
|
111
275
|
|-------|---------|-------------|
|
|
112
|
-
| **
|
|
113
|
-
| **Discover** | `/money-discover` | Find and validate profitable business ideas |
|
|
114
|
-
| **Strategy** | `/money-strategy` | Market research report with SWOT, 4P, BMC, and GTM plan |
|
|
115
|
-
| **Product** | `/money-product` | Build and deploy MVP (Next.js, Supabase, Stripe, Vercel) |
|
|
116
|
-
| **Content** | `/money-content` | Content pipeline with 5-dimensional quality diagnosis |
|
|
276
|
+
| **Content** | `/money-content` | Content pipeline with authenticity audit and headline impact matrix |
|
|
117
277
|
| **Outreach** | `/money-outreach` | Cold email sequences and partnership outreach |
|
|
118
278
|
| **Social** | `/money-social` | Social media management with hook-writing frameworks |
|
|
119
279
|
| **SEO** | `/money-seo` | SEO + GEO optimization for search engines and AI |
|
|
120
280
|
| **Ads** | `/money-ads` | Google Ads, Meta Ads — setup, optimization, ROAS |
|
|
121
|
-
|
|
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 |
|
|
122
287
|
| **Finance** | `/money-finance` | Revenue tracking and financial reports |
|
|
123
|
-
| **
|
|
288
|
+
| **Retro** | `/money-retro` | Weekly retrospective: decided / shipped / stalled / unused-skills / focus |
|
|
124
289
|
|
|
125
|
-
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
## 💡 Usage Examples
|
|
126
293
|
|
|
127
294
|
### Start from scratch
|
|
128
295
|
```
|
|
@@ -157,43 +324,79 @@ This checks for the latest version, downloads it, and re-installs all skills aut
|
|
|
157
324
|
/money-ops "automate content, social, and SEO for my product at example.com"
|
|
158
325
|
```
|
|
159
326
|
|
|
160
|
-
|
|
327
|
+
### Lock in a decision and continue later
|
|
328
|
+
|
|
329
|
+
```
|
|
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
|
|
338
|
+
```
|
|
161
339
|
|
|
162
|
-
|
|
340
|
+
### Generate a deliverable for a co-founder
|
|
163
341
|
|
|
164
|
-
|
|
342
|
+
```
|
|
343
|
+
/money-report
|
|
344
|
+
→ Merges all your saved checkpoints (over weeks or months) into one
|
|
345
|
+
shareable markdown report at ~/.smtm/reports/{project}/
|
|
346
|
+
```
|
|
347
|
+
|
|
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:
|
|
353
|
+
|
|
354
|
+
- **Claude Code** (primary, full plugin marketplace support)
|
|
165
355
|
- **Codex CLI**
|
|
166
356
|
- **Gemini CLI**
|
|
167
357
|
- **Cursor** (via skills)
|
|
168
358
|
- **Other compatible agents**
|
|
169
359
|
|
|
170
|
-
|
|
360
|
+
---
|
|
361
|
+
|
|
362
|
+
## 🏗 How It Works
|
|
171
363
|
|
|
172
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.
|
|
173
365
|
|
|
174
366
|
```
|
|
175
367
|
~/.claude/skills/
|
|
176
|
-
├── money/SKILL.md ← Router + onboarding
|
|
177
|
-
├── money-discover/SKILL.md ← Idea discovery +
|
|
178
|
-
├── money-strategy/SKILL.md ←
|
|
179
|
-
├── money-
|
|
180
|
-
├── 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
|
|
181
375
|
├── money-outreach/SKILL.md ← Sales & outreach
|
|
182
376
|
├── money-social/SKILL.md ← Social media
|
|
183
377
|
├── money-seo/SKILL.md ← SEO & GEO
|
|
184
378
|
├── money-ads/SKILL.md ← Paid advertising
|
|
185
|
-
├── money-ops/SKILL.md ← 24/7 operations
|
|
379
|
+
├── money-ops/SKILL.md ← 24/7 operations + health scoring
|
|
186
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
|
|
187
384
|
└── money-upgrade/SKILL.md ← Version management
|
|
188
385
|
```
|
|
189
386
|
|
|
190
|
-
|
|
387
|
+
State files live in `~/.smtm/sessions/{project}/` (per-project, append-only) and `~/.smtm/reports/{project}/` (timestamped, never overwritten).
|
|
388
|
+
|
|
389
|
+
---
|
|
390
|
+
|
|
391
|
+
## 🗑 Uninstall
|
|
191
392
|
|
|
192
393
|
```bash
|
|
193
394
|
npx @orrisai/show-me-the-money uninstall
|
|
194
395
|
```
|
|
195
396
|
|
|
196
|
-
|
|
397
|
+
---
|
|
398
|
+
|
|
399
|
+
## 🤝 Contributing
|
|
197
400
|
|
|
198
401
|
1. Fork the repo
|
|
199
402
|
2. Create a feature branch
|
|
@@ -203,6 +406,12 @@ npx @orrisai/show-me-the-money uninstall
|
|
|
203
406
|
|
|
204
407
|
All contributions welcome — new skills, framework improvements, language support, and bug fixes.
|
|
205
408
|
|
|
206
|
-
|
|
409
|
+
---
|
|
410
|
+
|
|
411
|
+
## 📄 License
|
|
412
|
+
|
|
413
|
+
CC BY-NC 4.0 (Creative Commons Attribution-NonCommercial 4.0)
|
|
207
414
|
|
|
208
|
-
|
|
415
|
+
- Personal / learning / research: use freely
|
|
416
|
+
- Public derivative works: attribute source
|
|
417
|
+
- Commercial use: requires separate authorization
|
package/README.zh-CN.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**AI 智能体技能,自主构建和运营你的商业 —— 从创意到收入,全天候运行。**
|
|
6
6
|
|
|
7
|
-
> 一条命令。
|
|
7
|
+
> 一条命令。14 个智能体技能。从零到盈利。
|
|
8
8
|
|
|
9
9
|
Show Me The Money 是一套开源的 [Claude Code](https://claude.ai/code) 技能套件,兼容主流 AI 编程智能体。它将你的 AI 助手变成一个全栈商业操作系统 —— 发现机会、验证需求、构建产品、运营营销、管理广告,并全自主运行。
|
|
10
10
|
|
|
@@ -51,16 +51,18 @@ npx @orrisai/show-me-the-money
|
|
|
51
51
|
### 完整流水线
|
|
52
52
|
|
|
53
53
|
1. **入职引导** — 分享邮箱和社媒账号,AI 自动调研你的背景,构建个性化画像
|
|
54
|
-
2. **发现** (`/money-discover`) — 扫描市场空白,用 6 个验证问题验证需求,5
|
|
55
|
-
3. **策略** (`/money-strategy`) —
|
|
56
|
-
4.
|
|
57
|
-
5.
|
|
58
|
-
6.
|
|
59
|
-
7.
|
|
60
|
-
8.
|
|
61
|
-
9.
|
|
62
|
-
10.
|
|
63
|
-
11.
|
|
54
|
+
2. **发现** (`/money-discover`) — 扫描市场空白,用 6 个验证问题验证需求,5 层过滤评估 + 竞品情报协议
|
|
55
|
+
3. **策略** (`/money-strategy`) — 前提解构协议 + 完整市场研究报告:SWOT、4P、商业模式压力测试、GTM 方案
|
|
56
|
+
4. **诊断** (`/money-diagnose`) — 深度商业诊断:问题解构漏斗、假设审计、执行力辅导
|
|
57
|
+
5. **产品** (`/money-product`) — 构建并部署 MVP:落地页、认证、支付、SEO/GEO、QA 测试、金丝雀监控
|
|
58
|
+
6. **质量** (`/money-quality`) — 上线前质量门:代码审查、安全审计、性能检查、可访问性
|
|
59
|
+
7. **内容** (`/money-content`) — 博客、邮件、社交、视频脚本 — 经过 5 维诊断 + 真实性审计 + 标题影响力矩阵
|
|
60
|
+
8. **外展** (`/money-outreach`) — 冷邮件序列、合作伙伴拓展、个性化潜客开发
|
|
61
|
+
9. **社交** (`/money-social`) — 跨 X、LinkedIn、Reddit、Product Hunt 社交媒体管理,配合 Hook 写作框架
|
|
62
|
+
10. **SEO** (`/money-seo`) — 传统 SEO + GEO(ChatGPT、Perplexity、Gemini 的 AI 搜索优化)
|
|
63
|
+
11. **广告** (`/money-ads`) — Google Ads、Meta Ads — 投放设置、优化、ROAS 追踪
|
|
64
|
+
12. **运营** (`/money-ops`) — 全天候自主运营 + 商业健康评分 + 安全护栏
|
|
65
|
+
13. **财务** (`/money-finance`) — 收入追踪、单位经济、财务报告
|
|
64
66
|
|
|
65
67
|
## 为什么做这个
|
|
66
68
|
|
|
@@ -68,11 +70,11 @@ npx @orrisai/show-me-the-money
|
|
|
68
70
|
|
|
69
71
|
**核心差异:**
|
|
70
72
|
- **个性化** — 自动调研你的背景,所有建议都针对你量身定制
|
|
71
|
-
- **验证框架** —
|
|
73
|
+
- **验证框架** — 集成实战方法论:前提解构协议、6 问需求验证、5 层机会评分、商业模式压力测试、5 维内容诊断、12 信号真实性审计、标题影响力矩阵
|
|
72
74
|
- **全栈覆盖** — 覆盖整个商业生命周期,而不仅仅是某一环
|
|
73
75
|
- **收入导向** — 每条建议都与赚钱挂钩,没有废话
|
|
74
76
|
- **自主运行** — 设置一次,通过 `/money-ops` 全天候运行
|
|
75
|
-
- **开源** —
|
|
77
|
+
- **开源** — CC BY-NC 4.0 许可证。个人使用免费。自定义、扩展、贡献
|
|
76
78
|
|
|
77
79
|
## 安装
|
|
78
80
|
|
|
@@ -82,7 +84,7 @@ npx @orrisai/show-me-the-money
|
|
|
82
84
|
npx @orrisai/show-me-the-money
|
|
83
85
|
```
|
|
84
86
|
|
|
85
|
-
自动将全部
|
|
87
|
+
自动将全部 14 个技能安装到 `~/.claude/skills/`。
|
|
86
88
|
|
|
87
89
|
### 通过 npm(全局安装)
|
|
88
90
|
|
|
@@ -109,16 +111,18 @@ npx @orrisai/show-me-the-money update
|
|
|
109
111
|
|
|
110
112
|
| 技能 | 命令 | 功能说明 |
|
|
111
113
|
|------|------|----------|
|
|
112
|
-
| **路由器** | `/money` |
|
|
113
|
-
| **发现** | `/money-discover` | 发现并验证盈利商机 |
|
|
114
|
-
| **策略** | `/money-strategy` |
|
|
115
|
-
|
|
|
116
|
-
|
|
|
114
|
+
| **路由器** | `/money` | 用户引导、画像构建、智能信号路由 |
|
|
115
|
+
| **发现** | `/money-discover` | 发现并验证盈利商机 + 竞品情报 |
|
|
116
|
+
| **策略** | `/money-strategy` | 前提解构 + 市场研究 + 商业模式压力测试 |
|
|
117
|
+
| **诊断** | `/money-diagnose` | 深度商业诊断:根因分析 + 执行力辅导 |
|
|
118
|
+
| **产品** | `/money-product` | 构建、部署、QA 测试、金丝雀监控 |
|
|
119
|
+
| **质量** | `/money-quality` | 代码审查、安全审计、性能检查、上线前门禁 |
|
|
120
|
+
| **内容** | `/money-content` | 内容管线 + 真实性审计 + 标题影响力矩阵 |
|
|
117
121
|
| **外展** | `/money-outreach` | 冷邮件序列、合作伙伴拓展 |
|
|
118
122
|
| **社交** | `/money-social` | 社交媒体管理 + Hook 写作框架 |
|
|
119
123
|
| **SEO** | `/money-seo` | SEO + GEO 优化 |
|
|
120
124
|
| **广告** | `/money-ads` | Google Ads、Meta Ads — 设置、优化、ROAS |
|
|
121
|
-
| **运营** | `/money-ops` |
|
|
125
|
+
| **运营** | `/money-ops` | 全天候运营 + 健康评分 + 安全护栏 |
|
|
122
126
|
| **财务** | `/money-finance` | 收入追踪和财务报告 |
|
|
123
127
|
| **升级** | `/money-upgrade` | 更新到最新版本 |
|
|
124
128
|
|
|
@@ -173,16 +177,18 @@ Show Me The Money 兼容任何支持 `~/.claude/skills/` 技能系统的 AI 编
|
|
|
173
177
|
|
|
174
178
|
```
|
|
175
179
|
~/.claude/skills/
|
|
176
|
-
├── money/SKILL.md ← 路由器 + 用户引导
|
|
177
|
-
├── money-discover/SKILL.md ← 创意发现 +
|
|
178
|
-
├── money-strategy/SKILL.md ←
|
|
179
|
-
├── money-
|
|
180
|
-
├── money-
|
|
180
|
+
├── money/SKILL.md ← 路由器 + 用户引导 + 智能信号路由
|
|
181
|
+
├── money-discover/SKILL.md ← 创意发现 + 竞品情报
|
|
182
|
+
├── money-strategy/SKILL.md ← 前提解构 + 市场研究
|
|
183
|
+
├── money-diagnose/SKILL.md ← 商业诊断 + 执行力辅导
|
|
184
|
+
├── money-product/SKILL.md ← 产品构建 + QA + 金丝雀监控
|
|
185
|
+
├── money-quality/SKILL.md ← 代码审查 + 安全 + 性能门禁
|
|
186
|
+
├── money-content/SKILL.md ← 内容管线 + 真实性审计
|
|
181
187
|
├── money-outreach/SKILL.md ← 销售与外展
|
|
182
188
|
├── money-social/SKILL.md ← 社交媒体
|
|
183
189
|
├── money-seo/SKILL.md ← SEO 与 GEO
|
|
184
190
|
├── money-ads/SKILL.md ← 付费广告
|
|
185
|
-
├── money-ops/SKILL.md ← 全天候运营
|
|
191
|
+
├── money-ops/SKILL.md ← 全天候运营 + 健康评分
|
|
186
192
|
├── money-finance/SKILL.md ← 财务追踪
|
|
187
193
|
└── money-upgrade/SKILL.md ← 版本管理
|
|
188
194
|
```
|
|
@@ -205,4 +211,8 @@ npx @orrisai/show-me-the-money uninstall
|
|
|
205
211
|
|
|
206
212
|
## 许可证
|
|
207
213
|
|
|
208
|
-
|
|
214
|
+
CC BY-NC 4.0(知识共享 署名-非商业性使用 4.0)
|
|
215
|
+
|
|
216
|
+
- 个人/学习/研究:自由使用
|
|
217
|
+
- 公开衍生作品:需注明来源
|
|
218
|
+
- 商业用途:需单独授权
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orrisai/show-me-the-money",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "AI agent skills that build and run your business autonomously — from idea to revenue, 24/7. Works with Claude Code, Codex CLI, and Gemini CLI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-agent",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"skills"
|
|
23
23
|
],
|
|
24
24
|
"author": "iamzifei",
|
|
25
|
-
"license": "
|
|
25
|
+
"license": "CC-BY-NC-4.0",
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
28
|
"url": "https://github.com/iamzifei/show-me-the-money.git"
|