重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
paper-writing by evoscientist/evoskills
npx skills add https://github.com/evoscientist/evoskills --skill paper-writing一个系统性的 11 步工作流,用于撰写学术论文,包含各章节的模板和经过实战检验的写作原则。
如果使用了上游的 EvoSkills,请在写作前提取这些工件:
| 源技能 | 工件 | 使用位置 |
|---|---|---|
paper-planning | 故事摘要(任务 → 挑战 → 洞见 → 贡献 → 优势) | 步骤 1-2(引言写作计划) |
paper-planning | 模块动机映射表 | 步骤 3(方法子章节) |
paper-planning | 实验计划(对比实验 + 消融实验 + 演示) | 步骤 5(实验部分) |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
paper-planning |
| 流程图草图 |
| 步骤 1, 6(方法概述图) |
paper-planning | 主张到实验的映射 | 步骤 2, 5(摘要、引言、实验) |
paper-planning | 备用叙述(如有计划) | 步骤 7-8(引言 / 结论的备选方案) |
experiment-pipeline | 第 1-4 阶段结果、消融实验表、轨迹日志 | 步骤 5(撰写实验部分) |
experiment-craft | 失败分析、实现技巧 | 步骤 3(方法部分)、步骤 9(局限性) |
请按顺序遵循这些步骤。每一步都建立在前一步的基础上。
paper-review 技能。在追求更高录用概率时,应用这些规则:
有关所有 7 种策略及其前后示例,请参阅 references/counterintuitive-writing.md。
在起草前回答这些问题:
三种模板版本:挑战先行型、洞见桥梁型、多重贡献型。参见 references/abstract-templates.md
思考过程(先逆向再正向):
四种引入任务的方式,三种呈现挑战的方式,四种描述流程的方式。参见 references/introduction-templates.md
反模式:切勿写"这里是一个朴素解决方案,然后是我们的改进"——这会让工作显得增量式。
每个流程模块都需要三个要素:
以一个概述段落(背景设定 + 核心贡献 + 章节路线图)开始,然后每个模块一个子章节。参见 references/method-templates.md
需要回答的三个关键问题:
消融研究需要:一个大表(核心贡献)+ 几个小表(设计选择、超参数)。参见 references/experiments-guide.md
三步流程:
对于有页数限制的会议,决定哪些内容放在主论文,哪些放在补充材料:
视觉润色直接影响审稿结果。有关完整的视觉质量指南,请参阅 paper-planning 技能的 figure-design.md。
在调用 paper-review 之前,请核对此清单:
\todo{} 标记已解决或移除| 章节 | 参考文件 | 何时加载 |
|---|---|---|
| 摘要 | abstract-templates.md | 步骤 9:撰写摘要 |
| 引言 | introduction-templates.md | 步骤 2:故事设计 |
| 方法 | method-templates.md | 步骤 3:撰写方法部分 |
| 实验 | experiments-guide.md | 步骤 5:撰写实验部分 |
| 相关工作 | related-work-guide.md | 步骤 7:撰写相关工作 |
| 写作原则 | writing-principles.md | 写作过程中的任何时候 |
| 补充材料 | supplementary-guide.md | 决定主论文与补充材料内容时 |
| 反直觉策略 | counterintuitive-writing.md | 提高审稿人信任度和新颖性感知时 |
| 写作练习 | writing-practice.md | 通过刻意练习培养写作能力时 |
每周安装数
66
代码库
GitHub 星标数
105
首次出现
9 天前
安全审计
安装于
gemini-cli66
amp66
cline66
github-copilot66
kimi-cli66
codex66
A systematic 11-step workflow for writing academic papers, with section-specific templates and battle-tested writing principles.
If you used upstream EvoSkills, pull these artifacts before writing:
| Source Skill | Artifact | Used In |
|---|---|---|
paper-planning | Story summary (task → challenge → insight → contribution → advantage) | Steps 1-2 (Introduction writing plan) |
paper-planning | Module Motivation Mapping table | Step 3 (Method subsections) |
paper-planning | Experiment plan (comparisons + ablations + demos) | Step 5 (Experiments section) |
paper-planning | Pipeline figure sketch | Steps 1, 6 (Method overview figure) |
paper-planning | Claim-to-experiment mapping | Steps 2, 5 (Abstract, Introduction, Experiments) |
paper-planning | Fallback narrative (if planned) | Steps 7-8 (Introduction / Conclusion pivot) |
experiment-pipeline | Stage 1-4 results, ablation tables, trajectory logs | Step 5 (write experiments) |
experiment-craft | Failure analysis, implementation tricks | Step 3 (Method section), Step 9 (limitations) |
Follow these steps in order. Each step builds on the previous one.
paper-review skill.Apply these rules when aiming for higher acceptance probability:
See references/counterintuitive-writing.md for all 7 tactics with before/after examples.
Answer these questions before drafting:
Three template versions: challenge-first, insight-bridge, multi-contribution. See references/abstract-templates.md
Thinking process (reverse then forward):
Four ways to introduce the task, three ways to present challenges, four ways to describe the pipeline. See references/introduction-templates.md
Anti-pattern : Never write "here is a naive solution, then our improvement" — this makes the work appear incremental.
Every pipeline module needs three elements:
Start with an Overview paragraph (setting + core contribution + section roadmap), then one subsection per module. See references/method-templates.md
Three key questions to answer:
Ablation studies need: one big table (core contributions) + several small tables (design choices, hyperparameters). See references/experiments-guide.md
Three-step process:
See references/related-work-guide.md
For page-limited venues, decide what goes in main paper vs. supplementary:
See references/supplementary-guide.md
See references/writing-principles.md
Visual polish directly influences review outcomes. See the paper-planning skill's figure-design.md for the full visual quality guide.
Before invoking paper-review, verify this checklist:
\todo{} markers resolved or removed| Section | Reference File | When to Load |
|---|---|---|
| Abstract | abstract-templates.md | Step 9: Writing abstract |
| Introduction | introduction-templates.md | Step 2: Story design |
| Method | method-templates.md | Step 3: Writing method |
| Experiments | experiments-guide.md | Step 5: Writing experiments |
| Related Work | related-work-guide.md | Step 7: Writing related work |
| Writing Principles |
Weekly Installs
66
Repository
GitHub Stars
105
First Seen
9 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli66
amp66
cline66
github-copilot66
kimi-cli66
codex66
Zed品牌文案撰写工具 - 遵循品牌声音的AI写作助手,提升技术内容质量
375 周安装
| Any time during writing |
| Supplementary | supplementary-guide.md | Deciding main vs. supplementary content |
| Counterintuitive strategy | counterintuitive-writing.md | Improving reviewer trust and novelty perception |
| Writing Practice | writing-practice.md | Building writing ability through deliberate practice |