Paper Draft banner
s-choung s-choung

Paper Draft

Development community

Description

--- description: Draft a specific IMRAD section or paragraph for a scientific manuscript in the author's voice. Dispatches paper-section-drafter subagent. argument-hint: <section[:subsection]> [claim or data pointers] allowed-tools: Read, Glob, Grep, Task --- ## Context - Current working directory: !`pwd` - Recent manuscript files: !`ls -lt Manuscript_*.docx Supporting_*.docx 2>/dev/null | head -5` - Project context exists: !`test -f .claude/paper-team/project-context.md && echo yes || echo no

Installation

Installs to ~/.claude/skills/s-choung-research-skills-paper-draft/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository