research-pipeline

Orchestrates end-to-end research from idea discovery through experiments to submission-ready papers.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill research-pipeline-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-pipeline
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/research-pipeline
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill research-pipeline-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a complete research project requires juggling literature surveys, idea validation, implementation, GPU experiment deployment, and iterative paper review — a fragmented process that is hard to manage manually. This Skill chains the entire lifecycle into one autonomous pipeline with configurable human checkpoints. ## Core Features & Use Cases - Idea Discovery with Human Gate: Runs literature survey, idea generation, novelty checking, and pilot testing, then pauses at Gate 1 for user approval (or auto-selects the top idea when AUTO_PROCEED is enabled). - Autonomous Implementation and Deployment: Extends pilot code into full multi-seed experiments with proper baselines, then deploys to remote GPU servers via screen sessions. - Auto Review Loop: Iterates up to 4 rounds of GPT-5.4 review and Claude Code fixes until the work scores 6/10 or higher, producing AUTO_REVIEW.md and a final pipeline report. - Use Case: A researcher says "run the full pipeline on efficient video tokenization" in the evening; the skill discovers and validates ideas overnight, launches GPU experiments, and delivers a reviewed, submission-ready paper by morning. ## Quick Start Run the full research pipeline on the topic of machine-oriented video compression with AUTO_PROCEED disabled so I can pick the idea myself.

Frequently Asked Questions about research-pipeline

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

FAQPage Schema
How do I run an end-to-end automated research pipeline?▼

Invoke the pipeline with a research direction, e.g. "/research-pipeline efficient video tokenization". It runs idea discovery, waits at Gate 1 for idea approval (unless AUTO_PROCEED is true), then implements, deploys GPU experiments, and runs the auto review loop autonomously.

How to control human checkpoints in an autonomous research workflow?▼

Set AUTO_PROCEED to false to require explicit confirmation after idea discovery, and HUMAN_CHECKPOINT to true to pause after each review round for custom modification instructions. Both flags can be overridden inline in the pipeline argument.

Can the pipeline run experiments on remote GPU servers?▼

Yes. Stage 3 checks GPU availability on configured servers, syncs code remotely, and launches experiments in screen sessions with proper CUDA_VISIBLE_DEVICES settings. Progress can be tracked with the monitor-experiment command.

What happens if the auto review loop never reaches a passing score?▼

The loop stops after 4 rounds even if the score stays below 6/10. It then reports the remaining issues flagged by the reviewer in AUTO_REVIEW.md and the final summary instead of looping indefinitely.

What are the limitations of autonomous idea selection?▼

With AUTO_PROCEED enabled, the pipeline auto-selects the top-ranked idea after a 10-second wait, which may not match your preference. Since Stages 2-4 consume significant GPU time, set AUTO_PROCEED to false when you want manual control over idea choice.