mcpbeat Sign in

Nanoresearch Writing Agent Skill

Draft a LaTeX research paper from all previous stage outputs

552 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1480
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/OpenRaiser/NanoResearch --skill nanoresearch-writing

The instruction itself

6 sections, as written by the author

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

  • Parse all upstream outputs to gather hypotheses, literature, experiment design, and results
  • Generate the paper outline following a standard structure (Abstract, Introduction, Related Work, Method, Experiments, Conclusion)
  • Draft the Abstract summarizing the problem, approach, and key findings
  • Draft the Introduction motivating the research question and stating contributions
  • Draft Related Work synthesizing the surveyed literature from the ideation stage
  • Draft the Method section describing the proposed approach in detail
  • Draft the Experiments section with dataset descriptions, baseline comparisons, and ablation results
  • Generate figures (performance plots, ablation charts, architecture diagrams) using generate_figure
  • Generate tables summarizing quantitative results

10. Draft the Conclusion with a summary of findings and future work directions

11. Compile the bibliography from all cited papers

12. Assemble the full LaTeX document using generate_latex

13. Compile to PDF using compile_pdf and verify the output

Output

Produces papers/draft/ directory containing:

  • main.tex: Complete LaTeX source of the paper
  • references.bib: Bibliography file with all citations
  • figures/: Generated figures in PDF or PNG format
  • tables/: LaTeX table source files
  • main.pdf: Compiled PDF of the paper draft

Other skills for the same job

different authors, same section of the catalogue
Scholar Evaluation
by christophacham
×3

Systematically evaluate scholarly work using the ScholarEval framework, providing structured assessment across research quality dimensions including problem formulation, methodology, analysis, and writing with quantitative scoring and actionable feedback.

11k tokens scripts
Search First
by loulanyue
×1

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.

2k tokens
Scientific Writing
by christophacham
×1

Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.

58k tokens
Scientific Writing
by ComeOnOliver
×1

Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.

63k tokens
Scientific Writing
by ComeOnOliver
×1

Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process: (1) create section outlines with key points using research-lookup, (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.

42k tokens
Paper Writing
by wanshuiyin

Workflow 3: Full paper writing pipeline. Orchestrates paper-plan \u2192 paper-figure \u2192 paper-write \u2192 paper-compile \u2192 auto-paper-improvement-loop to go from a narrative report to a polished, submission-ready PDF. Use when user says \\\"\u5199\u8bba\u6587\u5168\u6d41\u7a0b\\\", \\\"write paper pipeline\\\", \\\"\u4ece\u62a5\u544a\u5230PDF\\\", \\\"paper writing\\\", or wants the complete paper generation workflow.

3k tokens
Paper Writing
by wanshuiyin

Workflow 3: Full paper writing pipeline that goes from a narrative report to a polished, submission-ready PDF. Use when user says \"写论文全流程\", \"write paper pipeline\", \"从报告到PDF\", \"paper writing\", or wants the complete paper generation workflow.

9k tokens
Writing Systems Papers
by wanshuiyin

Paragraph-level structural blueprint for 10-12 page systems papers targeting OSDI, SOSP, ASPLOS, NSDI, and EuroSys. Provides page allocation, paragraph templates, and writing patterns. Use when user says \"写系统论文\", \"systems paper structure\", \"OSDI paper\", \"SOSP paper\", or wants fine-grained structural guidance for a systems conference submission.

2k tokens

How to use it

Copy the folder

Take openraiser/nanoresearch-writing from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.