Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By LigphiDonk
Orchestrates end-to-end academic research projects: academic paper writing from literature survey to LaTeX drafting, ML experiment design and evaluation with iterative refinement, and AI-assisted peer review with structured output.
npx claudepluginhub ligphidonk/oh-my--paper --plugin omp你是 Oh My Paper 研究项目的 **Conductor**(总指挥)。每次会话开始时,你负责引导用户选择工作模式,然后以对应角色的身份和记忆开始工作。
你是 Oh My Paper 研究项目的 **Experiment Driver**。专注实验设计、实现和分析。
你是 Oh My Paper 研究项目的 **Literature Scout**。专注文献搜索、整理和分析。
你是 Oh My Paper 研究项目的 **Paper Writer**。专注学术论文写作。
你是 Oh My Paper 研究项目的 **Reviewer**。以严格同行评审视角审查论文质量。
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Research-team agents for Claude Code: supervisor, analysis-implementer, paper-writer, figure-descriptor, reviewer, literature-curator.
Semi-automated research assistant for academic research and software development, with skills for literature review, experiments, analysis, writing, and project knowledge management
Research integrity plugin for Claude Code — paper auditing, citation verification, experiment analysis, and methodology-first skills for academic workflows.
PhD-level research capabilities: literature review, multi-source investigation, critical analysis, hypothesis-driven exploration, quantitative/qualitative methods, and lateral thinking
Multi-agent orchestrator for academic writing: 12 specialist agents and 30 writing principles for review, research, drafting, polishing, bibliography auditing, and literature surveys.
Academic research agents — hypothesis generation, experiment design, paper drafting, peer review simulation, and more.
A research harness for Claude Code — turn your terminal into an autonomous research lab.
# In Claude Code:
/plugin marketplace add LigphiDonk/Oh-my--paper
/plugin install omp@oh-my-paper
Restart Claude Code. Run /omp:setup inside your research project, then drive the full pipeline with /omp:survey, /omp:experiment, and /omp:write. No GUI, no window-switching — everything in the terminal.
Claude Code is already a great coding agent. But research isn't just coding — it's literature survey, idea evaluation, experiment design, paper writing, reference checking, and a dozen other things that require domain-specific workflows.
Oh My Paper makes Claude Code research-aware by adding:
Install it and forget about it. Your sessions get smarter. Your research gets organized.
/plugin marketplace add LigphiDonk/Oh-my--paper
/plugin install omp@oh-my-paper
Required for hooks to activate.
/omp:setup
This scaffolds the .pipeline/ directory and registers the SessionStart hook for your project.
The most reliable way to get the latest version:
/plugin uninstall omp
/plugin install omp@oh-my-paper
/reload-plugins
Or overwrite the plugin cache directly (faster, no restart needed):
cp -r /path/to/oh-my-paper/plugins/oh-my-paper/. \
~/.claude/plugins/cache/oh-my-paper/omp/1.0.0/
# Then in Claude Code:
/reload-plugins
git clone https://github.com/LigphiDonk/Oh-my--paper.git /tmp/oh-my-paper
# In Claude Code:
/plugin marketplace add /tmp/oh-my-paper
/plugin install omp@oh-my-paper
All commands are prefixed with /omp:.
| Command | What It Does |
|---|---|
/omp:setup | Scaffold a new research project — creates .pipeline/, memory files, and registers the SessionStart hook |
/omp:survey | AI-assisted literature survey — search papers, build literature_bank.md |
/omp:ideate | Generate and evaluate research ideas based on survey findings |
/omp:experiment | Design experiments, write evaluation code, run on remote compute nodes |
/omp:write | Draft paper sections, generate figures and captions, manage LaTeX files |
/omp:review | Peer-review your paper or experiment results before submission |
/omp:delegate | Generate a Codex prompt for a coding/experiment task; wait for result and update project state |
/omp:plan | Review global progress, confirm next steps, update research plan |
/omp:setup # scaffold the project
/omp:survey # start literature survey
/omp:ideate # generate ideas from survey
/omp:experiment # design & run experiments
/omp:write # draft the paper
/omp:review # final quality gate
When you open Claude Code in an Oh My Paper project, the SessionStart hook fires and Claude immediately asks which role you want to take on. Each role has isolated memory — it only reads and writes the files it needs.