返回技能库

研究与科学 · 精选技能

论文写作 Skills

6,590 Stars

面向 ML/CV/NLP 的论文写作技能包,源自彭思达教授的方法沉淀。

研究与科学论文写作ML/CV/NLP

如何使用这个技能

四步装进你的 AI Agent(Claude Code、Codex CLI、Cursor 等通用流程):

  1. 1

    复制安装命令

    点击右侧按钮,把安装命令复制到剪贴板。

  2. 2

    在你的 Agent 终端执行

    打开 Claude Code / Codex / Cursor 的终端,粘贴并回车执行,等待安装完成。

  3. 3

    在对话中直接点名调用

    新开一个会话,直接说「用 论文写作 Skills 帮我……」,Agent 会按技能里的专业流程执行。

  4. 4

    阅读下方完整说明

    想深入了解参数、进阶玩法与真实示例,往下看该技能的完整说明文档。

安装示例 / 项目说明

Skills: Research Paper Writing

中文介绍.

Important Attribution Most writing knowledge and methodology in this repository comes from Prof. Peng Sida (彭思达)'s open study notes: https://pengsida.notion.site/c1a22465a0fa4b15a12985223916048e Prof. Peng's original repository: https://github.com/pengsida/learning_research I sincerely thank Prof. Peng for openly sharing these valuable experiences. My contribution is organization, structured adaptation, and packaging as reusable Skills.

Repository Overview

This repository currently provides one skill package:

  • research-paper-writing/
    • SKILL.md: core workflow and usage rules
    • references/: section-specific writing guides and templates
    • agents/openai.yaml: agent metadata

Typical use cases:

  • Drafting or rewriting Abstract / Introduction / Method / Experiments / Conclusion
  • Improving paragraph flow and section logic
  • Checking claim-evidence alignment
  • Running pre-submission self-review from a reviewer mindset

Installation

Assume you are in the repository root.

1) Codex

Copy the skill into $CODEX_HOME/skills/:

mkdir -p "$CODEX_HOME/skills"
cp -R research-paper-writing "$CODEX_HOME/skills/"

Usage example:

Use $research-paper-writing to improve my paper's Introduction.

2) CC (Claude Code)

Use either a global or project-level installation.

Global:

mkdir -p "$HOME/.claude/skills"
cp -R research-paper-writing "$HOME/.claude/skills/"

Project-level:

mkdir -p .claude/skills
cp -R research-paper-writing .claude/skills/

In prompts, explicitly request this skill, for example: Please use the research-paper-writing skill.

3) Gemini

Copy this skill into your Gemini skills directory:

mkdir -p "$HOME/.gemini/skills"
cp -R research-paper-writing "$HOME/.gemini/skills/"

Then ask concrete tasks in Gemini (for example, rewriting an Abstract with claim-evidence checks).

Credits

Again, this repository is primarily based on Prof. Peng Sida (彭思达)'s open notes, while my work focuses on curation and Skills adaptation. Prof. Peng's original repository: https://github.com/pengsida/learning_research

License

This project is licensed under the MIT License. See LICENSE.