academic-research-suite

Orchestrates research, academic writing, peer review, and experiment-planning workflows through a routed multi-agent suite.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/huaibovip/research-marketplace --skill academic-research-suite-huaibovip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: academic-research-suite
Source: https://github.com/huaibovip/research-marketplace/tree/main/plugins/academic-research-suite/skills/academic-research-suite
Command: npx skills add https://github.com/huaibovip/research-marketplace --skill academic-research-suite-huaibovip

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Academic work spans literature review, drafting, citation verification, peer review, and experiment planning, and doing each phase ad hoc leads to unverified citations, inconsistent structure, and lost context between stages. This Skill routes each request to the correct vendored workflow and enforces verification, integrity gates, and staged handoffs. ## Core Features & Use Cases - Workflow Routing: Directs requests to five vendored workflows (deep-research, academic-paper, academic-paper-reviewer, academic-pipeline, experiment-agent) based on user intent, with a Socratic scoping override for vague paper topics. - Command Alias Emulation: Maps Claude-style aliases such as ars-plan, ars-abstract, ars-reviewer, and ars-full to the matching workflow mode and prompt recipe. - Integrity and Verification Discipline: Enforces citation verification against DOI or authoritative sources, cross-model review consent gates, human-read ledgers, and explicit uncertainty labeling. - Use Case: A researcher with only a broad topic says "I want to write a paper on X"; the Skill routes to deep-research Socratic mode to narrow the research question before any outline or drafting begins. ## Quick Start Ask the assistant to run ars-plan with your research question, or describe your paper topic and let the router select the appropriate workflow.

Frequently Asked Questions about academic-research-suite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the academic-research-suite to write a paper?

State your research question or invoke an alias like ars-plan or ars-outline. If you only have a broad topic, the router sends you to deep-research Socratic mode first to narrow the question before any outline or drafting begins.

What workflows are included in the academic research suite?

Five workflows are vendored: deep-research for literature review and question refinement, academic-paper for drafting and revision, academic-paper-reviewer for peer review simulation, academic-pipeline for end-to-end research-to-paper flow, and experiment-agent for study planning.

Does the skill verify citations automatically?

It enforces verification against DOI or authoritative metadata sources and can use Semantic Scholar, OpenAlex, and Crossref APIs for programmatic checks. Unverifiable items are marked as unverified rather than fabricated.

Can I use Claude-style slash commands like /ars-reviewer in Codex?

Codex does not register slash commands, but the skill emulates them. Use the plain alias form such as ars-reviewer followed by your task, and the router maps it to the matching workflow mode.

Does the skill send my manuscript to external models?

No external upload happens by default. Cross-model review or programmatic verification requires explicit provider configuration, a defined content class, and your consent before any manuscript content leaves the local context.