Improve a paper introduction
Uses research-paper-writing
- The paper's current Introduction text
Use $research-paper-writing to improve my paper's Introduction.

This skill guides authors through the revision of ML/CV/NLP research papers, focusing on section structure, paragraph flow, and claim-evidence alignment. It provides section-specific guidance, a paragraph clarity check, and an adversarial review process to surface weak arguments before submission. Useful for academic researchers and conference authors who want to strengthen their manuscripts.
Follow the documented setup, then try a first task.
Installs: Install the research-paper-writing skill package into $CODEX_HOME/skills/. · Codex
Run from: Repository root
In a terminal, from the repository root, create the Codex skills directory and copy the research-paper-writing folder into it.
mkdir -p "$CODEX_HOME/skills" cp -R research-paper-writing "$CODEX_HOME/skills/"
Installs: Install the research-paper-writing skill package globally under $HOME/.claude/skills/. · CC (Claude Code)
Run from: Repository root
In a terminal, from the repository root, create the global CC skills directory and copy the research-paper-writing folder into it.
mkdir -p "$HOME/.claude/skills" cp -R research-paper-writing "$HOME/.claude/skills/"
Installs: Install the research-paper-writing skill package into the current project's .claude/skills directory. · CC (Claude Code)
Run from: Repository root
In a terminal, from the repository root, create the project-level CC skills directory and copy the research-paper-writing folder into it.
mkdir -p .claude/skills cp -R research-paper-writing .claude/skills/
Installs: Install the research-paper-writing skill package into $HOME/.gemini/skills/. · Gemini
Run from: Repository root
In a terminal, from the repository root, create the Gemini skills directory and copy the research-paper-writing folder into it.
mkdir -p "$HOME/.gemini/skills" cp -R research-paper-writing "$HOME/.gemini/skills/"
Uses research-paper-writing
Use $research-paper-writing to improve my paper's Introduction.
Uses research-paper-writing
Use the research-paper-writing skill to check whether the paragraph below flows clearly. Identify its main message, assess whether the opening sentence states that message, flag terms that need context, and explain any weak sentence-to-sentence connections. Suggest a focused revision. Paragraph: <paste the paragraph here>
Uses research-paper-writing
Use the research-paper-writing skill to check each major claim in this Abstract against the experimental evidence provided. Return a claim-evidence map in the documented format and identify claims that need evidence or should be weakened. Abstract: <paste the abstract here> Experimental evidence: <paste the relevant results here>