CoPaper-OpenCode
Structured academic paper writing from storyline to LaTeX submission
All Skills in This Repository (31)
Pure Emerald Level Indicatorsrelatedwork-summarizer
Summarize and index related research literature using OpenAI-compatible LLMs.
markdown-review
Review markdown academic papers against CoPaper GUI structure criteria.
latex2markdown
Convert LaTeX academic papers to CoPaper markdown format.
human-comment-helper
Add structured human comments to academic paper drafts.
novelty-checker
Analyze a paper's key insight novelty against existing literature.
auto-init
Detect and initialize new CoPaper paper projects with phase setup.
data-checker
Validate academic paper data authenticity and reproducibility by detecting placeholders and verifying script outputs.
markdown-helper
Write and review markdown academic paper content within the CoPaper GUI.
technical-depth-checker
Evaluate a paper's design section for novel designs and detailed solutions.
template-latex-export
Convert markdown drafts to LaTeX using user-provided templates.
clarity-checker
Identify and resolve clarity issues in academic paper drafts.
phase-navigation
Navigate CoPaper workflow phases using the copaper CLI.
Frequently Asked Questions
FAQPage SchemaHow to install CoPaper-OpenCode?โผ
Run `npx skills add PKU-ASAL/CoPaper-OpenCode --all -g -y` in your terminal to install all skills globally.
How does CoPaper help write a research paper?โผ
It breaks paper writing into six tracked phases, from storyline to LaTeX export, and routes each step to a dedicated skill. It polishes your input and checks quality but never invents research content.
Can CoPaper import my existing PDF or slides?โผ
Yes. The pdf2paper and ppt2storyline skills convert an existing PDF draft or slide deck into the structured paper.md or storyline.md format section by section.
Does CoPaper check paper quality before submission?โผ
Yes. Seven checkers review problem definition, novelty, technical depth, logic, clarity, evaluation rigor, and data authenticity, plus a final submission precheck report.
Do I need coding skills to use CoPaper?โผ
No. You interact in plain language, and the agent handles CLI commands, state tracking, and file edits after your confirmation.
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