A collection of Claude Code plugins for research, policy analysis, and development.
/plugin marketplace add MaxGhenis/claude-pluginsThen install individual plugins:
/plugin install academic-referee@maxghenis-pluginsMulti-perspective academic paper review with journal-matched referee personas.
Simulates the peer review process to help improve your research before submission.
-
Find a journal:
/find-journal [topic]- Analyzes your paper/software
- Searches for suitable open access journals
- Recommends top 3-5 venues with fit assessment
-
Generate referees:
/generate-referees <journal>- Researches the target journal's standards
- Creates 3-4 domain-matched referee personas
- Always includes a reproducibility reviewer
-
Run reviews:
/run-review [referees]- Launches all referee reviews in parallel
- Each referee produces structured feedback
- Synthesizes into editorial decision
-
Full cycle:
/review-cycle [journal]- Complete workflow from journal selection to acceptance
- Iterates until all referees recommend Accept
| Referee | Focus |
|---|---|
| Methodology | Mathematical rigor, statistical validity, algorithmic correctness |
| Domain Expert | Application relevance, related work, field context |
| Practitioner | Usability, documentation, practical value |
| Reproducibility | Code quality, tests, documentation, replication |
# Start the full review cycle
/review-cycle
# Or step by step:
/find-journal "differentially private econometrics"
/generate-referees "Journal of Privacy and Confidentiality"
/run-reviewAdd new plugins to plugins/ directory:
plugins/
└── my-new-plugin/
├── plugin.json
├── commands/
├── agents/
└── skills/
Then add to .claude-plugin/marketplace.json.
MIT
Max Ghenis (max@policyengine.org)