写作蒸馏器.skill|蒸馏复刻任意写作风格的 agent skill
# Add to your Claude Code skills
git clone https://github.com/larashero3-dotcom/writing-dna-skillGuides for using ai agents skills like writing-dna-skill.
writing-dna-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by larashero3-dotcom. 写作蒸馏器.skill|蒸馏复刻任意写作风格的 agent skill. It has 50 GitHub stars.
writing-dna-skill's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/larashero3-dotcom/writing-dna-skill" and add it to your Claude Code skills directory (see the Installation section above). writing-dna-skill ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh writing-dna-skill against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Use this skill to distill a reusable Writing DNA from a corpus of complete articles. Do not summarize the articles; extract the rules that make the writing style repeatable.
Require enough source material before claiming a reliable style:
.md or .txt files in raw/ or raw-corpus/.If the corpus is small, explain that the output is only a format or workflow demo, not a reliable style distillation.
_meta/ records for each article: title, date, author/account, article type, topic tags, hook type, structure pattern, source types, word count, and notable traits.语言DNA.md.文章结构模板.md.写作视角与认知框架.md.视觉风格指南.md.Writing-DNA.md, keeping it concise enough for an agent to reread before writing.For image-heavy articles, open and inspect images. Screenshots, comments, charts, and conversation images may carry evidence that is not present in the text.
Produce these files in the corpus directory:
_meta/
语言DNA.md
文章结构模板.md
写作视角与认知框架.md
视觉风格指南.md
Writing-DNA.md
Use templates/author-corpus/ as the recommended directory template. Read 写作蒸馏器.skill.md for the full public-facing workflow when detailed instructions are needed.
Before writing in a distilled style, reread all style documents, especially Writing-DNA.md, 语言DNA.md, 文章结构模板.md, 写作视角与认知框架.md, and 视觉风格指南.md. Then follow the target style while avoiding misleading impersonation.
英文名:writing-dna-skill
一个用于蒸馏任意账号/作者写作风格的 agent skill。
它并不是简单的“模仿某某风格”提示词,而是一套完整的蒸馏流程,让 agent 把一批完整文章拆解成可复用的 Writing DNA,包括语言、结构、选题、素材、认知框架与视觉风格。蒸馏完成后,agent 可以在写作前重新读取这些风格文档,从而更稳定地复刻目标写作风格。
很多人让 AI 模仿一个作者,通常只会给几篇例文,然后说“照这个风格写”。这种方式很容易失真,因为 agent 只是在凭感觉抓表面语气。
writing-dna-skill 的思路是:不要让 agent 直接模仿,而是先让它系统分析一批完整文章,把风格拆成可复用的规则,再用这些规则指导后续写作。
它会把风格拆成:
这个 skill 会尽量把“风格”从一个模糊感受,拆成可以被记录、复用和检查的规则。它不只看文字表面的语气,也会看文章为什么这样写、如何组织材料、如何形成判断。
它适合分析:
如果原文里有截图、配图、数据图或排版样式,也建议一起保留。很多图文账号的风格不只在文字里,图片的出现位置、截图承担的证据功能、标题层级和留白节奏,都会影响最终“像不像”。
| 层次 | 分析对象 | 输出结果 |
|---|---|---|
| L1 表层语言 | 词频、句长、标点、修辞、常用表达 | 语言DNA.md |
| L2 文章结构 | 开头 hook、正文架构、转折方式、结尾收束 | 文章结构模板.md |
| L3 选题逻辑 | 发布时机、切入角度、话题优先级 | 写作视角与认知框架.md |
| L4 素材策略 | 引用来源、权威对象、案例和数据使用方式 | 写作视角与认知框架.md |
| L5 认知框架 | 世界观、价值判断、核心假设、反复出现的命题 | 写作视角与认知框架.md |
| L6 视觉风格 | 配图策略、排版格式、字体层级、色彩使用 | 视觉风格指南.md |
简单说:
完整的风格复刻需要三者结合。只复刻语言,通常会“读着像但想法不像”;只复刻结构,通常会“框架像但语气不像”;忽略视觉风格,图文内容就会“文字像但看着不像”。
真实蒸馏建议准备:
.md 或 .txtexamples/format-only/ 只用于演示目录格式,不代表真实蒸馏效果。不要用少量短文评估这个 skill 的上限。
一次完整蒸馏通常分成 6 步:
raw/ 或 raw-corpus/。_meta/。语言DNA.md。文章结构模板.md。写作视角与认知框架.md。视觉风格指南.md。最后,agent 会把这些结果整合成 Writing-DNA.md。这份文档是后续复刻写作风格时最常用的总入口。
一次完整蒸馏通常会输出这些文件:
作者或账号名称/
├── raw/ # 原始文章语料
├── _meta/ # 元数据标注
├── 语言DNA.md # L1 分析产物
├── 文章结构模板.md # L2 分析产物
├── 写作视角与认知框架.md # L3-L5 分析产物
├── 视觉风格指南.md # L6 分析产物
└── Writing-DNA.md # 最终整合文档
其中 Writing-DNA.md 是最终整合文档,适合后续直接喂给 agent,作为写作前的风格上下文。
raw/ 或 raw-corpus/ 的文件夹。writing-dna-skill,或阅读 SKILL.md / 写作蒸馏器.skill.md,并按流程蒸馏所有文章。语言DNA.md文章结构模板.md写作视角与认知框架.md视觉风格指南.mdWriting-DNA.md可以这样开始一次蒸馏:
请使用 writing-dna-skill 蒸馏分析这个目录里的所有文章。
想让复刻效果更稳定,不要只在第一次写作时让 agent 读取风格文档。更推荐的做法是:
语言DNA.md、文章结构模板.md、写作视角与认知框架.md 逐项自检后重写。可以这样说:
请先阅读这个作者目录下的所有蒸馏产物,尤其是 Writing-DNA.md、语言DNA.md、文章结构模板.md、写作视角与认知框架.md 和视觉风格指南.md。
然后根据这些风格规则,帮我写一篇面向读者的文章。主题是:……
这个 skill 的核心是让 agent 把风格拆成多个可检查的层次,将写作风格用脚本分析的方式沉淀总结,并在写作前将注意力聚焦在蒸馏产物上,因此能复刻写作风格。
这样得到的是一组可以被 agent 反复读取、执行和自检的风格规则。
这个项目用于学习、分析、风格研究和个人写作资产沉淀。请不要用于冒充作者本人、误导读者,或侵犯他人版权。
开源仓库不应包含未经授权的原文语料。你可以放目录模板、字段模板、说明文档和自己拥有版权的示例文本。
writing-dna-skill/
├── SKILL.md
├── README.md
├── LICENSE
├── agents/
│ └── openai.yaml
├── 写作蒸馏器.skill.md
├── docs/
│ ├── release-checklist.md
│ └── usage-boundaries.md
├── templates/
│ └── author-corpus/
│ ├── raw/
│ ├── _meta/
│ ├── 语言DNA.md
│ ├── 文章结构模板.md
│ ├── 写作视角与认知框架.md
│ ├── 视觉风格指南.md
│ └── Writing-DNA.md
└── examples/
└── format-only/
MIT