research-paper-writing

Automate machine learning research paper workflows from experiments to submission.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill research-paper-writing-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/research/research-paper-writing
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill research-paper-writing-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Producing a publication-ready ML research paper involves coordinating experiments, verifying citations, analyzing results, writing narrative, and meeting strict venue formatting requirements—all while maintaining scientific rigor. This skill eliminates the overhead of remembering venue-specific checklists and prevents common pitfalls like hallucinated citations or missing reproducibility statements.

Core Features & Use Cases

  • 7-Phase Pipeline: Structured workflow covering project setup, literature review, experiment design, execution, analysis, paper drafting, self-review, and submission for NeurIPS, ICML, ICLR, ACL, AAAI, and COLM.
  • Citation Hallucination Prevention: Enforces programmatic citation verification via Semantic Scholar, CrossRef, and arXiv APIs to eliminate AI-generated citation errors.
  • Experiment Infrastructure: Provides battle-tested patterns for incremental saving, crash recovery, statistical significance testing, and monitoring long-running batches.
  • Venue Compliance: Includes official LaTeX templates and mandatory checklist requirements for major ML/AI conferences to avoid desk rejection.

Quick Start

Use the research-paper-writing skill to produce a complete first draft of your ML paper by pointing it to your experimental results folder and specifying your target conference venue.

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 ML research paper writing and prevent citation hallucinations?

Automating ML research paper writing requires a structured pipeline that enforces programmatic citation verification via Semantic Scholar, arXiv, and CrossRef APIs to eliminate AI-generated citation errors and ensure scientific rigor.

What is the best way to format a machine learning conference submission for NeurIPS or ICML?

The best way to format a machine learning conference submission is using official LaTeX templates integrated with mandatory venue compliance checklists, preventing desk rejection at major conferences like NeurIPS, ICML, and ICLR.

How do I design and execute machine learning experiments with crash recovery?

Designing machine learning experiments with crash recovery requires infrastructure patterns for incremental saving, batch monitoring, and statistical significance testing to ensure robust execution and reproducible results.

Do I need Python dependencies like scipy and matplotlib to generate publication-ready figures?

Yes, generating publication-ready figures requires Python dependencies like scipy, numpy, matplotlib, and SciencePlots to compute statistical analysis and render plots meeting academic conference standards.

Can I verify references programmatically before submitting an academic paper to ACL or AAAI?

You can verify references programmatically before submitting to ACL or AAAI by querying Semantic Scholar, CrossRef, and arXiv APIs to validate metadata and eliminate hallucinated citations.

What are the limitations of automated statistical analysis in research paper pipelines?

Automated statistical analysis in research pipelines is limited to executing significance testing and generating plots; it requires valid experimental result folders as input and cannot replace expert interpretation of scientific findings.