Paper banner
s-choung s-choung

Paper

Development community

Description

--- description: Single entry point for the paper-team. Parses natural language intent and dispatches to the right subagent (plan / ref / draft / critic / humanize). Use when you know what you want but do not want to pick the exact sub-command. argument-hint: "<what you want in natural language>" allowed-tools: Read, Glob, Grep, Task --- ## Context - Current working directory: !`pwd` - Manuscript: !`ls -1 Manuscript_*.docx 2>/dev/null | head -1` - SI: !`ls -1 Supporting_Information*.docx 2>/de

Installation

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

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

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

Full documentation available on GitHub

View Source Repository