Paper Critic banner
s-choung s-choung

Paper Critic

Development community

Description

--- description: Scientifically critique a paragraph, section, or claim in the current scientific manuscript for rigor and claim-evidence alignment. Dispatches paper-scientific-critic subagent. argument-hint: <target: section name | para:N | paragraph text> 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>/dev/null | head -1` ## Task User invoked

Installation

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

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

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

Full documentation available on GitHub

View Source Repository