A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Semi-automated research assistant for academic research and software development
Supported Platforms: Claude Code | Codex CLI | Kimi Code CLI | OpenCode
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.
Branch note: the main branch is the Claude Code workflow. If you use Codex CLI, please see the codex branch. If you use Kimi Code CLI, please see the kimi branch. If you use OpenCode, please see the opencode branch.
kimi branch as the Kimi Code CLI edition of Claude Scholar and thank the Kimi team for their strong support of this project.expression-skill made the communication core, planning-with-files restored as the default persistence layer, and the Nature writing stack expanded — made expression-skill the explicit conclusion-first discipline for reporting, planning, file operations, and multi-step technical work; reintroduced planning-with-files as the default on-disk planning and progress-tracking workflow for complex tasks; introduced nature-writing for section drafting and argument construction; refreshed nature-polishing to the latest upstream article-pattern release; and kept nature-response plus nature-data in the journal-writing stack.Sources/Papers routing tightened — added a shared research-contract.md for 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 under Sources/Papers before promoted claims move into Knowledge or Writing.CLAUDE.md / AGENTS.md files with compact core instructions, pruned the default agent set to the retained core agents, added safe install-state based uninstall support, generalized daily-paper-generator to broader topics with arXiv / bioRxiv support and a fixed Top 10 -> Top 3 -> Top 1 selection flow.pubfig, a Python package for publication-grade scientific figures, and pubtab, 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-skill integrated into Claude Scholar — wrapped pubfig + pubtab into publication-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-mcp public surface: zotero_add_items_by_identifier is now the default paper-import path, zotero_reconcile_collection_duplicates is 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.md while installing the repo-managed version as CLAUDE.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, and OBSIDIAN_SETUP, so the OpenCode branch now has a more complete multilingual documentation surface.
2026-02-25: Codex CLI support — added codex branch supporting OpenAI Codex CLI with config.toml, 40 skills, 14 agents, and sandbox security
2026-02-23: Added setup.sh installer — backup-aware incremental updates for existing ~/.opencode, auto-backup opencode.jsonc, additive agent/mcp/permission/plugin merge
2026-02-21: OpenCode support — Claude Scholar now supports OpenCode as an alternative CLI; switch to the opencode branch 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-review and /zotero-notes commands, updated research-ideation skill with Zotero integration guide, enhanced literature-reviewer agent with Zotero MCP support for automated paper import, collection management, full-text reading, and citation export
2026-02-14: Hooks optimization — restructured security-guard to two-tier system (Block + Confirm), skill-forced-eval now groups skills into 6 categories with silent scan mode, session-start limits display to top 5, session-summary adds 30-day log auto-cleanup, stop-summary shows 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)
| 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. |
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:
In other words, Claude Scholar is a semi-automated research assistant, not a “fully automated scientist.”
Claude Scholar is especially well-suited to:
It can still help in other research settings, but its current workflow design is most aligned with computer science, AI, and adjacent computational research.
Claude Scholar routes research work through a traceable path:
question -> evidence -> experiment -> analysis -> claim -> writing.
Each stage should preserve what is known, what is uncertain, and what decision should happen next.
Sources / Knowledge / Experiments / Results / Results/Reports / Writing / Daily / Maps.results-analysis.results-report, then write it back into Obsidian.git clone https://github.com/Galaxy-Dawn/claude-scholar.git /tmp/claude-scholar
bash /tmp/claude-scholar/scripts/setup.sh
Windows: please use Git Bash or WSL to run the installer.
The installer is backup-aware and incremental-update friendly:
skills/commands/agents/rules/hooks/scripts/CLAUDE*.md,~/.claude/.claude-scholar-backups/<timestamp>/,settings.json to settings.json.bak,~/.claude/CLAUDE.md and installs the repo-managed version as ~/.claude/CLAUDE.scholar.md,~/.claude/CLAUDE.zh-CN.md and installs the repo-managed version as ~/.claude/CLAUDE.zh-CN.scholar.md,env, model/provider settings, API keys, permissions, and current mcpServers values,Important CLAUDE note: if you already maintain your own ~/.claude/CLAUDE.md or ~/.claude/CLAUDE.zh-CN.md, review ~/.claude/CLAUDE.scholar.md and ~/.claude/CLAUDE.zh-CN.scholar.md after installation and manually merge the Claude Scholar sections you want into your own files. Do not assume the sidecar files are applied automatically.
To update later:
cd /tmp/claude-scholar
git pull --ff-only
bash scripts/setup.sh
To uninstall later:
cd /tmp/claude-scholar
bash scripts/uninstall.sh
The installer now writes:
~/.claude/.claude-scholar-manifest.txt for the exact files managed by Claude Scholar~/.claude/.claude-scholar-install-state for install ownership metadata used by safe uninstallThe uninstaller removes only files and settings entries recorded in that install state. It does not guess ownership from the current repo checkout.
Install only a small research-focused subset:
git clone https://github.com/Galaxy-Dawn/claude-scholar.git /tmp/claude-scholar
mkdir -p ~/.claude/hooks ~/.claude/skills
cp /tmp/claude-scholar/hooks/*.js ~/.claude/hooks/
cp -r /tmp/claude-scholar/skills/ml-paper-writing ~/.claude/skills/
cp -r /tmp/claude-scholar/skills/research-ideation ~/.claude/skills/
cp -r /tmp/claude-scholar/skills/results-analysis ~/.claude/skills/
cp -r /tmp/claude-scholar/skills/results-report ~/.claude/skills/
cp -r /tmp/claude-scholar/skills/review-response ~/.claude/skills/
cp -r /tmp/claude-scholar/skills/writing-anti-ai ~/.claude/skills/
cp -r /tmp/claude-scholar/skills/git-workflow ~/.claude/skills/
cp -r /tmp/claude-scholar/skills/bug-detective ~/.claude/skills/
Post-install: minimal/manual install does not auto-merge settings.json; copy only the hooks or MCP entries you want from settings.json.template. If you already have your own ~/.claude/CLAUDE.md or ~/.claude/CLAUDE.zh-CN.md, also merge the relevant sections from this repo's Claude files into yours instead of blindly overwriting them.
Copy only the parts you need:
git clone https://github.com/Galaxy-Dawn/claude-scholar.git /tmp/claude-scholar
cd /tmp/claude-scholar
cp hooks/*.js ~/.claude/hooks/
cp -r skills/latex-conference-template-organizer ~/.claude/skills/
cp -r skills/architecture-design ~/.claude/skills/
cp agents/paper-miner.md ~/.claude/agents/
cp rules/coding-style.md ~/.claude/rules/
cp rules/agents.md ~/.claude/rules/
Post-install: selective/manual install does not auto-merge settings.json; copy only the hooks or MCP entries you actually want from settings.json.template. If you already have your own ~/.claude/CLAUDE.md or ~/.claude/CLAUDE.zh-CN.md, merge the relevant sections from this repo's Claude files into yours instead of blindly overwriting them.
Step 1: Install the Plugin
/plugin marketplace add Galaxy-Dawn/claude-scholar
/plugin install claude-scholar@claude-scholar
This auto-loads all skills, commands, agents, and hooks. During installation, you can choose the scope: user (all projects) or project (single project).
Step 2: Install Rules (Required)
Claude Code plugins cannot distribute rules automatically. Install them manually:
git clone https://github.com/Galaxy-Dawn/claude-scholar.git /tmp/claude-scholar
# User-level (all projects)
mkdir -p ~/.claude/rules
cp /tmp/claude-scholar/rules/*.md ~/.claude/rules/
# Or project-level (current project only)
mkdir -p .claude/rules
cp /tmp/claude-scholar/rules/*.md .claude/rules/
Post-install: plugin installation does not auto-load CLAUDE.md or configure settings.json; if you already have your own ~/.claude/CLAUDE.md or ~/.claude/CLAUDE.zh-CN.md, merge the relevant Claude Scholar sections into yours instead of assuming the plugin applies them automatically. If you need Zotero MCP or other integrations, see the Integrations section for manual setup.
After installation, the simplest way to begin is to describe your task in natural language. You do not need to memorize the whole system first. Below are a few realistic starting points.
You can say:
Help me start research on [your topic]. I want a literature-grounded plan, the key open questions, and the next concrete steps.
What Claude Scholar will typically help with:
You can say:
Review my Zotero collection on brain foundation models and summarize the main directions, gaps, and promising next steps.
Typical output:
You can say:
Analyze the results in this experiment folder, check what changed across runs, and write a decision-oriented summary.
Typical output:
You can say:
Help me draft the related work section for this project based on the current findings and paper notes.
or:
Help me write a rebuttal draft for these reviewer comments.
Typical output:
CLAUDE.md files, merge the Claude Scholar sections you want into them instead of assuming sidecar files apply automatically.Claude Scholar is maintained for:
The top-level workflow is the same: research, coding, experiments, reporting, and project knowledge management.
Use Zotero when you want Claude Scholar to help with:
See MCP_SETUP.md.
Use Obsidian when you want Claude Scholar to maintain a filesystem-first research knowledge base:
Sources/Knowledge/Experiments/Results/Results/Reports/Writing/Daily/Maps/See OBSIDIAN_SETUP.md.
Complete academic research lifecycle — 7 stages from idea to publication.
End-to-end research startup from idea generation to literature management.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | research-ideation | Turn vague topics into structured questions, gap analysis, and an initial research plan. |
| Agent | literature-reviewer | Search, classify, and synthesize papers into an actionable literature picture. |
| Command | /research-init | Start a new topic with literature search, Zotero organization, research question cards, and proposal drafting only when the evidence gate passes. |
| Command | /zotero-review | Review an existing Zotero collection and generate a structured literature synthesis. |
| Command | /zotero-notes | Batch-read a Zotero collection and create structured paper reading notes. |
How it works
What / Why / Who / When / Where / How).Knowledge, Writing, or a proposal.Typical output
Maintainable ML project structure for experiment code and iteration.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | architecture-design | Define maintainable ML project structure when new registrable components or modules are introduced. |
| Skill | git-workflow | Enforce branch hygiene, commit conventions, and safer collaboration workflows. |
| Skill | bug-detective | Debug stack traces, shell failures, and code-path issues systematically. |
| Agent | code-reviewer | Review modified code for correctness, maintainability, and implementation quality. |
| Agent | tdd-guide | Provide focused test-driven implementation guidance when a TDD path is explicitly needed. |
| Command | /plan | Create or refine an implementation plan before coding. |
| Command | /commit | Prepare a conventional commit for the current changes. |
| Command | /code-review | Run a focused review on the current code changes. |
| Command | /tdd | Drive feature work through small, test-backed implementation steps. |
How it works
Strict analysis of experimental results with scientific figures and report-ready artifacts.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | results-analysis | Produce a strict analysis bundle with rigorous statistics, real scientific figures, and analysis artifacts. |
| Skill | results-report | Turn analysis artifacts into a complete post-experiment report with decisions, limitations, and next actions. |
| Command | /analyze-results | Run a blocker-first experiment workflow: validate evidence, run strict analysis when possible, then generate a report only when the bundle is sufficient. |
How it works
Typical output
analysis-report.mdstats-appendix.mdfigure-catalog.mdfigures/Results/Reports/Systematic academic writing from structure setup to draft refinement.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | ml-paper-writing | Draft publication-oriented ML/AI papers from repo context, evidence, and literature. |
| Skill | nature-writing | Draft or rebuild Nature-style manuscript sections from claims, figures, results, notes, or Chinese drafts. |
| Skill | nature-polishing | Polish, restructure, or translate manuscript prose into concise Nature-leaning English. |
| Skill | nature-response | Draft, audit, or revise point-by-point reviewer response letters for Nature-family revisions. |
| Skill | nature-data | Prepare Nature-ready Data Availability statements, repository plans, and FAIR metadata checks. |
| Skill | citation-verification | Check references, metadata, and claim-citation alignment to prevent citation mistakes. |
| Skill | writing-anti-ai | Reduce robotic phrasing and improve clarity, rhythm, and human academic tone. |
| Skill | latex-conference-template-organizer | Clean messy conference templates into an Overleaf-ready writing structure. |
| Agent | paper-miner | Mine strong papers for reusable writing patterns, structure, and venue expectations. |
| Command | /mine-writing-patterns | Read a paper and merge reusable writing knowledge into the active installed paper-miner writing memory. |
How it works
Quality assurance before submission.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | paper-self-review | Audit structure, logic, citations, figures, and compliance before submission. |
How it works
Submission preparation and review response workflow.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | review-response | Structure reviewer comments into an evidence-based rebuttal workflow. |
| Agent | rebuttal-writer | Optional specialist for professional, respectful, and strategically organized rebuttal text when available. |
| Command | /rebuttal | Generate an evidence-anchored rebuttal draft from review comments, with unresolved points marked instead of hidden. |
How it works
Conference preparation and research promotion after acceptance.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | post-acceptance | Support talks, posters, and research promotion after acceptance. |
| Command | /presentation | Generate presentation structure and speaking guidance for the accepted work. |
| Command | /poster | Organize the work into poster-ready content and layout guidance. |
| Command | /promote | Draft public-facing promotion content such as summaries, posts, or threads. |
How it works
These workflows run in the background to strengthen the primary workflows.
Use Obsidian as the project-scoped durable knowledge surface, not just as a note dump.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | obsidian-project-kb-core | Main authority for project-scoped KB bootstrap, routing, registry, index, daily, and lifecycle updates. |
| Skill | obsidian-source-ingestion | Ingest external material into Sources/Papers, Sources/Web, Sources/Docs, Sources/Data, Sources/Interviews, or Sources/Notes. |
| Skill | obsidian-literature-workflow | Run the paper-note to synthesis workflow from Sources/Papers into Knowledge, Writing, and Maps/literature.canvas. |
| Skill | obsidian-kb-artifacts | Handle Obsidian-native artifacts such as wikilinks, registry tables, canvas files, optional Bases, and link repair. |
| Command | /kb-init | Initialize the vault-first KB under Research/{project-slug}/. |
| Command | /kb-status | Summarize the current KB state from the bound project root. |
| Command | /kb-ingest | Route new source material into the correct canonical KB destination. |
| Command | /kb-log | Update the current Daily note and related project surfaces conservatively. |
| Command | /kb-sync | Run deterministic KB maintenance to refresh registry, index, daily, and runtime binding state. |
| Command | /kb-links | Repair or strengthen wikilinks among canonical KB notes. |
| Command | /kb-promote | Promote durable content from Daily or source notes into canonical notes. |
| Command | /kb-index | Regenerate 02-Index.md as the human-readable project navigator. |
| Command | /kb-lint | Run deterministic KB health checks and update _system/lint-report.md. |
| Command | /kb-archive | Archive, detach, purge, or rename KB objects while keeping links and registry consistent. |
| Command | /kb-map | Generate or repair explicit-only KB artifacts beyond the default literature canvas. |
| Command | /kb-literature-review | Generate evidence-gated literature synthesis from Sources/Papers into Knowledge, optional Writing, and Maps/literature.canvas. |
How it works
Sources / Knowledge / Experiments / Results / Results/Reports / Writing / Daily / Maps,Daily/ and repo-local binding metadata updated conservatively,/kb-sync for deterministic resyncs and /kb-links for standalone link repair.Note language configuration
Generated and synced Obsidian notes resolve their language with this priority:
.claude/project-memory/registry.yaml -> note_languageOBSIDIAN_NOTE_LANGUAGEenNote: the file is currently named registry.yaml for historical reasons, but its on-disk format is JSON.
Per-project example:
{
"projects": {
"my-project": {
"project_id": "my-project",
"vault_root": "/path/to/vault/Research/my-project",
"note_language": "zh-CN"
}
}
}
English and Chinese section headings remain mutually compatible during sync, so older notes in either language can still be updated safely after switching configuration.
Cross-platform hooks automate routine workflow checks and reminders.
Hooks
skill-forced-eval.jssession-start.jssession-summary.jsstop-summary.jssecurity-guard.jsHow it works
Use a reusable communication layer when the task needs conclusion-first reporting, concrete evidence, visible risk, or compact next-step guidance.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | expression-skill | Enforces conclusion-first, concrete, checkable communication for technical work, writing, documentation, file operations, and multi-step tasks. |
| Skill | planning-with-files | Makes complex work persistent on disk with task_plan.md, notes.md, and deliverable files instead of relying only on transient chat context. |
How it works
task_plan.md and notes.md instead of relying only on transient context.Specialized agents can mine reusable knowledge from papers and competitions.
| Type | Name | One-line explanation |
|---|---|---|
| Agent | paper-miner | Extract reusable writing knowledge, structure patterns, and venue heuristics from strong papers. |
| Agent | kaggle-miner | Extract engineering practices and solution patterns from strong Kaggle workflows. |
How it works
Claude Scholar also contains a self-improvement loop for its own skills.
| Type | Name | One-line explanation |
|---|---|---|
| Skill | skill-development | Create new skills with clear triggers, structure, and progressive disclosure. |
| Skill | skill-quality-reviewer | Review skills across content quality, organization, style, and structural integrity. |
| Skill | skill-improver | Apply structured improvement plans to evolve existing skills. |
How it works
Claude Scholar includes project rules for:
These are reflected in the shipped rules and in CLAUDE.md.
Issues, PRs, and workflow improvements are welcome.
If you propose changes to installer behavior, Zotero workflows, or Obsidian routing, please include:
MIT License.
If Claude Scholar helps your research or engineering workflow, you can cite the repository as:
@misc{claude_scholar_2026,
title = {Claude Scholar: Semi-automated research assistant for academic research and software development},
author = {Gaorui Zhang},
year = {2026},
howpublished = {\url{https://github.com/Galaxy-Dawn/claude-scholar}},
note = {GitHub repository}
}
Built with Claude Code CLI and enhanced by the open-source community.
This project is inspired by and builds upon excellent work from the community:
These projects provided valuable insights and foundations for the research-oriented features in Claude Scholar.
For data science, AI research, and academic writing.
Repository: https://github.com/Galaxy-Dawn/claude-scholar
Open-source AI code assistant for VS Code and JetBrains — autocomplete, chat, and agents
Garry Tan's Claude Code setup with 23 tools serving as CEO, Designer, Eng Manager, and QA
Kanban-based orchestration for 10+ coding agents with isolated git worktrees per agent
Battle-tested Claude Code workflows — self-correcting memory, parallel worktrees, 8 hook types, 5 agents