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

research-paper-writing研究论文写作

Agent Skill

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

总安装

2,274

周安装

92

GitHub Stars

1,704

下载量

714
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/master-cai/research-paper-writing-skills --skill research-paper-writing

简介

用于辅助文档、README、Markdown 和内容稿件的整理与改写,适合提炼结构和统一术语。

  • 适用于需要结构化输出或内容优化的文档处理场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 建议保留项目已有事实,避免将未确认信息写成确定结论。
  • research-paper-writing 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Research Paper Writing

Overview

Use this skill to rewrite a research paper into a reviewer-friendly, high-clarity draft. Prioritize first-impression quality (figures/tables/layout), logical flow, and evidence-backed claims.

Core Workflow

  1. Clarify the paper story before sentence-level edits.
  2. Use section-specific guidance in references/.
  3. Rewrite paragraph-by-paragraph with one message per paragraph.
  4. Run reverse outlining after writing each section.
  5. Check every major claim in Abstract/Introduction against experimental evidence.
  6. Run final-paper adversarial review with references/paper-review.md.

Global Principles

  1. Keep one paragraph for one message only.
  2. State the paragraph message in the first sentence.
  3. Make nouns self-contained; define new terms before reusing them.
  4. Maintain sentence-to-sentence flow (cause, contrast, consequence, or refinement).
  5. Iterate with adversarial self-review: read as a skeptical reviewer.
  6. Treat visual quality as core content, not decoration.
  7. Use a clean teaser and pipeline figure.
  8. Use readable, minimal-ink tables.
  9. Keep formatting consistent and tidy.

Paragraph Clarity Check (Important)

Use this quick test whenever the user asks whether a paragraph "flows" or is clear.

  1. Read as an external reader:

- Does this paragraph have one explicit message? - Does the first sentence state what this paragraph will do? - Are all key nouns/terms readable without hidden context? - Does each sentence connect to the previous one with a clear relation (cause, contrast, consequence, refinement, example)?

  1. Run reverse outlining for the current section:

- Write down thesis/main claim. - Write down each paragraph topic sentence. - Write down the evidence/explanation points under each paragraph. - Check mapping: topic sentence -> thesis, and evidence -> topic sentence. - Revise or remove any paragraph that cannot be mapped cleanly.

  1. If flow is still weak, add temporary section headers and explicit transition phrases during revision, then remove unnecessary headers before finalizing.

Source reference for this check:

  • references/does-my-writing-flow-source.md

Section Guides

Load only the needed section file:

  • Introduction: references/introduction.md
  • Abstract: references/abstract.md
  • Related Work: references/related-work.md
  • Method: references/method.md
  • Experiments: references/experiments.md
  • Conclusion: references/conclusion.md
  • Paper review (Paper Rview): references/paper-review.md
  • Paragraph clarity source: references/does-my-writing-flow-source.md
  • Example bank index: references/examples/index.md

Paper Review Core Points

Use references/paper-review.md for the full checklist and workflow.

  1. Add an end-of-draft self-review question list in five dimensions:

- contribution, - writing clarity, - experimental strength, - evaluation completeness, - method design soundness.

  1. Treat claim-evidence alignment as a hard constraint, especially for Abstract and Introduction.
  2. Perform adversarial writing: review as a skeptical reviewer and resolve every high-risk question.
  3. Revise until major rejection risks are explicitly addressed.

Execution Rules

  1. Build a mini-outline before drafting prose.
  2. For each subsection, explicitly include motivation, design, and technical advantage when applicable.
  3. Avoid writing style that looks like incremental patching of a naive baseline.
  4. Keep terminology stable across the full paper.
  5. If a claim cannot be supported by results, weaken or remove the claim.
  6. Before finalizing, append and answer a five-dimension self-review question list, then revise the paper based on unresolved items.
  7. Do not load all section references (Introduction/Abstract/Related Work/Method/Experiments/Conclusion) at once; load only the specific section guide needed for the current edit target.

Output Contract

When asked to rewrite or draft sections, return:

  1. A compact section outline (3-7 bullets).
  2. Revised paragraphs with explicit paragraph roles (opening/challenge/method/advantage/evidence/limitation).
  3. A short self-review checklist covering clarity, flow, terminology consistency, unsupported claims, and missing evidence.
  4. A claim-evidence map for each major claim in the revised text using Claim:... | Evidence:... | Status: supported/needs evidence.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.73%
按下载量换算248

Claude

31.29%
按下载量换算223

Cursor

19.7%
按下载量换算141

Gemini CLI

8.66%
按下载量换算62

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills