paper-writing-section

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Paper Section Writer

论文章节撰写工具

Write a publication-quality section for an academic paper.
撰写达到出版级别的学术论文章节。

Input

输入

  • $0
    — Section name:
    abstract
    ,
    introduction
    ,
    background
    ,
    related-work
    ,
    methods
    ,
    experimental-setup
    ,
    results
    ,
    discussion
    ,
    conclusion
  • $1
    — (Optional) Path to context file (research plan, results, prior sections)
  • $0
    — 章节名称:
    abstract
    introduction
    background
    related-work
    methods
    experimental-setup
    results
    discussion
    conclusion
  • $1
    —(可选)上下文文件路径(研究计划、实验结果、已完成章节)

Workflow

工作流程

Step 1: Gather Context

步骤1:收集上下文

Read the paper's existing
.tex
files, experiment logs, result files, and any provided context. Understand: title, contributions, methodology, key results, figures, tables.
读取论文现有
.tex
文件、实验日志、结果文件及所有提供的上下文内容。明确:论文标题、核心贡献、研究方法、关键结果、图表信息。

Step 2: Write the Section

步骤2:撰写章节

Load section-specific tips from
references/section-tips.md
. Before every paragraph, include a brief plan as a LaTeX comment (
% Plan: ...
).
references/section-tips.md
加载对应章节的撰写技巧。每段文字前添加简短的撰写计划,以LaTeX注释形式呈现(
% 计划:...
)。

Step 3: Two-Pass Refinement

步骤3:两轮优化

Apply both refinement passes from
references/refinement-prompts.md
:
  • Pass 1: Fix errors (unenclosed math, broken refs, hallucinated numbers, duplicate labels)
  • Pass 2: Remove redundancies, compress, ensure smooth transitions
应用
references/refinement-prompts.md
中的两轮优化流程:
  • 第一轮:修正错误(未闭合的数学公式、失效的引用、虚构的数据、重复的标签)
  • 第二轮:删除冗余内容、精简文本、确保过渡流畅

References

参考资料

  • Section writing tips:
    ~/.claude/skills/paper-writing-section/references/section-tips.md
  • Refinement prompts and error checklist:
    ~/.claude/skills/paper-writing-section/references/refinement-prompts.md
  • 章节撰写技巧:
    ~/.claude/skills/paper-writing-section/references/section-tips.md
  • 优化提示与错误检查清单:
    ~/.claude/skills/paper-writing-section/references/refinement-prompts.md

Output

输出

LaTeX fragment (no
\documentclass
, no preamble). All math enclosed in
$...$
or
\begin{equation}
, all figures referenced with
\ref{}
, all cited works use
\cite{}
, no placeholder text.
LaTeX片段(不含
\documentclass
及导言区内容)。所有数学公式需用
$...$
\begin{equation}
包裹,所有图表引用使用
\ref{}
,所有引用文献使用
\cite{}
,无占位文本。

Quality Checklist

质量检查清单

  • All math enclosed properly
  • All
    \ref{}
    and
    \cite{}
    valid
  • No TODO/TBD/FIXME markers
  • Numbers match experimental logs exactly
  • Writing style is objective — no hype words
  • Section length appropriate for venue
  • 所有数学公式包裹格式正确
  • 所有
    \ref{}
    \cite{}
    引用有效
  • 无TODO/TBD/FIXME标记
  • 数据与实验日志完全匹配
  • 写作风格客观,无夸大表述
  • 章节长度符合目标期刊/会议要求

Related Skills

相关技能

  • Upstream: data-analysis, figure-generation, table-generation, related-work-writing
  • Downstream: latex-formatting, citation-management
  • See also: paper-assembly
  • 上游技能:数据分析图表生成表格生成相关工作撰写
  • 下游技能:LaTeX格式调整引用管理
  • 另见:论文整合