1实现原理 · 为什么它能做到
整个插件是把一本书「可执行化」:10 个 SKILL.md 全部以同一句 persona 模板开场,把 Sahil Lavingia 的书内框架指定为模型的行为准则——所谓能力完全由 prompt 里的框架编排兑现,没有任何代码参与。
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user build their MVP with maximum constraints and minimum effort.
每份 SKILL.md 都是三段式:① 单句加粗 Core Principle(书的立场)② 编号步骤/清单/反模式(可执行流程)③ '## Output' 交付块;书的章节被压成流程而非知识陈述。
**Build as little as possible.** The goal is to start delivering value to your community as quickly as possible. Not to build something beautiful, polished, or complete.
触发路由只靠 frontmatter 的 name + description,且 10/10 的 description 都以 'Use when …' 的 when-to-use 短语收尾;全部可被模型自动调用(无 disable-model-invocation、无 allowed-tools、无 model 声明)。
description: Help figure out pricing for a product or service using minimalist entrepreneur principles. Use when someone is setting prices, considering price changes, or struggling with what to charge.
作为 Claude Code 插件发布:marketplace.json 以仓库自身为 source,README 给出两条命令装齐全部 10 条 skill。
"source": "./",
跨 skill 编排是『文字指路』而非程序化调用:processize 在用户报不出 10 个人时,直接让用户回到 /find-community 这个入口。
If you can't name 10 people, you don't know your community well enough yet. Go back to `/find-community`.
minimalist-review 是横切的 gut-check:它把其余 9 个 skill 的原则抽成 8 条(Community First / Start Manual, Then Automate / … / Build the House You Want to Live In)+ 一张 8 问决策表,可在任意时点单独调用审任何决策。
| Is this reversible if it doesn't work? | | | Am I spending time or money? | | | Have customers asked for this? | |
输出纪律被写死:每个 skill 以 '## Output' 规定交付物的件数与形态(多数为 5 项编号清单),把模型的自由发挥压成固定交付协议,便于人工复核与跨会话复用。
Help the user create: 1. A list of 10 friends/family to pitch this week 2. A list of 10 community members to reach out to 3. A cold outreach template (personalized, not copy-paste) 4. Their initial pricing strategy 5. A weekly sales goal and tracking method
书内具体案例与数字被内联成『事实锚』,给模型提供可直接引用的素材,这也是它看起来『懂创业』的原因。
You need far fewer customers than you think. Slack's IPO: 575 customers = 40% of revenue.
2核心能力
4风险提醒 风险提醒:绿色 · 放心使用
- 商业结论可能被当作事实照做(无出处、无时效) — 内联数字均为书的叙事(Slack IPO 575 客户=40% 收入、Gumroad 40¢/$1 可变成本、15%/25%/40%/87% 增速、Stripe 2.9%+30¢),无链接无脚注;模型会以肯定语气复述。建议使用时把这些当『书中案例』而非当前市场数据。
- 无专业免责声明 — pricing(定价/免费试用)、first-customers(冷邮件群发)、grow-sustainably(融资条款、股权、联合创始人 vesting、心理健康)、company-values(公开薪资)都触达专业建议边界,但 10 份 SKILL.md 无任何『非法律/财务/心理建议』提示。
- model-invocable 导致的自动触发与篇幅占用 — 10/10 无 disable-model-invocation、description 又都带 'Use when …',agent 可能在用户只是随口提到『涨价』『要不要融资』时自行加载整套框架并输出 5 项清单;用户若只想要短答会显得啰嗦。
- 知识快照绑定书籍版本,易过时 — 内容固定为 version 1.0.0 的书内框架;正文点名的服务/机构(Indie.vc、Earnest Capital、Tinyseed、Carrd、Pilot/Bench 等)可能已停业或改名,skill 不校验、不联网更新,也没有任何 sources 目录可更新。
- 开源复用边界弱(无 LICENSE 文件) — 仓库无根 LICENSE/COPYING,许可证只写在 .claude-plugin/plugin.json("license": "MIT");想整体搬运或改写这 10 份 prompt 的人,严格意义上拿不到独立许可证文本,需自行与作者确认。
5第二遍独立确认
- [ok] skill.path 定位 — 本行的实体是『合集』而非单个 skill:slavingia/skills 是 Claude Code 插件 minimalist-entrepreneur,含 10 个平级 peer skill(company-values / find-community / first-customers / grow-sustainably / marketing-plan / minimalist-review / mvp / pricing / processize / validate-idea),各含 1 个 SKILL.md,仓库根没有 SKILL.md,逻辑上不存在唯一旗舰。候选位置逐一检查:仓库根(仅 README.md + .claude-plugin/,无 SKILL.md)、skills/(10 个 peer 目录)、.claude/skills/(不存在)、plugins/(不存在)、<name>/SKILL.md(不存在)。因档案必须落到一个真实含 SKILL.md 的目录,取 skills/find-community 作为代表入口:README 的旅程叙事第 1 项即 'Community — Start by finding your people',README 技能表第一行是 find-community,plugin.json/marketplace.json 的 description 也自述 'starting from community'。备选(若站点希望以横切审阅为门面):skills/minimalist-review(8 条原则 + 8 问决策表的 gut-check,立场覆盖其余 9 个 skill)。分析正文覆盖整个合集,不限于 find-community。
- [ok] meta.official_desc 口径(合集 vs 单 skill) — 按批2规则 official_desc = SKILL.md frontmatter description 原文,而 path 落点为 skills/find-community,故取该文件 frontmatter 原文:"Help identify and evaluate communities to build a minimalist business around. Use when someone is looking for a business idea, trying to find their community, or wondering where to start as an entrepreneur."。合集层面的官方描述(plugin.json description:"Claude Code skills based on The Minimalist Entrepreneur by Sahil Lavingia. Frameworks for building a profitable, sustainable business starting from community.")完整保留在 analysis.how_it_works 的插件条目 note 中,避免信息丢失;两者来源不同不是改写。
- [ok] 根 LICENSE 缺失 — git ls-tree -r HEAD --name-only 全量 13 个文件中无 LICENSE/COPYING/NOTICE;仓库唯一的许可证声明是 .claude-plugin/plugin.json 的 "license": "MIT"(同文件 author.name = Sahil Lavingia)。注意:manifest 字段不构成独立许可证文本,严格 SPDX 视角下该 repo 缺许可证文件,复用需自行确认。
- [ok] meta.official_desc 的来源 — 本集合无根 SKILL.md、也无旗舰 skill,故不存在单一 frontmatter description;meta.official_desc 取 .claude-plugin/plugin.json 的 description 逐字原文(该字段同时被 marketplace.json 复制),10 个 skill 各自的 frontmatter description 已在 how_it_works/capabilities 中以原文引用。
- [ok] 无脚本 / 无外部依赖 / 无凭证 — token 扫描唯一命中集中在 README.md(https://www.minimalistentrepreneur.com/ 文档链接、```bash git clone https://github.com/slavingia/skills.git``` 安装段、两条 /plugin 命令)与 plugin.json 的 repository 字段——均为人类安装文档层,无 shell/import/fetch 调用点;正文提到的 Stripe/Gumroad/Airtable/Zapier/Notion/Gusto/Bench/Pilot 等全是建议性工具名,无端点、无密钥、无 env 读取。
- [ok] 功能声明是否夸大 — 如 'Create a strategy for selling to your first 100 customers using the minimalist entrepreneur playbook'(first-customers)→ 正文确有同心圆策略、冷邮件范例、指标与 Output 清单;'Guide building a minimum viable product … manual first, then processized, then productized'(mvp)→ 正文三阶段逐字对应。10 条无一超出 prompt 能做到的范围。
- [ok] frontmatter 触发纪律(是否收窄调用面) — 10 份 frontmatter 全部只有 name + description;仅 minimalist-review 增 'argument-hint: describe your decision or situation'。无 disable-model-invocation、无 allowed-tools、无 model、无 license ——即 10/10 均为 model-invocable,与 grill-me 那类显式仅用户触发的写法形成对照。
- [ok] 跨 skill 调用是否只是文字指路 — grep 全仓斜杠命令/委托式引用,仅命中 skills/processize/SKILL.md:34 的 'Go back to `/find-community`.';无 'Call the Skill tool'、无共享脚本、无 agents/ 目录。
6结论
a854725be9dda392…eb9f57fba0