nanoresearch-writing
Draft a LaTeX research paper from all previous stage outputs
pinned to #7144364updated 3 weeks ago
Ask your AI client: “install skills/nanoresearch-writing”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/nanoresearch-writingmetahub onboarded this repo on the author's behalf.
If you own github.com/OpenRaiser/NanoResearch on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1,491
Last commit
3 weeks ago
Latest release
published
- #agent-skills
- #agents
- #ai
- #ai-agents
- #ai-scientist
- #artificial-intelligence
- #autonomous-agents
- #autonomous-research
- #autoresearch
- #claude-code
- #claude-skills
- #nanobot
- #openclaw
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7144364· 3 weeks ago
Documentation
41Description qualitywarn
10 words · 60 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
23,225 chars · 26 sections · 20 code blocks
Tags / topics declared
13 total — agent-skills, agents, ai, ai-agents, ai-scientist, artificial-intelligence (+7)
README has usage / example sections
no labeled section but 20 code blocks document usage
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent7144364warn3 weeks ago
Contents
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 sectioncompile_pdf: Compile the LaTeX source into a PDF documentgenerate_figure: Produce publication-quality figures from experiment results
Input
ideation_output: Path topapers/ideation_output.jsonfrom the ideation skillexperiment_blueprint: Path topapers/experiment_blueprint.jsonfrom the planning skillexperiment_results: Path toexperiments/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
- Draft the Conclusion with a summary of findings and future work directions
- Compile the bibliography from all cited papers
- Assemble the full LaTeX document using
generate_latex - Compile to PDF using
compile_pdfand verify the output
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 draft
Reviews
No reviews yet. Be the first.
Related
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
orchestration-patterns
>
migration-patterns
>
mh install skills/nanoresearch-writing