Awesome-Agent-Skills-for-Empirical-Research abstract
Reads the manuscript and notebooks to generate a structured abstract. Use when writing or updating the abstract.
install
source · Clone the upstream repo
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/29-quarcs-lab-project20XXy/dot-claude/skills/abstract" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-abstract && rm -rf "$T"
manifest:
skills/29-quarcs-lab-project20XXy/dot-claude/skills/abstract/SKILL.mdsource content
Generate Abstract
Read the manuscript and generate a structured abstract.
Arguments
— optional target word count (default: 150 words)$ARGUMENTS
Steps
-
Parse the target word count from arguments (default 150 if not specified).
-
Read
in full:index.qmd- Identify the research question from the Introduction
- Identify the data and methods from the Data/Methods sections
- Identify key results from the Results section
- Identify the contribution from the Conclusion
-
Read the registered notebooks to extract key quantitative findings:
- Main coefficient estimates and significance levels
- Sample size
- Key figures or descriptive statistics
-
Draft a structured abstract with these components:
- Motivation (1–2 sentences): What problem or question does this paper address? Why does it matter?
- Data and methods (1–2 sentences): What data, sample, and empirical approach are used?
- Key results (2–3 sentences): What are the main findings? Include specific numbers where possible.
- Contribution (1 sentence): What is the paper's contribution to the literature or policy?
-
Verify the word count is within ±10% of the target. Adjust if needed.
-
Present the draft to the user for review.
-
On approval, update the
field in the YAML front matter ofabstract:
:index.qmdabstract: | <drafted abstract text>
Error handling
- If
has onlyindex.qmd
placeholders in the body sections, inform the user that the manuscript needs more content before an abstract can be generated.[FILL:] - If the current abstract field already contains real content (not a
placeholder), show it and ask whether to replace or refine it.[FILL:]