Adds an associate-editor (AE) suggestion mode to the suggesting-reviewers skill, and bundles profiles for the 9 current ORM associate editors.
What's new in 0.2.0
- AE mode. From a manuscript abstract, recommend a handling associate editor from the journal's sitting AEs — same topical/methods matching as reviewer mode, but drawing from the AE pool and running no external search. Mode is auto-detected from the request ("suggest an AE", "who should handle this paper", …).
- 9 new AE profiles (Dawson, DeSimone, Greckhamer, Krasikova, Lê, Rönkkö, Stanton, Welch, Withers) — OpenAlex-grounded, with representative method papers and ORM publication sweeps, built the same way as the editorial-board profiles.
Download
suggesting-reviewers-skill.zip — a self-contained skill bundle: SKILL.md plus the bundled Organizational Research Methods roster and 138 pre-built profiles (129 reviewer-eligible board members + 9 associate editors), each enriched with the member's ORM publications via an OpenAlex sweep.
What it does
Given a manuscript abstract, either suggests peer reviewers (eligibility-filtered board members matched against bundled profiles + live-searched external experts, with a hard methods filter and early-to-mid-career tilt) or recommends a handling associate editor from the journal's sitting AEs.
Install (claude.ai)
Upload the zip under Settings → Capabilities → Skills. The board/AE-matching half works fully offline from the bundle. The external-expert search (reviewer mode only) calls OpenAlex / Semantic Scholar MCP tools, which only run if you've connected those connectors.
Notes
- The packaged
SKILL.mduses skill-relative paths (the Claude Code${CLAUDE_PLUGIN_ROOT}variable is rewritten at package time). - For Claude Code users, install the plugin instead via the marketplace (
/plugin marketplace add mronkko/claude-academic-research) — no zip needed. - Regenerate this asset with
python3 editorial-tools/scripts/package_skill.py.