
Draft Section
- 1 installs
- 3.2k repo stars
- Updated August 4, 2026
- brycewang-stanford/awesome-agent-skills-for-empirical-research
Draft-section is a Claude Code skill that drafts academic manuscript prose for a paper section from bullet points or an outline.
About
Draft Manuscript Section is a Claude skill that expands bullet points or an outline into academic prose for a paper section. A researcher writing in Quarto uses it to draft two to five paragraphs in empirical economics journal style, wired with cross-references and citations from references.bib. It matches the manuscript's existing tone and inserts placeholders where a needed citation is missing.
- Drafts academic manuscript sections from bullets or an outline
- Writes in empirical economics journal register (AER, QJE, ReStud)
- Inserts Quarto cross-references and citations from references.bib
Draft Section by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,366 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
draft-section capabilities & compatibility
- Capabilities
- manuscript drafting · academic writing · citation insertion
- Use cases
- documentation · copywriting
What draft-section says it does
Draft academic prose for a manuscript section from bullet points or an outline.
Write in the register of empirical economics journals (AER, QJE, ReStud style)
npx skills add https://github.com/brycewang-stanford/awesome-agent-skills-for-empirical-research --skill draft-sectionAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 3.2k |
| Last updated | August 4, 2026 |
| Repository | brycewang-stanford/awesome-agent-skills-for-empirical-research ↗ |
What it does
Expand outline notes into two to five paragraphs of journal-style academic prose with Quarto cross-references and .bib citations.
Who is it for?
Economics researchers drafting or expanding a manuscript section in Quarto from notes.
Skip if: Generating research findings or writing outside a Quarto/.bib manuscript workflow.
When should I use this skill?
You have outline notes for a paper section and want them expanded into journal-style prose.
What you get
Two to five paragraphs of journal-register prose with cross-references and citations ready to insert into the manuscript.
- drafted manuscript section
- citation placeholders
By the numbers
- Drafts 2-5 paragraphs per section
- Allowed tools: Bash, Read, Write, Edit, Glob, Grep
Files
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
1. Parse the section name and content bullets/notes from the arguments.
2. Read index.qmd to 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)
3. Read references.bib to know which citations are available for use.
4. 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]
5. 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
6. 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.
Related skills
FAQ
What files does draft-section read?
It reads index.qmd for tone and existing sections and references.bib for available citations.
What if a needed citation is missing?
It inserts a placeholder like [CITE: description of needed reference] rather than inventing a source.