What problem does it solve? Working with the Healthy Brain Network (HBN) dataset requires coordinating many tedious steps: downloading data from the FCP/INDI repository, reorganizing raw NIfTI files into BIDS-compliant layouts, merging scattered phenotype tables, and running separate pipelines for sMRI, fMRI, dMRI, and EEG. This Skill automates that entire orchestration so researchers can go from raw HBN data to analysis-ready outputs without manual file wrangling. ## Core Features & Use Cases - BIDS Staging: Converts raw HBN subject directories (NDAR-format IDs) into BIDS-compliant structures with modality routing for T1w, T2w, dMRI, rs-fMRI, task-fMRI, and EEG, plus dataset_description.json and participants.tsv generation. - Phenotype Extraction: Merges HBN phenotype tables (psychiatric, behavioral, cognitive, genetics, actigraphy) and filters them against imaging subject IDs. - QC Summaries: Generates per-subject quality control reports from fMRIPrep confounds with framewise displacement thresholds and exclusion lists. - Use Case: A researcher downloads the HBN cohort and needs a BIDS-organized dataset with merged phenotype data and motion-based QC exclusions before running connectivity analysis. This Skill coordinates the full workflow, delegating modality processing to specialized pipeline skills. ## Quick Start Ask the agent to download the HBN dataset, reorganize it into BIDS format, and run the multimodal processing pipeline with phenotype extraction and QC summaries.