research-paper-writing

Coordinate ML research paper writing with experiment tracking, literature review, and LaTeX drafting.

Updated May 4, 2026
One-click install
npx skills add https://github.com/InverterNetwork/hermes-agent --skill research-paper-writing-inverternetwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/InverterNetwork/hermes-agent/tree/main/skills/research/research-paper-writing
Command: npx skills add https://github.com/InverterNetwork/hermes-agent --skill research-paper-writing-inverternetwork

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires semanticscholar, arxiv, habanero, requests, scipy, numpy, matplotlib, SciencePlots, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex, iterative lifecycle of ML research, from initial experiment design and literature review to final paper drafting and submission, preventing common pitfalls like hallucinated citations and disconnected experiment narratives.

Core Features & Use Cases

  • Iterative Research Loop: Manages the feedback cycle between experiment results, analysis, and paper revisions.
  • Verified Citation Management: Programmatically fetches and validates BibTeX entries to eliminate citation hallucinations.
  • Use Case: Use this Skill to manage a NeurIPS submission by coordinating experiment tracking, automated literature search, and LaTeX drafting within a single version-controlled workspace.

Quick Start

Use the research-paper-writing skill to initialize a new project workspace and generate a project TODO list for your current ML research idea.

Frequently Asked Questions about research-paper-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate BibTeX citation management for a machine learning paper?

Automated citation management programmatically fetches and validates BibTeX entries to prevent citation hallucinations. It integrates academic APIs like Semantic Scholar and arXiv to verify references and maintain reproducible literature reviews for ML conference submissions.

What's the best way to manage iterative ML experiments and paper revisions together?

Managing iterative ML experiments and paper revisions requires coordinating the feedback cycle between experiment results, statistical analysis, and LaTeX drafting. This iterative research loop ensures experiment narratives remain connected to version-controlled research history.

How do I run statistical analysis on machine learning experiment results?

Running statistical analysis on ML experiment results utilizes scientific libraries like SciPy and NumPy. It processes experimental data to generate rigorous statistical evaluations, integrating the findings directly into the LaTeX drafting pipeline.

Can I use this pipeline to draft LaTeX papers for NeurIPS submissions?

Yes, drafting LaTeX papers for NeurIPS submissions is supported. The pipeline coordinates experiment tracking, automated literature search via arXiv, and LaTeX drafting within a single version-controlled workspace to streamline conference submissions.

Do I need Semantic Scholar and arXiv APIs to run automated literature reviews?

Yes, integrating academic APIs like Semantic Scholar and arXiv is required to run automated literature reviews. These dependencies enable programmatic fetching of verified academic references and support rigorous citation validation.

How does automated citation verification prevent hallucinated references in research papers?

Automated citation verification prevents hallucinated references by programmatically fetching and validating BibTeX entries against academic databases. This mechanism eliminates fabricated citations and ensures all literature reviews are reproducible.