@ai_xiaomu: GitHub Today Trending: Imbad0202/academic-research-skills (10,915 stars, +1302 today). A dedicated "academic research skill pack" for Claude — a set of ready-made capability extensions. It includes: paper search (ar…

X AI KOLs Timeline Tools

Summary

Introduces the GitHub trending project academic-research-skills, which is an academic research skill pack designed for Claude. It includes features such as paper search, citation management, automated literature review, etc., suitable for graduate students and researchers.

GitHub Today Trending: Imbad0202/academic-research-skills (10,915 stars, +1302 today). A dedicated "academic research skill pack" for Claude — a set of ready-made capability extensions. It includes: Paper search (arXiv, PubMed, Google Scholar) Citation management (BibTeX generation) Automated literature review Chart and data extraction Suitable for: current graduate students, people who need to look up literature before creating content, and those who write tech blogs with proper references. Observation: Anthropic's skill ecosystem has taken off this year — previously you'd write MCP, now you write skills. Skills are lighter and the barrier is an order of magnitude lower. This is why you see new skill repos on the trending list every day. Project address:
Original Article
View Cached Full Text

Cached at: 05/20/26, 02:24 AM

GitHub Trending Today: Imbad0202/academic-research-skills (10,915 stars, +1,302 today).
A dedicated “academic research skill pack” for Claude — a set of ready-made capability extensions.
Includes:

  • Paper retrieval (arXiv, PubMed, Google Scholar)
  • Citation management (BibTeX generation)
  • Literature review automation
  • Chart/data extraction

Best for: current graduate students, anyone who needs to consult references before creating content, and technical bloggers who need proper citations.

Observation: Anthropic’s skill ecosystem has taken off this year — previously required MCP, now just write a skill. Skills are lighter, with an order of magnitude lower barrier to entry.
This is why the trending list features a new skill repo every day.

Project address:

Imbad0202/academic-research-skills

Source: https://github.com/Imbad0202/academic-research-skills

Academic Research Skills for Claude Code Version (https://github.com/Imbad0202/academic-research-skills/releases/tag/v3.9.4.1)

License: CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/)
Sponsor (https://buymeacoffee.com/crucify020v)
繁體中文版 | 日本語版

A comprehensive suite of Claude Code skills for academic research, covering the full pipeline from research to publication.

Install in 30 seconds (Claude Code CLI / VS Code / JetBrains, v3.7.0+):
text /plugin marketplace add Imbad0202/academic-research-skills /plugin install academic-research-skills
Then try /ars-plan to walk through your paper structure via Socratic dialogue, or jump to Quick install for prerequisites and the traditional symlink flow.

AI is your copilot, not the pilot. This tool won’t write your paper for you. It handles the grunt work — hunting down references, formatting citations, verifying data, checking logical consistency — so you can focus on the parts that actually require your brain: defining the question, choosing the method, interpreting what the data means, and writing the sentence after “I argue that.”

Unlike a humanizer, this tool doesn’t help you hide the fact that you used AI. It helps you write better. Style Calibration learns your voice from past work. Writing Quality Check catches the patterns that make prose feel machine-generated. The goal is quality, not cheating.

Why human-in-the-loop, not full automation?

Lu et al. (2026, Nature 651:914-919) built The AI Scientist — the first fully autonomous AI research system to publish a paper through blind peer review at a top-tier ML venue (ICLR 2025 workshop, score 6.33/10 vs workshop average 4.87). Their Limitations section enumerates the failure modes that any fully-autonomous AI research pipeline inherits: implementation bugs, hallucinated results, shortcut reliance, bug-as-insight reframing, methodology fabrication, frame-lock, citation hallucinations.

ARS is built on the premise that a human researcher augmented by AI avoids these failure modes better than either alone. Stage 2.5 and Stage 4.5 integrity gates run a 7-mode blocking checklist (see academic-pipeline/references/ai_research_failure_modes.md); the reviewer offers an opt-in calibration mode that measures its own FNR/FPR against a user-supplied gold set.

Zhao et al. (https://arxiv.org/abs/2605.07723) (2026-05) audited 111M references across 2.5M papers on arXiv, bioRxiv, SSRN, and PMC. Their conservative estimate is 146,932 hallucinated citations for 2025 alone, with an observed mid-2024 inflection; for the bioRxiv-to-PMC pairing they report 85.3% preprint-to-published persistence. The paper describes “real citations deployed to support claims the cited references do not actually make” as an open challenge.

ARS v3.7.1 added trust-chain frontmatter for source provenance; v3.7.3 added locator infrastructure (three-layer citation anchors) for future claim-level audits and surfaces advisory risk signals at cite time (ARS labels the claim-faithfulness gap internally as “L3”; this is ARS terminology, not the paper’s). v3.7.x is motivated by Zhao et al.’s corpus-scale findings; corpus-scale evaluation of ARS itself remains future work. v3.8 closes the second half of the L3 gap. v3.7.3 made every citation carry a locator anchor; v3.8 adds an opt-in audit pass (ARS_CLAIM_AUDIT=1) that fetches the cited source against each anchor and judges whether the claim is actually supported. Five new HIGH-WARN classes (claim-not-supported, negative-constraint-violation, fabricated-reference, anchorless, constraint-violation-uncited) gate-refuse output through the formatter terminal hard gate. Calibration is shipped as a 20-tuple gold set with FNR<0.15 + FPR<0.10 acceptance thresholds; ramp-on plan is deferred to post-calibration evidence per v3.8 spec §5.

v3.3 was inspired by PaperOrchestra (https://arxiv.org/abs/2604.05018) (Song, Song, Pfister & Yoon, 2026, Google): Semantic Scholar API verification, anti-leakage protocol, VLM figure verification, and score trajectory tracking.

Features at a glance

  • Deep Research — 13-agent research team with Socratic guided mode, PRISMA systematic review, intent detection, dialogue health monitoring, optional cross-model DA, Semantic Scholar API verification.
  • Academic Paper — 12-agent paper writing with Style Calibration, Writing Quality Check, LaTeX hardening, visualization, revision coaching, citation conversion, anti-leakage protocol, and VLM figure verification.
  • Academic Paper Reviewer — 7-agent multi-perspective peer review with 0–100 quality rubrics (EIC + 3 dynamic reviewers + Devil’s Advocate), concession threshold protocol, attack intensity preservation, optional cross-model DA critique / calibration, R&R traceability matrix, read-only constraint.
  • Academic Pipeline — 10-stage pipeline orchestrator with adaptive checkpoints, claim verification, Material Passport, optional repro_lock, optional cross-model integrity verification, mid-conversation reinforcement, and score trajectory tracking.
  • Data Access Level Metadata (v3.3.2+) — every skill declares data_access_level (raw / redacted / verified_only); enforced by scripts/check_data_access_level.py. Pattern adapted from Anthropic’s automated-w2s-researcher (2026). See shared/ground_truth_isolation_pattern.md.
  • Task Type Annotation (v3.3.2+) — every skill declares task_type (open-ended or outcome-gradable). All current ARS skills are open-ended.
  • Benchmark Report Schema (v3.3.5+) — JSON Schema + lint for honest benchmark comparisons. See shared/benchmark_report_pattern.md.
  • Artifact Reproducibility Lockfile (v3.3.5+) — optional repro_lock sub-block on Material Passport. Configuration documentation, not replay guarantee — LLM outputs are not byte-reproducible. See shared/artifact_reproducibility_pattern.md.

Companion: Experiment Agent

If your research involves running experiments (code or human studies) before writing, the Experiment Agent (https://github.com/Imbad0202/experiment-agent) skill fills the gap between ARS Stage 1 (RESEARCH) and Stage 2 (WRITE).

ARS Stage 1 RESEARCH → RQ Brief + Methodology Blueprint ↓ experiment-agent → run/manage experiments → validate results ↓ ARS Stage 2 WRITE → write paper with verified experiment results

What it does: executes code experiments (Python, R, etc.) with real-time monitoring, manages human study protocols with IRB ethics checklist, interprets statistics with 11-type fallacy detection, and verifies reproducibility.

How to use together: pause the ARS pipeline after Stage 1, run experiments in a separate experiment-agent session, then bring the results (with Material Passport) back to ARS Stage 2. ARS requires zero modification.

See the experiment-agent README (https://github.com/Imbad0202/experiment-agent) for setup instructions.

Skill Details

Per-agent responsibilities and per-stage artifacts now live in docs/ARCHITECTURE.md.

Version numbers are anchored here so release metadata stays in one place.

Deep Research (v2.8)

13-agent research team. Modes: full, quick, review, lit-review, fact-check, socratic, systematic-review. Full agent roster and artifacts: see ARCHITECTURE.md §3.

Academic Paper (v3.0)

12-agent paper writing pipeline. Modes: full, plan, outline-only, revision, revision-coach, abstract-only, lit-review, format-convert, citation-check, disclosure. Output: MD + DOCX (via Pandoc when available) + LaTeX (APA 7.0 apa7 class / IEEE / Chicago) → PDF via tectonic. Full agent roster and per-phase responsibilities: see ARCHITECTURE.md §3.

Academic Paper Reviewer (v1.8)

7-agent multi-perspective review with 0-100 quality rubrics. Modes: full, re-review, quick, methodology-focus, guided, calibration.

Decision mapping: ≥80 Accept, 65-79 Minor Revision, 50-64 Major Revision, <50 Reject. First-round review team vs. narrow re-review team boundary: see ARCHITECTURE.md §3 Stage 3 / Stage 3’.

Academic Pipeline (v3.7)

10-stage orchestrator with integrity verification, two-stage review, Socratic coaching, and collaboration evaluation. Pipeline guarantees: every stage requires user confirmation checkpoint; integrity verification (Stage 2.5 + 4.5) cannot be skipped; R&R Traceability Matrix (Schema 11) independently verifies author revision claims. v3.4 added the Compliance Agent (PRISMA-trAIce +

Similar Articles

@grgerwcwetwet: Lately, many people have been tinkering with Claude Skills. But the biggest problem isn't how to use them—it's not knowing where to find good Skills. Browsing through GitHub one by one wastes time, and many projects are no longer maintained. Recently, I found a Skills store project that aggregates GitHub...

X AI KOLs Timeline

Introduces the anbeime/skill project, which automatically collects and categorizes Claude Skills from GitHub, offering 243 official and local skill packages, with automatic updates every 24 hours.

@ModengSir: Graduation season is coming soon. Undergraduate and graduate students, hurry up and take a look. There's a helper for writing papers: integrating the hottest Codex into the academic research workflow. This repository is worth checking out. academic-research-skills-codex packages a set of research skills into a single skill, …

X AI KOLs Timeline

A GitHub repository packages academic research skills into a single Codex skill, covering literature review, paper writing, peer review, and experiment planning to streamline the research workflow using OpenAI's Codex.