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

intro-drafter介绍起草者

Agent Skill

intro-drafter 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

194

周安装

8

GitHub Stars

484

下载量

63
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/hkustdial/supervisor-skills --skill intro-drafter

简介

用于查找、检索和筛选相关信息。intro-drafter 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可在 Codex、Claude、Cursor 等宿主环境中使用。
  • 通过 GitHub 安装,具体用法请参考原始 README。
  • 安装前建议确认权限范围和维护状态,避免触发联网或文件操作。

SKILL.md

Introduction Drafter

Overview

The Introduction is the compressed version of the entire paper. In one and a half to two pages it must state the research object, why the problem matters, why existing work falls short, what the paper contributes, and how the contribution maps to section numbers. Reviewers decide whether to keep reading by the time they finish the Introduction, so the logical throughline has to be airtight.

This skill takes a small set of inputs (research area, limitations, hard constraints, key idea, challenges, solution overview) and produces a six-paragraph outline with an explicit purpose and writing points for every paragraph, plus a positioning as Technique Paper or New Problem/Setting Paper. It enforces the rule that contributions align one-to-one with challenges, and that every claim has a section to deliver it.

When to use this skill

  • Before writing any Introduction prose.
  • The user has finished planning but the Intro story feels fragmented.
  • The user has a partial Intro and wants to restructure.
  • The user asks to 'draft the Introduction', 'outline the Introduction', 'intro logic needs clarifying', or 'help structure the paper story'.
  • The paper's contributions are clear, but the storyline connecting them is not.
  • idea-evaluator has returned Strong Accept and the next step is drafting.

When NOT to use this skill

  • The paper's core idea is not yet stable. Use idea-evaluator first.
  • The paper is a benchmark paper. Use benchmark-paper-template (separate plugin) instead; the flowchart differs.
  • The user wants to polish Introduction prose that is already structured. Use pre-submission-reviewer instead.
  • The user wants to evaluate whether the Introduction is ready for submission. Use pre-submission-reviewer.

Core procedure

Step 1: Paper-type positioning

See: references/paper-types.md for the Technique versus New Problem/Setting distinction, positioning criteria, and worked examples from Alpha-SQL, AFlow, and LEAD.

Decide which type the paper is:

  • Technique Paper: main contribution is a new method or mechanism solving an existing problem. Narrative axis is Key Idea / Mechanism. Goal gets one sentence in passing.
  • New Problem/Setting Paper: main contribution is a new problem formulation. Narrative axis is Goal / Problem Formulation. Key Idea supports "why this definition is reasonable".

The positioning decides how much weight Paragraph 3 carries: in Technique papers it is a short bridge; in New Problem papers it is a load-bearing paragraph.

Step 2: Paragraph-by-paragraph outline

See: references/flowchart.md for each paragraph's canonical purpose, writing points, and common failures.

For each of the six paragraphs, return a mini-section containing:

  • Purpose: one sentence.
  • Writing points: three to five bullets derived from the user's inputs, each actionable.
  • Gaps: what the user's inputs do not yet cover for this paragraph. Tag each with severity (CRITICAL, MAJOR, MINOR).

Paragraphs:

  1. Background and Motivation. Running example. Why the problem matters in the real world.
  2. Limitations of existing work. At most three, each framed as "prior work X does not handle Y".
  3. Problem essence and Our Goal. Hard constraints explicit. In Technique papers this is a bridge; in New Problem/Setting papers this is the contribution itself.
  4. Key challenges. At most three, each explaining why naive extension of prior work fails.
  5. Solution overview. Each module addresses a challenge. Expect a one-to-one mapping between Paragraph 4 challenges and Paragraph 5 modules.
  6. Contributions. Three or four numbered bullets. Each maps to a section reference.

Step 3: Running example design

See: references/running-example.md for the design principles (real, specific, simple-yet-complete, recurring throughout), two design patterns (concrete-failure versus good-versus-bad), and worked examples.

If the user's inputs do not yet include a running example, propose two or three candidate examples and ask the user to pick. Record the chosen example in Paragraph 1 and make sure Paragraph 5 references it ("the Methodology section applies DynaGraph's hotspot detector to the running example from Section 1").

