Draft section
🔬 A curated collection of 23,000+ agent skills for empirical research across 8 social science disciplines. | 精选 23,000+ AI Agent 技能库,覆盖8大社会科学学科的实证研究。CoPaper.AI 20分钟完成一篇可复现的规范实证论文,并支持用户上传 Skills。-- Maintained by CoPaper.AI from Stanford REAP.
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill draft-sectionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Drafts academic prose for a manuscript section from bullet points or an outline. Use when writing or expanding a section.
SKILL.md
2.1 KB, as published. Nobody here has run it
Draft Manuscript Section
Draft academic prose for a manuscript section from bullet points or an outline.
Arguments
$ARGUMENTS— section name and content notes (e.g., "Introduction: regional GDP disparities, panel data from 2000-2020, spatial econometrics, contributes to convergence literature")
Steps
-
Parse the section name and content bullets/notes from the arguments.
-
Read
index.qmdto understand:- The manuscript's existing tone and writing style
- What sections already exist and their content
- Citation conventions used (narrative
@keyvs parenthetical[@key]) - What figures and tables are embedded (to reference them)
-
Read
references.bibto know which citations are available for use. -
Draft 2–5 paragraphs of academic prose:
- Write in the register of empirical economics journals (AER, QJE, ReStud style)
- Use formal but accessible language
- Structure paragraphs logically: general → specific, or claim → evidence → implication
- Include Quarto cross-references where appropriate (
@sec-,@fig-,@tbl-) - Insert citations from
references.bibwhere they strengthen the argument - Where a citation would be helpful but none exists in
.bib, insert a placeholder:[CITE: description of needed reference]
-
If the section matches an existing section in
index.qmd(e.g., "Introduction" matches## Introduction {#sec-introduction}):- Show how the draft would replace the current
[FILL:]placeholders or extend existing content - Preserve any
{{< embed >}}shortcodes already in that section
- Show how the draft would replace the current
-
Present the draft to the user for review. On approval, insert or replace the content in
index.qmd.
Error handling
- If no section name is provided, ask the user which section to draft.
- If the arguments are too vague, ask for more specific content points.