一句话:Skill = 预装在 Claude 里的"专家说明书"。你提一个具体任务(做 PPT、写 Word、设计 UI),系统自动把对应的专家指南塞进 Claude 的上下文,让它按验证过的最佳流程干活,而不是靠它自己瞎猜。 Skill = a "specialist's manual" pre-loaded into Claude. When you ask for a specific task, the system injects the matching expert guide into Claude's context so it follows a proven workflow instead of guessing.
本篇是终端用户视角(在 Claude.ai 网页里怎么用现成 Skill)。想知道"怎么从零造一个好 Skill / Skill 的工程结构"看 newtype Skill 体系实战(Super Analyst v1/v2 + Super Writer)。
Why:Skill 对 PM 意味着什么
普通对话里,Claude 对"做一份 PPT 该长什么样"靠临场发挥,质量飘。装上对应 Skill 后,它会照着一份经过验证的最佳实践文档走流程,输出更稳、更可预期。
- 本质:Skill 不是黑魔法,就是「系统提示词 + 最佳实践文档」的组合 —— 任何人都能自己搭一个类似的东西,所以它不完全是 Claude 专属的概念。
- 对 PM 的价值:你不必每次都把"我要什么风格、什么结构、什么交付标准"写进 prompt,把这套要求一次性沉淀成 Skill,以后一句话唤起即可复用。
- Why it matters for a PM: you bake your "what good looks like" into a Skill once, then summon it with one line every time — instead of re-typing the spec into every prompt.
怎么操作:两步
Step 1 — 安装(上传 .md 就完成)
在 Claude.ai 里安装一个 Skill:进入设置里的 Skill 上传入口,只需把那个 .md 文件上传上去,就装好了。
- Skill 的载体就是一个 Markdown 文件(里面是系统提示词 + 最佳实践说明)。
- Install: go to the Skill upload entry in Claude.ai settings and just upload the
.mdfile — that's the whole install.
Step 2 — 启用(让 Claude 真的去跑这个 Skill)
装好不等于自动生效,要主动唤起。源资料给的两种触发方式:
- 接着 Vibe coding 的产物用 —— 把你 Vibe coding 出来的 HTML 上传,或直接在原来那条 Vibe coding 对话流里调取 Skill。
- 斜杠唤出列表 —— 在输入框打
/唤出 Skill 列表气泡 → 选中目标 Skill,再配一句 prompt(例如「运行这个 skill」)。
- Enable: type
/to pop up the Skill list, pick the Skill, and add a prompt like "run this skill". Or invoke it inside an existing Vibe-coding conversation / by uploading the HTML you produced there.
何时用 / 何时别用
- 该用:任务有"标准答案/固定套路"且你会反复做(出 PPT、写规范文档、按固定结构设计 UI)——把套路固化进 Skill 最划算。
- 不必用:一次性的、开放式的探讨(头脑风暴、闲聊式提问),硬套 Skill 反而把对话框死。
坑 / 注意
- 装 ≠ 启用:上传
.md只完成安装,实际生效要 Step 2 主动唤起(/选中或在对话流里调取),否则 Claude 不会自动用上。 - Skill 质量上限 = 那份 .md 的质量:它只是"系统提示词 + 最佳实践文档",写得糙输出就糙。要造好的 Skill 看 newtype Skill 体系实战(Super Analyst v1/v2 + Super Writer)。
- 本篇覆盖的是 Claude.ai 网页端的安装/启用动作;Claude Code(本地命令行)里 Skill 的组织和触发机制是另一套,不要混用本篇步骤。
来源说明 / Source note:本篇蒸馏自 will-ai-note Notion 导出里一篇极短的图文 onboarding(2 步 + 4 张截图说明,正文约 30 行)。原文主体是操作截图,可复用文字知识有限,故标
ingest_quality: index_only—— 作为"怎么在 Claude.ai 装 Skill"的速查指针,深度内容请转 newtype Skill 体系实战(Super Analyst v1/v2 + Super Writer)。