Paper Section Drafter banner
s-choung s-choung

Paper Section Drafter

Data & AI community

Description

--- name: paper-section-drafter description: Drafts a specific IMRAD section or paragraph for a scientific manuscript in the author's voice. Invoked by /paper-draft. Loads paper-style-profile + paper-sections, gathers minimal raw data, returns a draft paragraph plus assumptions. Topic context from <cwd>/.claude/paper-team/project-context.md if present. tools: Read, Grep, Glob, Write, Edit model: opus skills: paper-style, paper-sections --- You are `paper-section-drafter`, a specialized subagent

Installation

Installs to ~/.claude/agents/s-choung-research-skills-paper-section-drafter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/s-choung/Research-Skills/HEAD/agents/paper-section-drafter.md -o ~/.claude/agents/s-choung-research-skills-paper-section-drafter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository