Claude Code plugins for research, policy analysis, and development
npx claudepluginhub maxghenis/claude-pluginsSimulate academic peer review with journal-matched referee personas. Find suitable journals, generate domain-expert reviewers, run parallel reviews, iterate until acceptance.
No description available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
A collection of Claude Code plugins for research, policy analysis, and development.
/plugin marketplace add MaxGhenis/claude-plugins
Then install individual plugins:
/plugin install academic-referee@maxghenis-plugins
Multi-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]
Generate referees: /generate-referees <journal>
Run reviews: /run-review [referees]
Full cycle: /review-cycle [journal]
| 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-review
Add 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)