Help us improve
Share bugs, ideas, or general feedback.
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.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search
Share bugs, ideas, or general feedback.
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)