NanoResearch Paper Writing
Turns upstream ideation, plan and experiment artifacts into a complete LaTeX paper draft with figures, tables and a compiled PDF.
Content & WritingIntermediate★ 1,360⑂ 96AI score 5/10Last updated: Aug 25, 2026
What it does
- Parses
papers/ideation_output.json,papers/experiment_blueprint.jsonand theexperiments/directory to collect hypotheses, literature and results. - Drafts every section in a standard order: Abstract, Introduction, Related Work, Method, Experiments, Conclusion.
- Generates publication-quality figures and result tables, assembles
references.bibandmain.tex, then compilesmain.pdf.
Who it's for
- Researchers running an automated research pipeline who need results written up as a paper.
- Grad students who have numbers and logs but dread building the LaTeX scaffold.
- Teams delegating the first-draft stage to an AI agent.
Examples
- After experiments finish: "draft the paper from experiments/" → get
papers/draft/main.pdf. - Regenerate only the ablation table and performance plot and swap them into an existing draft.
- Convert the surveyed literature from ideation into a Related Work section plus a bib file.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/OpenRaiser/NanoResearch/HEAD/skills/nanoresearch-writing/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/nanoresearch-writing folder from the GitHub repo OpenRaiser/NanoResearch into my ~/.claude/skills/nanoresearch-writing/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/OpenRaiser/NanoResearch.git && mkdir -p ~/.claude/skills && cp -r NanoResearch/skills/nanoresearch-writing ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and go to your working directory.
- Clone the repo:
git clone https://github.com/OpenRaiser/NanoResearch.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r NanoResearch/skills/nanoresearch-writing ~/.claude/skills/ - Install a TeX distribution (TeX Live or MacTeX) since the skill compiles LaTeX.
- Prepare the upstream pipeline skills and their JSON outputs (ideation, planning, experiment).
- Restart Claude Code and ask it to "use nanoresearch-writing to draft the paper".
View source on GitHub ↗License: MIT