claude-scholar
Semi-automated research assistant for academic research and software development. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across ideation, coding, experiments, writing, and publication.
Install / Use
npx skills add Galaxy-Dawn/claude-scholarInstalls into whichever agent you are using.
CLAUDE.md
Claude Code project instructions
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHub<strong>Language</strong>: <a href="README.md">English</a> | <a href="README.zh-CN.md">中文</a> | <a href="README.ja-JP.md">日本語</a>
<p><strong>Supported Platforms</strong>: <a href="https://github.com/Galaxy-Dawn/claude-scholar/tree/main">Claude Code</a> | <a href="https://github.com/Galaxy-Dawn/claude-scholar/tree/codex">Codex CLI</a> | <a href="https://github.com/Galaxy-Dawn/claude-scholar/tree/kimi">Kimi Code CLI</a> | <a href="https://github.com/Galaxy-Dawn/claude-scholar/tree/opencode">OpenCode</a></p> </div><p><em>Branch note</em>: the <code>main</code> branch is the Claude Code workflow. If you use Codex CLI, please see the <a href="https://github.com/Galaxy-Dawn/claude-scholar/tree/codex"><code>codex</code> branch</a>. If you use Kimi Code CLI, please see the <a href="https://github.com/Galaxy-Dawn/claude-scholar/tree/kimi"><code>kimi</code> branch</a>. If you use OpenCode, please see the <a href="https://github.com/Galaxy-Dawn/claude-scholar/tree/opencode"><code>opencode</code> branch</a>.</p>Semi-automated research assistant for academic research and software development, especially for computer science and AI researchers. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across literature review, coding, experiments, reporting, writing, and project knowledge management.
Recent News
- 2026-06-03: Kimi Code CLI branch added with strong support from Kimi — added the
kimibranch as the Kimi Code CLI edition of Claude Scholar and thank the Kimi team for their strong support of this project. - 2026-05-14:
expression-skillmade the communication core,planning-with-filesrestored as the default persistence layer, and the Nature writing stack expanded — madeexpression-skillthe explicit conclusion-first discipline for reporting, planning, file operations, and multi-step technical work; reintroducedplanning-with-filesas the default on-disk planning and progress-tracking workflow for complex tasks; introducednature-writingfor section drafting and argument construction; refreshednature-polishingto the latest upstream article-pattern release; and keptnature-responseplusnature-datain the journal-writing stack. - 2026-05-13: Evidence-gated research workflow and
Sources/Papersrouting tightened — added a sharedresearch-contract.mdfor Evidence Records, claim strength, and Claim Promotion Gates; connected research ideation, Zotero ingestion, literature synthesis, results reporting, writing, and rebuttal workflows to that contract; and clarified that project paper notes live underSources/Papersbefore promoted claims move intoKnowledgeorWriting. - 2026-04-24: Project-scoped Obsidian KB workflow consolidated — rebuilt Obsidian project knowledge management into a vault-first workflow, consolidated the older overlapping memory skills into four focused skills, kept repo-local project binding metadata as a runtime layer, and made project navigation human-first instead of a machine registry dump.
- 2026-04-22: Lean core, pruned default agents, safer install lifecycle, and cleaner paper discovery — replaced large always-on
CLAUDE.md/AGENTS.mdfiles with compact core instructions, pruned the default agent set to the retained core agents, added safe install-state based uninstall support, generalizeddaily-paper-generatorto broader topics with arXiv / bioRxiv support and a fixed Top 10 -> Top 3 -> Top 1 selection flow. - 2026-04-15: pubfig and pubtab introduced — introduced
pubfig, a Python package for publication-grade scientific figures, andpubtab, a Python package for publication-ready tables and Excel↔LaTeX workflows. Together they provide a cleaner production stack for paper figures, benchmark tables, export control, and final artifact QA.
-
2026-04-15:
publication-chart-skillintegrated into Claude Scholar — wrappedpubfig+pubtabintopublication-chart-skill, added the skill to the repository, and connected it to Claude Scholar's analysis and writing boundaries so publication-grade figure/table work now has an explicit handoff route instead of being mixed into general analysis or prose skills. -
2026-03-31: Zotero smart-import workflow docs aligned — updated Claude Scholar's research-facing docs around the latest
zotero-mcppublic surface:zotero_add_items_by_identifieris now the default paper-import path,zotero_reconcile_collection_duplicatesis the standard post-import cleanup step, source-aware PDF cascade behavior is documented more accurately, and public vs internal diagnostics are now clearly separated. -
2026-03-31: README onboarding refreshed — clarified that Claude Scholar is especially well-suited to computer science and AI researchers, added practical getting-started scenarios after installation, improved prerequisite and branch guidance, and made the “existing local md files must be manually merged” expectation much more explicit.
-
2026-03-31: Installer and hook behavior tightened — the installer now preserves existing local
CLAUDE.mdwhile installing the repo-managed version asCLAUDE.scholar.md, and the default hook summaries were trimmed to reduce noisy temp-file / uncommitted-file output while keeping safer write-guard behavior. -
2026-03-31: Japanese documentation added — added Japanese docs for the main README plus
AGENTS,MCP_SETUP, andOBSIDIAN_SETUP, so the OpenCode branch now has a more complete multilingual documentation surface. -
2026-02-25: Codex CLI support — added
codexbranch supporting OpenAI Codex CLI with config.toml, 40 skills, 14 agents, and sandbox security -
2026-02-23: Added
setup.shinstaller — backup-aware incremental updates for existing~/.opencode, auto-backupopencode.jsonc, additiveagent/mcp/permission/pluginmerge -
2026-02-21: OpenCode support — Claude Scholar now supports OpenCode as an alternative CLI; switch to the
opencodebranch for OpenCode-compatible configuration -
2026-02-20: Bilingual docs — maintained English and Chinese entry documents for broader readability
-
2026-02-15: Zotero MCP integration — added
/zotero-reviewand/zotero-notescommands, updatedresearch-ideationskill with Zotero integration guide, enhancedliterature-revieweragent with Zotero MCP support for automated paper import, collection management, full-text reading, and citation export -
2026-02-14: Hooks optimization — restructured
security-guardto two-tier system (Block + Confirm),skill-forced-evalnow groups skills into 6 categories with silent scan mode,session-startlimits display to top 5,session-summaryadds 30-day log auto-cleanup,stop-summaryshows separate added/modified/deleted counts; removed deprecated shell scripts (lib/common.sh, lib/platform.sh) -
2026-02-11: Major update — added 10 new skills (research-ideation, results-analysis, citation-verification, review-response, paper-self-review, post-acceptance, daily-coding, frontend-design, ui-ux-pro-max, web-design-reviewer), 7 new agents, 8 research workflow commands, 2 new rules (security, experiment-reproducibility); restructured the main configuration docs; 89 files changed
-
2026-01-26: Rewrote all Hooks to cross-platform Node.js; completely rewrote README; expanded ML paper writing knowledge base; merged PR #1 (cross-platform support)
-
2026-01-25: Project open-sourced, v1.0.0 released with 25 skills (architecture-design, bug-detective, git-workflow, kaggle-learner, scientific-writing, etc.), 2 agents (paper-miner, kaggle-miner), 30+ commands (including SuperClaude suite), 5 Shell Hooks, and 2 rules (coding-style, agents)
Quick Navigation
| Section | What it helps with | |---|---| | Why Claude Scholar | Understand the project positioning and target use cases. | | Core Workflow | See the end-to-end research pipeline from ideation to publication. | | Quick Start | Install Claude Scholar in full, minimal, or selective mode. | | Getting Started Scenarios | See a few realistic first-use scenarios after installation. | | Integrations | Learn how Zotero and Obsidian fit into the workflow. | | Primary Workflows | Browse the main research and development workflows. | | Supporting Workflows | See the background systems that strengthen the main workflow. | | Documentation | Jump to setup docs, configuration, and templates. | | Citation | Cite Claude Scholar in papers, reports, or project docs. |
Why Claude Scholar
Claude Scholar is not an end-to-end autonomous research system that tries to replace the researcher.
Its core idea is simple:
human decision-making stays at the center; the assistant accelerates the workflow around it.
That means Claude Scholar is designed to help with the heavy, repetitive, and structure-sensitive parts of research — literature organization, note-taking, experiment analysis, reporting, and writing support — while still keeping the key judgments in human hands:
- which problem is worth pursuing,
- which papers actually matter,
- which hypotheses are worth testing,
- which results are convincing,
- and what should be written, submitted, or abandoned.
In other words, Claude Scholar is a semi-automated research assistant, not a “fully automated scientist.”
Who This Is For
Claude Scholar is especially well-suited to:
- computer science researchers who move between literature review, coding, experiments, and paper writing,
- AI / ML researchers who need one assistant workflow spanning ideation, implementation, analysis, reporting, and
Truncated for display — read the full file on GitHub.
Related Skills
caveman
107.2k🪨 why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
claude-mem
94.4kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
84.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Understand-Anything
83.6kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
