Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

research-paper-writing研究论文写作

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,328

周安装

105

GitHub Stars

11

下载量

816
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:research-paper-writing(研究论文写作)
来源仓库:https://github.com/akillness/oh-my-skills
仓库路径:skills/research-paper-writing
安装命令:
npx skills add https://github.com/akillness/oh-my-skills --skill research-paper-writing
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-skills --skill research-paper-writing

简介

用于将研究材料转化为结构化论文或技术文档,强调证据与主张的一致性。

  • 适合撰写摘要、章节框架、图表说明及审稿人导向的完整稿件包。
  • 可辅助 rebuttal(答辩)与 camera-ready(定稿)修订,提升学术或技术写作质量。
  • 安装命令:npx skills add https://github.com/akillness/oh-my-skills --skill research-paper-writing
  • 使用时应保留原始数据与引用来源,避免虚构结论或夸大研究成果。

SKILL.md

research-paper-writing

Use this skill when the job is not generic prose cleanup, but turning research work into a defensible manuscript package.

The center of gravity is:

  • contribution framing,
  • claim → evidence alignment,
  • section-level structure,
  • figure/table support,
  • reviewer-facing completeness,
  • rebuttal and camera-ready revision.

Read these support notes before drafting or revising:

When to use this skill

  • Drafting or rewriting an abstract around concrete claims and measurable evidence
  • Structuring an introduction so motivation, gap, method, and contributions land quickly
  • Turning notes, code results, or slide bullets into a method section with reproducible detail
  • Designing experiment, ablation, error-analysis, or figure/table coverage for a paper
  • Writing related work that positions the paper instead of listing references
  • Tightening a rebuttal, reviewer response, or camera-ready revision plan under strict limits
  • Checking whether the manuscript actually supports each promised contribution

When not to use this skill

  • The request is an internal design doc, ADR, architecture note, or engineering runbook → use technical-writing
  • The request is an API portal, SDK reference, or developer-facing product documentation problem → use api-documentation
  • The request is an end-user tutorial, onboarding guide, or FAQ → use user-guide-writing
  • The request is a slide deck, investor pitch, roadmap deck, or game pitch → use presentation-builder
  • The request is broad marketing or launch messaging rather than academic publication → use marketing-automation
  • The request is only citation collection / literature discovery without manuscript writing or revision pressure

Instructions

Step 1: Lock the paper contract

Before writing, define this packet:

paper_contract:
  target_venue: "conference / journal / workshop"
  primary_problem: "one-sentence problem statement"
  core_claim: "the single strongest contribution"
  evidence_required:
    - benchmark or empirical proof
    - ablation or mechanism check
    - failure case / limitation / scope note
  audience: "reviewers / readers / subcommunity"
  constraints:
    page_or_word_limit: "..."
    anonymity_or_style_rules: "..."
    must_keep_sections:
      - abstract
      - intro
      - method
      - experiments
      - rebuttal / response letter

If the core claim or required evidence is fuzzy, fix that first. Weak framing leaks into every section.

Step 2: Map each claim to proof

Build a quick claim-evidence table before drafting:

ClaimEvidence neededSupporting figure/tableRisk if missing
............

Do not let a headline contribution survive without an experiment, ablation, analysis, or explicit scope boundary.

Step 3: Draft the abstract from claims, not chronology

Use this order:

  1. problem and stakes
  2. gap in existing work
  3. proposed method
  4. strongest quantitative or qualitative result
  5. scope, limitation, or implication

Replace vague phrases like “significant improvement” with metric + benchmark + margin whenever possible.

Step 4: Build the introduction as a reviewer funnel

Structure the introduction in five moves:

  1. why the problem matters
  2. why existing approaches fall short
  3. what your method changes
  4. what the evidence shows
  5. bullet contributions

Contribution bullets should be specific and testable, not marketing copy.

Step 5: Make the method reproducible

