Agent skill · Data & Analytics

hcppipeline-tool

Use this skill whenever the user wants to perform high-quality, HCP-style preprocessing of multimodal MRI data (structural, functional, diffusion) using the official HCP Pipelines. Triggers include: 'HCP pipeline', 'HCP preprocessing', 'hcp-fmri', 'hcp-dwi', 'hcp-structural', 'MSMAll', 'ICA-FIX', 'bedpostx', 'probtrackx', or any request to run the Human Connectome Project preprocessing pipelines.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill hcppipeline-tool --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Requires: - claw-shell
Path: skills/neuroclaw/hcppipeline-tool/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# HCP Pipeline Tool ## Overview The HCP Pipelines are the official, highly optimized preprocessing pipelines developed by the Human Connectome Project. They provide state-of-the-art processing for structural (T1w/T2w), functional (task/resting-state fMRI with ICA-FIX), and diffusion MRI (topup + eddy + bedpostx + probtrackx + MSMAll surface alignment). This skill serves as the **NeuroClaw interface-layer wrapper** for the HCP Pipelines and strictly follows the hierarchical design: 1. Check whether HCP Pipelines and dependencies are installed. 2. If missing → invoke `dependency-planner` to generate a safe installation plan. 3. Detect input data (preferably BIDS or HCP-style organized) and confirm processing stages. 4. Generate a clear, numbered execution plan with exact commands, flags, estimated runtime, and risks. 5. Present the plan and wait for explicit user confirmation (“YES” / “execute” / “proceed”). 6. On confirmation → delegate all pipeline stages to `claw-shell`. 7. After completion, summarize outputs and suggest next steps (e.g., connectivity analysis via `fmri-skill` or `fsl-tool`). **Research use only.** ## Quick Reference | Task | Recommended Pipeline Stage | Typical R

What's inside
Steps it walks through
  1. Overview
  2. Quick Reference
  3. Common Shell Command Examples
  4. Installation (Handled by dependency-planner)
  5. NeuroClaw recommended wrapper script
  6. Important Notes & Limitations
  7. When to Call This Skill
  8. Complementary / Related Skills
  9. Reference
  10. Post-Execution Verification (Harness Integration)
Commands it runs
Structural pipeline (benchmark-safe baseline: BIDS-aware discovery + validation first)
if [[ -n "${SESSION}" ]]; then
else
fi
Functional pipeline with ICA-FIX
Diffusion pipeline
echo $HCPPIPEDIR
More from awesome-bio-agent-skills
All skills →
About this skill
What does the hcppipeline-tool skill do?

Use this skill whenever the user wants to perform high-quality, HCP-style preprocessing of multimodal MRI data (structural, functional, diffusion) using the official HCP Pipelines. Triggers include: 'HCP pipeline', 'HCP preprocessing', 'hcp-fmri', 'hcp-dwi', 'hcp-structural', 'MSMAll', 'ICA-FIX', 'bedpostx', 'probtrackx', or any request to run the Human Connectome Project preprocessing pipelines.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill hcppipeline-tool --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going