AIAny
AI Agent2026
Icon for item

Academic Research Skills for Claude Code

Provides a suite of Claude Code skills that guide the full academic pipeline—research, write, review, revise, and finalize—while enforcing integrity gates (citation verification, anti-hallucination checks) and keeping a human-in-the-loop workflow.

Introduction

Most AI writing helpers focus on drafting text; this project treats the paper-creation workflow as its product. Its core insight is that reliable academic work needs modular AI skills plus explicit integrity gates so humans stay responsible while AI handles search, formatting, verification, and reviewer-style critique.

What Sets It Apart
  • Human-in-the-loop pipeline: orchestrates research → drafting → multi-perspective review → finalize, but requires user checkpoints at each critical stage so the human keeps authorship control. This reduces common failure modes like frame‑lock and overreliance on model memory.
  • Integrity-first design: built-in reference verification, cross-model audit hooks, and an append-only Material Passport record aim to catch fabricated citations and metadata errors early, rather than relying on post-hoc checks.
  • Skillized for Claude Code: packaged as Claude Code skills and (as of v3.7.0) a one-line plugin install path, with per-skill metadata (data_access_level, task_type) and optional cross-model verification flags for higher-assurance workflows.
  • Practical trade-offs surfaced: the project optimizes for reproducible human+AI collaboration (style calibration, reviewer sprint contracts, PRISMA-like SR support) at the cost of requiring Claude Code and an Anthropic API key and carrying a CC BY‑NC license (non-commercial constraint).
Who it's for — and when to look elsewhere

Great fit if you are an academic or research team that wants to accelerate literature search, drafting, and structured peer-review with explicit integrity checks and audit trails, and you can run Claude Code with an Anthropic key. The repo has substantial community adoption (several thousand stars) and extensive docs for pipeline operators.

Look elsewhere if you need a vendor-agnostic LLM workflow (this is Claude Code–centered), require a permissive commercial license (this repo is CC BY‑NC), or want a lightweight single-command summarizer rather than a multi-stage research orchestrator.

Where it fits

Pairs well with experiment orchestration tools (the companion experiment-agent) and citation databases for automated verification; best used when reproducibility, traceable verification, and accountable AI-assisted authorship matter more than minimal setup friction.

Information

  • Websitegithub.com
  • AuthorsCheng-I Wu (吳政宜)
  • Published date2026/02/26

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).