Claude Skills Research
Description
Claude Code skills for academic research support: paper review, bibliography verification, literature surveying, head-to-head paper comparison, and HPC experiment campaigns.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-skills-research
Claude Code skills for supporting academic research in machine learning and computer science: reviewing papers, verifying bibliographies, finding related work, comparing a draft against prior art, and running experiment campaigns on HPC clusters.
These grew out of real reviewing work. Every design decision that looks odd is there because something failed on a real paper, and the reasoning is recorded in the skill itself rather than lost.
Install
git clone https://github.com/chgagne/claude-skills-research ~/.claude/skills
Or clone elsewhere and symlink the ones you want into `~/.claude/skills/`. Claude Code discovers a skill by the frontmatter in its `SKILL.md`.
**No dependencies.** Every tool is Python 3.10+ standard library only — no pip install, no virtualenv. A guard test in each skill fails the suite if a third-party import creeps in.
Optional configuration
| Setting | Effect | How |
|---|---|---|
SCHOLARLY_MAILTO |
Puts Crossref/OpenAlex requests in their polite pool — faster and more reliable. Optional; everything works without it. | export SCHOLARLY_MAILTO="you@university.edu" or write it to ~/.config/scholarly/mailto |
S2_API_KEY |
A dedicated 1 req/s lane on Semantic Scholar instead of a contended anonymous pool. | Request one free, then export S2_API_KEY=… or ~/.config/scholarly/s2_key |
pdftotext |
Lets comparing-papers read PDFs when LaTeX source is unavailable. |
brew install poppler / apt install poppler-utils |
sympy |
Lets verifying-proofs confirm an algebraic identity rather than merely failing to refute it. Absent, those steps report UNVERIFIED and the run exits 2. |
pip install sympy |
z3 |
An opt-in escape hatch in verifying-proofs for a concrete inequality over reals or integers. Not used by any default run. |
pip install z3-solver |
latexmk |
Builds the per-theorem PDFs in `explaining-de |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11