research-paper-pipeline
End-to-end academic paper writing, review, and rebuttal pipeline
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install research-paper-pipeline?โผ
Run `npx skills add SGloria/research-paper-pipeline --all -g -y` in your terminal to install the full pipeline globally. You also need Python 3.9+ and a LaTeX distribution such as TeX Live for PDF compilation.
Can it write a complete research paper from scratch?โผ
Yes. Give it a research direction or keyword and it runs through idea generation, literature review, method design, experiments, writing, and figure creation to produce a formatted LaTeX paper and PDF.
Can I use only one stage like literature review or rebuttal?โผ
Yes. The pipeline detects your input and jumps straight to the right stage, so you can request only a literature review, mock peer review, or rebuttal letter without running earlier phases.
How does it prevent fake citations?โผ
It runs a four-layer verification checking arXiv IDs, DOIs, Semantic Scholar title matching, and metadata consistency, then flags or removes any reference that cannot be verified.
Which conferences and tools does it support?โผ
It ships LaTeX templates for NeurIPS, ICML, ICLR, and ICCSE with built-in support for CVPR and ACL, and runs in Claude Code, Cursor, and other hosts that support the SKILL.md standard.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides