nanoresearch-writing
FeaturedDraft a LaTeX research paper from all previous stage outputs
AI & Automation 1,357 stars
96 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
1. Parse all upstream outputs to gather hypotheses, literature, experiment design, and results
2. Generate the paper outline following a standard structure (Abstract, Introduction, Related Work, Method, Experiments, Conclusion)
3. Draft the Abstract summarizing the problem, approach, and key findings
4. Draft the Introduction motivating the research question and stating contributions
5. Draft Related Work synthesizing the surveyed literature from the ideation stage
6. Draft the Method section describing the proposed approach in detail
7. Draft the Experiments section with dataset descriptions, baseline comparisons, and ablation results
8. Generate figures (performance plots, ablation charts, architecture diagrams) using `generate_figure`
9. Generate tables su...
Details
- Author
- OpenRaiser
- Repository
- OpenRaiser/NanoResearch
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
nanoresearch-planning
Produce an experiment blueprint from a research hypothesis
1,357 Updated today
OpenRaiser AI & Automation Listed
ai-research-writing-skill
End-to-end research paper generation, review, and revision for ML/AI/CV/NLP projects from repositories, notes, experiment logs, drafts, and conference templates. Use when building a paper story, mapping claims to evidence, writing or revising sections, producing figures and tables, verifying citations, acting as a skeptical reviewer, running venue or build checks, or preparing a LaTeX/Overleaf/Git submission package.
16 Updated 1 months ago
jin-s13 AI & Automation Featured
nanoresearch-ideation
Search academic literature and generate research hypotheses
1,357 Updated today
OpenRaiser