research

Orchestrates end-to-end research pipelines from idea discovery through experiments to paper writing.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill research-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/.claude/skills/research
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill research-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full research project requires coordinating literature ingestion, idea generation, experiment design, execution, evaluation, and paper writing across many sessions, with progress easily lost between steps. This Skill orchestrates that entire pipeline with human gates, state persistence, and cross-session recovery. ## Core Features & Use Cases - End-to-End Pipeline Orchestration: Chains sub-skills (/ideate, /exp-design, /exp-run, /exp-eval, /paper-plan, /paper-draft, /paper-compile) into a five-stage workflow with two human approval gates. - Cold-Start Bootstrap: Automatically searches DeepXiv, Semantic Scholar, and arXiv and ingests the top 5 papers when the wiki is empty, so no manual initialization is needed. - Non-Blocking Experiment Execution: Deploys experiments asynchronously, saves progress to pipeline-progress.md, and resumes later via --start-from flags for collection and verdict stages. - Use Case: A researcher provides a direction like "sparse LoRA for edge devices"; the pipeline bootstraps a literature wiki, proposes ideas, designs and deploys experiments, evaluates claims, and produces a compiled paper draft for a target venue such as ICLR. ## Quick Start Run the research pipeline on the direction "sparse LoRA for edge devices" in auto mode targeting ICLR, resuming from saved progress if a previous pipeline exists.

Frequently Asked Questions about research

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

FAQPage Schema
How do I run an end-to-end research pipeline from idea to paper?

Invoke the research skill with a direction string or RESEARCH_BRIEF.md file. It chains idea discovery, experiment design, deployment, evaluation, and paper writing stages, saving progress after each gate so you can resume across sessions.

How do I resume an interrupted research pipeline?

Use the --start-from flag with a stage name such as stage3-collect or stage4. The pipeline reads wiki/outputs/pipeline-progress.md to restore idea slugs, experiment slugs, and deployment state, skipping completed stages.

Can the pipeline run experiments without blocking my session?

Yes. Stage 3 deploys experiments asynchronously, computes estimated completion times, saves progress, and ends the session. You later run --start-from stage3-collect to gather results and continue to evaluation.

What happens when the research wiki is empty?

Stage 0 Bootstrap triggers automatically when wiki maturity is cold. It searches DeepXiv, Semantic Scholar, and arXiv, ingests the top 5 papers, rebuilds context briefs and open questions, then proceeds to idea discovery.

What are the limitations of the automated research pipeline?

Iteration is capped at two rounds to prevent infinite loops, and a failed baseline experiment terminates the pipeline. Claims that remain insufficient after maximum iterations are flagged in the report for manual decision.