Agent skill · Documentation

nanoresearch-writing

Draft a LaTeX research paper from all previous stage outputs

OpenRaisergithub.com/OpenRaiserGitHub ↗
claude-codeMIT
Install
npx skills add OpenRaiser/NanoResearch --skill nanoresearch-writing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: skills/nanoresearch-writing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,480
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Writing Skill ## Purpose Take all previous outputs (ideation, planning, experiment results) and produce a complete LaTeX paper draft with figures, tables, and bibliography. ## Tools Required - `generate_latex`: Generate and assemble LaTeX source files for each paper section - `compile_pdf`: Compile the LaTeX source into a PDF document - `generate_figure`: Produce publication-quality figures from experiment results ## Input - `ideation_output`: Path to `papers/ideation_output.json` from the ideation skill - `experiment_blueprint`: Path to `papers/experiment_blueprint.json` from the planning skill - `experiment_results`: Path to `experiments/` directory containing code and results from the experiment skill ## Process 1. Parse all upstream outputs to gather hypotheses, literature, experiment design, and results 2. Generate the paper outline following a standard structure (Abstract, Introduction, Related Work, Method, Experiments, Conclusion) 3. Draft the Abstract summarizing the problem, approach, and key findings 4. Draft the Introduction motivating the research question and stating contributions 5. Draft Related Work synthesizing the surveyed literature from the ideation stage 6.

What's inside
Steps it walks through
  1. Purpose
  2. Tools Required
  3. Input
  4. Process
  5. Output
More from NanoResearch
All skills →
About this skill
What does the nanoresearch-writing skill do?

Draft a LaTeX research paper from all previous stage outputs

How do I install it?

Run `npx skills add OpenRaiser/NanoResearch --skill nanoresearch-writing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From OpenRaiser/NanoResearch, a repository with 1,480 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going