Claude's academic research suite, repackaged for Codex
A Codex-native port of the Academic Research Skills suite, built because the original only spoke Claude Code.

What it does The repository packages the Academic Research Skills (ARS) suite—originally built for Claude Code—as a single installable skill for OpenAI Codex. It routes user requests through five vendored workflows covering literature review, paper drafting, simulated peer review, end-to-end research pipelines, and experiment planning. The adapter translates Claude-specific conventions like slash commands into plain-text aliases that Codex interprets inline.
The interesting bit The project treats the upstream Claude Code repository as an unmodified source of truth, copying content fresh and overlaying Codex-specific routing logic without forking the original. Even Claude-specific artifacts like hooks and agent manifests are preserved as traceability metadata rather than functional code, which is an unusually honest approach to cross-platform porting.
Key highlights
- Five distinct workflows:
deep-research,academic-paper,academic-paper-reviewer,academic-pipeline, andexperiment-agent - Emulates Claude-style
/ars-*slash commands as inline text aliases (ars-plan,ars-reviewer, etc.) because Codex lacks a native plugin registry - Socratic scoping mode refuses to draft an outline until the research question has converged
- Cross-model verification can call Anthropic Claude Opus 4.7 via API, but is disabled by default
- Package version (
0.1.9) tracks independently of the vendored upstream ARS suite (v3.10.0)
Caveats
- Several upstream features are non-functional in Codex: Claude hooks exist only for “traceability metadata,” slash commands are not truly registered, and background agents do not spawn unless explicitly requested
- Cross-model verification requires a separate Anthropic API key and ignores upstream GPT/Gemini dispatch instructions
- The README warns that existing Codex sessions may cache old skill versions, requiring a fresh conversation after updates
Verdict Worth a look if you are already using Codex and want structured, integrity-gated academic workflows. Skip it if you are a Claude Code user—there is a native version with fuller feature support.
Frequently asked
- What is Imbad0202/academic-research-skills-codex?
- A Codex-native port of the Academic Research Skills suite, built because the original only spoke Claude Code.
- Is academic-research-skills-codex open source?
- Yes — Imbad0202/academic-research-skills-codex is an open-source project tracked on heatdrop.
- What language is academic-research-skills-codex written in?
- Imbad0202/academic-research-skills-codex is primarily written in Python.
- How popular is academic-research-skills-codex?
- Imbad0202/academic-research-skills-codex has 6.9k stars on GitHub and is currently accelerating.
- Where can I find academic-research-skills-codex?
- Imbad0202/academic-research-skills-codex is on GitHub at https://github.com/Imbad0202/academic-research-skills-codex.