research-paper

Automate research paper development from idea to rebuttal with a 7-Agent Pipeline.

119|11|Updated May 13, 2026
One-click install
npx skills add https://github.com/SGloria/research-paper-pipeline --skill research-paper-sgloria
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-paper
Source: https://github.com/SGloria/research-paper-pipeline/tree/main
Command: npx skills add https://github.com/SGloria/research-paper-pipeline --skill research-paper-sgloria

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, cairosvg, Pillow, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the end-to-end workflow of turning rough research ideas into conference-ready papers by coordinating multiple specialized agents (Idea, Literature, Method, Experiments, Writing, Figures, Review, Rebuttal).

Core Features & Use Cases

  • 7-Agent Pipeline: Orchestrates topic discovery, literature review, method design, experiments, writing, and rebuttal generation to produce a complete manuscript.
  • Smart Entry Points: Automatically determines the optimal starting phase from user input (direction, idea, draft, or a specific stage).
  • Checkpoint Resume: Maintains progress via a research_state.json file to support pause-and-resume workflows across venues.
  • Multi-Venue Support: Generates venue-ready LaTeX and templates for NeurIPS/ICML/ICLR/CVPR/ACL/ICCSE.
  • Citation Verification: Enforces a robust four-layer citation validation to ensure references are real and properly linked.
  • Automated LaTeX & PPTX Output: Produces Markdown, LaTeX, PDF, and editable PPTX figures, with reproducible pipelines.
  • Academic Visualization: Integrates Figures Agent to create SVGs and consolidate them into a PPTX package.

Quick Start

Provide your research direction or draft, and the Skill will orchestrate the full pipeline automatically.

Frequently Asked Questions about research-paper

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

FAQPage Schema
How do I automate my literature review and paper writing workflow from a rough idea?

Automating literature review and paper writing is handled by a 7-Agent pipeline that orchestrates topic discovery, method design, experiments, and writing to produce a complete manuscript from a rough idea.

What conference templates are supported for automated LaTeX paper generation?

Automated LaTeX paper generation supports NeurIPS, ICML, ICLR, CVPR, ACL, and ICCSE venue-ready templates, converting Markdown content into properly formatted LaTeX output.

Can I generate BibTeX citations automatically and verify they are real references?

BibTeX citations are managed automatically and verified through a four-layer citation validation system to ensure all references are real and properly linked.

Does this research pipeline work offline if arXiv and Semantic Scholar APIs are unavailable?

The research pipeline includes an offline fallback mode if public APIs like arXiv and Semantic Scholar are unavailable, allowing literature review and writing tasks to continue.

What is the best way to create academic SVG figures and export them as PPTX for a presentation?

Creating academic SVG figures and exporting them as PPTX is handled by the integrated Figures Agent, which generates SVGs and consolidates them into an editable PPTX package.

Can I resume a paper writing workflow if I stop halfway through a venue submission?

Resuming a paper writing workflow is supported via a research_state.json file that maintains progress, allowing you to pause and resume the pipeline across different venues.