The method section should answer:

  • what inputs and outputs exist,
  • what modules or stages the system contains,
  • what training or optimization objective is used,
  • what implementation choices materially affect results,
  • what assumptions or boundary conditions matter.

Use equations only where they clarify behavior. If a precise algorithm box, table, or pipeline list explains the system more cleanly, prefer that.

Step 6: Treat experiments as the proof section

Cover at least:

  • main benchmark or task results,
  • strong baselines,
  • ablations for the claimed mechanism,
  • qualitative or failure analysis when useful,
  • efficiency / compute / cost when the paper claims practicality,
  • limitations or scope notes when evidence is mixed.

Each subsection should map back to one contribution claim.

Step 7: Check figures, tables, and checklist coverage

For each important figure or table, verify:

  • what claim it supports,
  • whether the caption states the takeaway,
  • whether the text references it at the right moment,
  • whether a reviewer could misread it without extra context,
  • whether the venue checklist expects additional disclosure.

If a result is important enough to mention in the abstract or contribution bullets, it usually deserves a clear table or figure anchor.

Step 8: Write rebuttals with evidence first

For each reviewer concern:

  1. restate the concern precisely,
  2. answer directly in one sentence,
  3. add concrete evidence,
  4. say what text, figure, table, or experiment changes in the revision,
  5. keep tone calm and non-defensive.

Use a response matrix before final prose if several reviewers overlap or contradict one another.

Step 9: Return one paper-ready packet

Choose the single most useful output for the current stage:

  • abstract rewrite
  • introduction / contribution framing packet
  • method clarification packet
  • experiment + ablation plan
  • figure/table support packet
  • reviewer response / rebuttal packet
  • camera-ready revision checklist

Do not emit a vague “full paper advice” dump if the user clearly needs one stage-specific artifact.

Output format

# Research Paper Writing Packet

## Stage
- Abstract | Introduction | Method | Experiments | Related work | Rebuttal | Camera-ready

## Core claim
- ...

## Evidence map
| Claim | Evidence | Figure / table | Status |
|-------|----------|----------------|--------|
| ... | ... | ... | ... |

## Recommended draft or revision
- ...

## Reviewer-risk check
- Missing proof: ...
- Overclaim risk: ...
- Ambiguity risk: ...

## Next artifact
- ...

Examples

Example 1: Abstract rewrite

Input:

  • notes on a diffusion model paper
  • benchmark table
  • target venue: CVPR

Output:

  • a 150–200 word abstract with problem, gap, method, results, and scope
  • one warning about the strongest unsupported claim

Example 2: Experiment plan

Input:

  • draft method section
  • three claimed contributions

Output:

  • experiment matrix listing datasets, baselines, ablations, metrics, and figure/table owners
  • one note on which contribution is still under-supported

Example 3: Rebuttal packet

Input:

  • reviewer comments from OpenReview
  • current manuscript claims
  • two new analyses available, no time for new large experiment

Output:

  • point-by-point response packet
  • manuscript change list
  • explicit note on what can be promised for camera-ready versus what cannot

Best practices

  1. Every major claim should have a matching figure, table, ablation, or explicit limitation.
  2. Do not bury the best result in the middle of a paragraph.
  3. Use consistent terminology for modules, datasets, and metrics throughout the paper.
  4. Prefer short, information-dense sentences over long narrative transitions.
  5. If a result is mixed, state the boundary clearly instead of overselling.
  6. Treat rebuttal writing as evidence packaging, not persuasion theater.
  7. Keep this skill narrow: manuscript structure, evidence, figures/tables, and reviewer responses — not generic research tooling.

References

  • Overleaf collaboration and versioning docs
  • OpenReview author-response workflow
  • NeurIPS paper checklist and venue reporting expectations
  • Academic writing / response-letter guidance synthesized in the support docs under references/

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.63%
按下载量换算283

Claude

30.46%
按下载量换算249

Cursor

19.89%
按下载量换算162

Gemini CLI

10.38%
按下载量换算85

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills