Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

NanoResearch Paper Writing

Turns upstream ideation, plan and experiment artifacts into a complete LaTeX paper draft with figures, tables and a compiled PDF.

Content & WritingIntermediate1,36096AI score 5/10Last updated: Aug 25, 2026

What it does

  • Parses papers/ideation_output.json, papers/experiment_blueprint.json and the experiments/ 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.bib and main.tex, then compiles main.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

  1. After experiments finish: "draft the paper from experiments/" → get papers/draft/main.pdf.
  2. Regenerate only the ablation table and performance plot and swap them into an existing draft.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal and go to your working directory.
  2. Clone the repo: git clone https://github.com/OpenRaiser/NanoResearch.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r NanoResearch/skills/nanoresearch-writing ~/.claude/skills/
  5. Install a TeX distribution (TeX Live or MacTeX) since the skill compiles LaTeX.
  6. Prepare the upstream pipeline skills and their JSON outputs (ideation, planning, experiment).
  7. Restart Claude Code and ask it to "use nanoresearch-writing to draft the paper".