research-paper-writing

Guide ML researchers through iterative paper design, experimentation, and LaTeX drafting.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/devMoez/titan --skill research-paper-writing-devmoez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/devMoez/titan/tree/main/skills/research/research-paper-writing
Command: npx skills add https://github.com/devMoez/titan --skill research-paper-writing-devmoez

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creates publication-ready ML/AI research papers by guiding you through an end-to-end lifecycle—from literature review and experiment design to analysis, drafting, review, and submission—while enforcing evidence-based claims and citation verification.

Core Features & Use Cases

  • Experiment-to-claims pipeline: Maps each experiment to the specific paper claim it supports, so results directly validate the narrative.
  • Verified citations workflow: Prevents hallucinated references by requiring programmatic verification and flagging unverifiable citations as placeholders.
  • Conference-ready structure for major venues: Produces drafts aligned to NeurIPS/ICML/ICLR/ACL/AAAI/COLM norms, including iterative revision after simulated review.
  • Non-linear iteration loop: Treats the process as iterative (findings trigger new experiments, reviews trigger new analysis) rather than a single pass.
  • Artifacts and logging for reproducibility: Prompts for cost tracking, experiment journals, figure/table generation practices, and a bridge document (experiment_log.md) to connect results to prose.

Quick Start

Use the research-paper-writing skill to plan and draft an ML paper by first defining a one-sentence contribution and generating a structured experiment plan with mapped claims and verified citations.

Frequently Asked Questions about research-paper-writing

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

FAQPage Schema
How do I map ML experiments to specific paper claims for publication-ready drafts?

To map ML experiments to paper claims, use an experiment-to-claims pipeline that enforces evidence-based writing. This guides iterative research by requiring structured experiment journals and direct result validation for every narrative claim before drafting.

What's the best way to verify citations and prevent hallucinated references in research paper writing?

Citation verification in research paper writing is handled programmatically using dependencies like semanticscholar and habanero. This workflow cross-checks references against source databases and flags any unverifiable citations as placeholders to prevent hallucinated references.

Can I use LaTeX drafting and statistical analysis for NeurIPS or ICML conference paper formats?

LaTeX drafting and statistical analysis support major ML conference formats including NeurIPS, ICML, ICLR, and ACL. The workflow aligns drafts to venue-specific norms, generates figures using matplotlib, and refines the submission narrative after simulated review.

How do I design and run iterative experimentation for an AI research paper?

Designing iterative experimentation for AI research involves a non-linear loop where findings trigger new experiments and analysis. The process requires structured project organization, cost tracking, and maintaining an experiment log to connect results directly to prose.

Does this research workflow support non-empirical paper types or only empirical ML experiments?

This research workflow supports both empirical and some non-empirical ML paper types. It enforces disciplined claim-experiment mapping and structured project organization to ensure the submission narrative is fully supported by results across different paper categories.

Why does literature discovery require programmatic verification during the research paper writing process?

Literature discovery requires programmatic verification to ensure all referenced works are authentic and accurately cited. Using arxiv and semanticscholar APIs, the workflow cross-checks references during discovery and flags unverifiable citations as placeholders to maintain submission integrity.