Step 4: Contribution alignment check

See: references/contribution-patterns.md for strong-versus-weak contribution patterns, anti-patterns, and the canonical mapping to section numbers.

For each contribution bullet, verify:

  • Maps to a challenge in Paragraph 4, a module in Paragraph 5, or a specific experiment result.
  • Specific, not vague ("comprehensive evaluation" is not a contribution).
  • Cites the section number that delivers it.

Step 5: Flowchart consistency check

Verify the six paragraphs form a single logical throughline:

  • Paragraph 1's running example is referenced in Paragraph 5 or a case study forecast.
  • Paragraph 2's limitations motivate Paragraph 4's challenges.
  • Paragraph 3's goal aligns with Paragraph 6's contribution 1.
  • Paragraph 4's challenges map one-to-one with Paragraph 5's modules.
  • Paragraph 5's modules appear in Paragraph 6's contribution 2 or 3.

Any break in the chain is a CRITICAL gap.

Step 6: Integrity gate

Before emitting the outline, run the checks in the Integrity gate section below.

Step 7: Output the outline

Emit the outline in the Output format below. For interactive mode, do not emit; converse one paragraph at a time.

Integrity gate

All seven bullets are [inspection] class: the LLM verifies each directly from its own output (counting, pattern-matching, or comparing sections). No user-side attestation required.

Before returning the outline:

  1. [inspection] Running example named in Paragraph 1 reappears in Paragraph 5 or 6 (or the Case Study forecast).
  2. [inspection] Limitations (Paragraph 2) are at most three and each is specific to a named prior work or a named capability.
  3. [inspection] Challenges (Paragraph 4) are at most three and each explains why a naive extension of prior work fails.
  4. [inspection] Challenge-to-module mapping is one-to-one, not one-to-many or many-to-one.
  5. [inspection] Contributions (Paragraph 6) are three or four and each maps to a section number.
  6. [inspection] No contribution is vague language ("extensive experiments", "thorough analysis" on their own).
  7. [inspection] Paper-type positioning from Step 1 is reflected in Paragraph 3's weight.

If any check fails, mark the paragraph as "needs user attention" and do not claim the outline is complete.

Output format

0. Type positioning

  • Type: <Technique Paper or New Problem/Setting Paper>
  • Rationale:
  • Implication: <how Paragraph 3 weight adjusts>

1. Paragraph 1: Background and Motivation

  • Purpose: <...>
  • Running example: <...>
  • Writing points:

1. ... 2. ...

  • Gaps:

2. Paragraph 2: Limitations (at most 3)

  • Purpose: <...>
  • Writing points:

- Limitation 1:... - Limitation 2:... - Limitation 3:... (if applicable)

  • Gaps:

3. Paragraph 3: Problem Essence and Our Goal

  • Purpose: <...>
  • Hard constraints: <...>
  • Goal sentence candidate: "<...>"
  • Writing points:
  • Gaps:

4. Paragraph 4: Key Challenges (at most 3)

  • Purpose: <...>
  • Writing points:

- Challenge 1:... why naive fails - Challenge 2:... - Challenge 3:...

  • Gaps:

5. Paragraph 5: Solution Overview

  • Purpose: <...>
  • Challenge to module mapping:

- Challenge 1 -> Module A - Challenge 2 -> Module B - Challenge 3 -> Module C

  • Writing points:
  • Gaps:

6. Paragraph 6: Contributions

  1. <contribution 1> (Section)
  2. <contribution 2> (Section)
  3. <contribution 3> (Section)
  4. <contribution 4 if applicable> (Section)
  • Gaps:

7. Flowchart consistency

  • Running-example loop:
  • Limitations-challenges link:
  • Goal-contribution1 link:
  • Challenge-module mapping:
  • Contribution-section mapping:

8. Integrity gate result

  • Gate 1-7:

9. Severity summary

  • CRITICAL, MAJOR, MINOR
  • Top three actions first:...

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.36%
按下载量换算24

Claude

29.12%
按下载量换算18

Cursor

17.64%
按下载量换算11

Gemini CLI

8.92%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills