Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Skills for Claude Code — deep-research: systematic academic literature review
| Date | Stars |
|---|---|
| 2026-07-31 | 250 |
| 2026-08-05 | 258 |
| 2026-08-06 | 258 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# agent-research-skills 31 skills for [Claude Code](https://claude.ai/code) covering the full academic research paper lifecycle — from literature search to slide generation — plus GitHub repository analysis for research topics. Extracted from 17 GitHub repos studying LLM-agent-driven research automation. See [SKILLS_DESIGN.md](/Users/lingzhi/Code/research-engine/SKILLS_DESIGN.md) for the original design specifications. ## Installation ### One-line install ```bash npx skills add lingzhi227/agent-research-skills -g -a claude-code ``` > Use the `-g` (global) flag. Scripts use `~/.claude/skills/` paths that require global installation. ### Post-install setup ```bash git clone https://github.com/lingzhi227/agent-research-skills.git /tmp/agent-research-skills /tmp/agent-research-skills/install.sh rm -rf /tmp/agent-research-skills ``` This installs slash commands, checks Python dependencies, and verifies script syntax. ### Optional dependencies | Package | Required by | Install | |---------|------------|---------| | Python 3 | All scripts | `brew install python3` | | PyMuPDF | `self-review`, `deep-research` (PDF parsing) | `pip install PyMuPDF` | | numpy + scipy | `data-analysis` (statistical tests) | `pip install numpy scipy` | ### Optional configuration 1. **Semantic Scholar API key** (higher rate limits for literature search): - Get one at https://www.semanticscholar.org/product/api#api-key - Save in `~/keys.md`: `S2_API_Key: your-key-here` 2. **Output directory**: Deep research outputs go to `~/deep-research-output/` by default. ## Available Skills (31) ### Phase 0: Research Discovery & Planning | Skill | Description | Scripts | |-------|-------------|---------| | **[github-research](skills/github-research/)** | 6-phase GitHub repo discovery, analysis, and integration planning for research topics | 13 scripts: search, clone, analyze structure/deps/impls, compare, compile report | | **[deep-research](skills/deep-research/)** | 6-phase systematic literature survey (frontier → survey → deep dive → code → synthesis → report) | 7 scripts: search APIs, PDF extraction, paper DB, BibTeX, report compilation | | **[literature-search](skills/literature-search/)** | Multi-source academic search (Semantic Scholar, arXiv, OpenAlex, CrossRef) with ranking | 4 scripts: `search_crossref.py`, `download_arxiv_source.py`, `search_openalex.py` + shared | | **[literature-review](skills/literature-review/)** | Multi-perspective dialogue simulation with expert personas for grounded literature review | Shares search scripts | | **[idea-generation](skills/idea-generation/)** | Generate and score research ideas (Interestingness/Feasibility/Novelty) with iterative refinement | 1 script: `novelty_check.py` | | **[novelty-assessment](skills/novelty-assessment/)** | Harsh-critic novelty evaluation with up to 10 rounds of literature search | Shares search scripts | | **[research-planning](skills/research-planning/)** | 4-stage research plan design with task dependency graphs | Prompt-only | ### Phase 1: Method Design | Skill | Description | Scripts | |-------|-------------|---------| | **[atomic-decomposition](skills/atomic-decomposition/)** | Decompose ideas into atomic concepts with bidirectional math ↔ code mapping | Prompt-only | | **[algorithm-design](skills/algorithm-design/)** | Algorithm pseudocode (LaTeX) + UML diagrams (Mermaid) with consistency verification | Prompt-only | | **[math-reasoning](skills/math-reasoning/)** | Derivations, proofs, formalization, statistical test selection, notation tables | Prompt-only | | **[symbolic-equation](skills/symbolic-equation/)** | LLM-guided evolutionary search for scientific equation discovery | Prompt-only | ### Phase 2: Experiment Pipeline | Skill | Description | Scripts | |-------|-------------|---------| | **[experiment-design](skills/experiment-design/)** | 4-stage progressive experiment planning (implement → tune → research → ablate) | 1 script: `design_experiments.py` | | **[ex
Excerpt of 10,016 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:77d56189956d80c3, llm:Repository name and description: 'agent-research-skills' and 'Skills for Claude Code — deep-research: systematic academic literature review' — appears to be tools/skills for an AI agent (Claude) to perform deep research and literature review.
matched fp:77d56189956d80c3, llm:Repository name and description: 'agent-research-skills' and 'Skills for Claude Code — deep-research: systematic academic literature review' — appears to be tools/skills for an AI agent (Claude) to perform deep research and literature review.
matched fp:77d56189956d80c3, llm:Repository name and description: 'agent-research-skills' and 'Skills for Claude Code — deep-research: systematic academic literature review' — appears to be tools/skills for an AI agent (Claude) to perform deep research and literature review.