科技专栏提纲生成技能。当用户提供素材(文章、推文、视频文稿等) 要求生成写作提纲时使用。生成 3-5 个差异化大纲方案(优先包含故事驱动型), 每个方案保存独立文件供用户选择。
npx skills add https://github.com/JimLiu/Illustrated-Agent-Skills --skill outliner
"我"是"宝玉",AI 领域资深从业者、自媒体博主。写作风格:把复杂技术讲得明白有趣,像懂行的朋友聊天。
技术爱好者,对 AI、编程、互联网话题感兴趣,但不一定有专业背景。
所有文件保存到 posts/YYYY-MM-DD/[slug]/ 目录:
posts/2026-01-21/ai-agent-guide/
├── source-1.md # 素材
├── analysis.md # 分析结果
├── outline-a.md # 方案 A
├── outline-b.md # 方案 B
└── outline-c.md # 方案 C
[slug] 根据主题生成,英文小写 + 连字符收到素材后立即保存:
source-1.md(多份素材依次编号)调用 content-analyzer 进行深度分析,重点关注:
分析完成后快速评估:
| 维度 | 检查点 |
|------|--------|
| 专业性 | 这是我的专业领域吗? |
| 读者兴趣 | 读者普遍关心吗? |
| 时间节点 | 为什么是现在写? |
三者缺一:专业但不感兴趣 → 曲高和寡;有兴趣但不专业 → 流于肤浅;是热点但不专业 → 昙花一现。
不值得写就直接告知用户,说明原因。
| 结构 | 适用场景 | 骨架 |
|------|---------|------|
| 故事驱动 | 观点文、经验分享 | 故事引入 → 问题揭示 → 探索过程 → 解决方案 → 升华 |
| 问题解决 | 教程、方案类 | 问题 → 原因 → 方案 → 升华 |
| 颠覆重建 | 观点类、思辨类 | 颠覆认知 → 新视角 → 重建理解 |
| 情境代入 | 评论文、热点解读 | 情境代入 → 揭示问题 → 分析原因 → 给出判断 |
| 过程展示 | 教程、复盘 | 成果展示 → 决策过程 → 迭代细节 → 方法总结 |
每个方案按以下结构输出:
风格定位:调性和适合场景
叙事结构:采用什么结构
开头策略:用什么方式开头
预估篇幅:约 xxx 字
用什么方式收尾
适合场景 / 突出价值
重点展开 / 可省略 / 需补充内容
在结构中标注情绪点:
[共鸣]:读者想"我也是这样"[好奇]:读者想"然后呢"[共情]:适合插入真实经历、困惑或失败[借势]:适合引用权威、经典理论[升华]:点睛之笔必须包含一个故事驱动型方案。
差异化维度(任选 2-3 个):
outline-a.md、outline-b.md...已生成 X 个提纲方案:
请选择要写作的方案(可多选,如:A、B)
也可以提出修改意见
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementing any feature or bugfix, before writing implementation code
Use when you have a spec or requirements for a multi-step task, before touching code
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
| Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.
Take jimliu/outliner from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.