skills/research-pipeline/SKILL.md
# Research Pipeline Skill Overview This is an **orchestrator skill** that manages a complete ML research workflow without performing the actual research tasks itself. ## Core Identity The orchestrator is a **scheduler and validator**, not a researcher. It: - Checks for output files - Reads summaries from prior phases - Dispatches work to sub-agents via `sessions_spawn` - Validates deliverables As stated: "你**不**分析论文...你**不**写代码" (does not analyze papers, does not write code). ## Key Executi
npx skillsauth add lamm-mit/scienceclaw skills/research-pipelineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is an orchestrator skill that manages a complete ML research workflow without performing the actual research tasks itself.
The orchestrator is a scheduler and validator, not a researcher. It:
sessions_spawnAs stated: "你不分析论文...你不写代码" (does not analyze papers, does not write code).
Sequential, single-dispatch constraint: Each response can call sessions_spawn at most once. No parallel task launching. The orchestrator must wait for sub-agent completion before advancing to the next phase.
papers/_meta/ directory with JSON filessurvey_res.md with method comparisonsplan_res.md with 4 sections (Dataset/Model/Training/Testing)project/run.py and ml_res.md with resultsjudge_v*.md with PASS/BLOCKED verdict (up to 3 iterations)experiment_res.md with ablation studiessessions_spawn requires:
task: Starts with /skill-name, includes workspace path, context summary (2–5 lines), and expected outputlabel: Phase identifierrunTimeoutSeconds: Recommended 1800The tool is called after reading prior outputs to bridge context between independent sub-agent sessions.
tools
Onboard and manage Paperclip AI for research-paper knowledge and agent orchestration
development
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.
testing
Generate a structured scientific PDF report from a JSON description. Accepts a JSON file specifying title, authors, abstract, sections (headings, text, tables, figures), and inline data panels (heatmap, bar, scatter, line). Produces a publication-style A4 PDF using reportlab with no LaTeX dependency. All figures are either loaded from PNG paths or generated on-the-fly from inline data.
development
Execute arbitrary Python code and return stdout. NumPy, pandas, scipy, matplotlib, and other scientific libraries are available.