Research Atlas is an inspectable research plugin suite for rigorous AI-assisted research. The companion site is researchatlas.info.
Version 1 ships one flagship skill:
research-verification— end-to-end reference verification across Claude Code, Codex CLI, and Gemini CLI
/plugin marketplace add ResearchAtlas/Research-Atlas
/plugin install research-verification@research-atlas
Then ask: verify these references
git clone https://github.com/ResearchAtlas/Research-Atlas
cd Research-Atlas
codexThen ask: verify these references
Codex discovers the skill natively from
.agents/skills/research-verification/. You can also invoke it with
$research-verification.
gemini skills install https://github.com/ResearchAtlas/Research-Atlas \
--path .agents/skills/research-verification
gemini skills listThen ask: verify these references
Gemini activates the skill by prompt match and asks for consent before loading the skill body.
- Resolves DOI-backed references against CrossRef first and OpenAlex as fallback.
- Cross-checks title, first-author surname, and publication year to catch fabricated DOIs and metadata mismatches.
- Emits a structured per-reference verdict envelope alongside a human-readable report.
The website is the public library and guide surface for Research Atlas:
- Library: copy-ready prompts
- Workflows: step-by-step research procedures
- Guides: framework and method explanations
Start here: researchatlas.info
npm install
npm run dev
npm run buildUseful verification commands:
npm run mirror:skills:check
npm run validate:envelopes
npm run grade:acceptance:fixtures
npm run test:hook:smokeThis repo contains both the website and the shipped flagship skill. Changes usually fall into one of two lanes:
- website changes under
src/ - canonical skill changes under
.claude/skills/research-verification/
Do not hand-edit .agents/skills/ or plugin/skills/; those are
mechanical mirrors.
Released under the MIT License. See LICENSE.