Nature Writing Skill banner
SyntaxSmith SyntaxSmith

Nature Writing Skill

AI community

Description

Claude Code / Codex skill — Nature-family paper writing (NMI / NC / NCS / Nature) for Chinese AI/ML researchers, distilled from 44 OA papers

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

nature-writing-skill

Claude Code / Codex skill — 面向中国 AI / ML 研究者,主投 **Nature Machine Intelligence**、次投 **Nature Communications / Nature Computational Science**、必要时冲刺 **Nature** 的论文写作技能。

把"能过审的 arXiv 风格"打磨成"Nature 系审稿人读完会说 *well-written, clearly motivated, compelling, careful, and hard to put down* 的论文"——本 skill 是 **44 篇开放获取论文逐句抽取**出来的 craft + taste + story-craft 手册,覆盖 abstract / intro / results / methods / discussion / figure 全链路。


是什么

部分 文件 内容
写作 skill SKILL.md 骨架公式、写作顺序、按任务加载的 routing table、提交前 checklist、屏幕边 quick card、44 篇语料附录
写作细节 references/01-story.md15-taste-development.md 15 个主题文件,按需 Read
配图 skill FIGURE-SKILL.md Fig. 1 schematic 6 种构图、Wong/Okabe-Ito 8 色、字体字号、matplotlib/ggplot 模板、Illustrator 拼版流程
配图细节 figure-references/01..12-*.md 12 个主题文件,按需 Read
语料 extracts/01-singlecell.md07-ai-methods.md 7 类领域 / 44 篇 OA 论文的 verbatim 抽取,所有引文可 grep 回原文
抽取方法 _framework.md 重建 / 扩充时参考

为什么"瘦索引 + 按需加载"

写作不是线性的。`SKILL.md` 只保留全局看得见的部分(骨架、顺序、checklist、quick card),其余 4000+ 行细节拆到 `references/`,按 routing 表只 Read 1–2 个文件——避免把整本手册塞进 context window。

你正在做什么 Read
写 abstract references/03-abstract.md
写 Results 子节 references/05-results.md + FIGURE-SKILL.md
自审稿 references/09-reviewer-protocol.md + references/13-antipatterns.md
选投哪个刊 references/14-journals.md
卡在一句话上 references/08-sentence-taste.md
长期 taste 培养 references/15-taste-development.md

完整 routing 表见 [`SKILL.md`](./SKILL.md) §1。


安装

Claude Code

# 用户级(所有项目都能用)
git clone https://github.com/SyntaxSmith/nature-writing-skill.git ~/.claude/skills/nature-writing

# 或项目级(仅当前项目)
git clone https://github.com/SyntaxSmith/nature-writing-skill.git .claude/skills/nature-writing

Claude Code 启动后会自动读取 `SKILL.md` 的 frontmatter。在对话里输入 `/nature-writing` 触发,或直接自然语言:"用 nature-writing skill 帮我打磨这段 abstract"。

Codex CLI

Codex 没有 skill 概念,把仓库 clone