openraiser/nanoresearch-writing
Draft a LaTeX research paper from all previous stage outputs
npx skills add https://github.com/OpenRaiser/NanoResearch --skill nanoresearch-writing
Take all previous outputs (ideation, planning, experiment results) and produce a complete LaTeX paper draft with figures, tables, and bibliography.
generate_latex: Generate and assemble LaTeX source files for each paper sectioncompile_pdf: Compile the LaTeX source into a PDF documentgenerate_figure: Produce publication-quality figures from experiment resultsideation_output: Path to papers/ideation_output.json from the ideation skillexperiment_blueprint: Path to papers/experiment_blueprint.json from the planning skillexperiment_results: Path to experiments/ directory containing code and results from the experiment skillgenerate_figure10. 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
Produces papers/draft/ directory containing:
main.tex: Complete LaTeX source of the paperreferences.bib: Bibliography file with all citationsfigures/: Generated figures in PDF or PNG formattables/: LaTeX table source filesmain.pdf: Compiled PDF of the paper draftTake openraiser/nanoresearch-writing from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.