What problem does it solve? Working with the HCP Young Adult (HCP1200) dataset requires navigating ConnectomeDB/BALSA downloads, converting the HCP-native directory layout to BIDS, and coordinating separate sMRI, fMRI, and dMRI processing pipelines. This Skill orchestrates that entire end-to-end workflow so researchers do not have to manually wire each stage together. ## Core Features & Use Cases - Dataset Download Guidance: Walks through BALSA/ConnectomeDB registration, release selection (2025 release vs legacy S1200), and package scoping before transfer. - BIDS Staging: Converts HCP-YA native layout (e.g., 100307/T1w/) into BIDS-compliant structure with dataset_description.json and participants metadata via scripts/reorganize_hcpya.py. - Multimodal Delegation: Routes structural, functional, and diffusion MRI processing to dedicated modality skills, plus phenotype extraction and QC summary generation. - Use Case: A researcher downloads 50 HCP-YA subjects and asks for resting-state fMRI connectivity analysis. The Skill produces a numbered execution plan, stages the data to BIDS, delegates fMRI processing, and outputs QC summaries with an exclusion list based on framewise displacement thresholds. ## Quick Start Ask the agent to download the HCP Young Adult 2025 release for a subject list, stage it to BIDS, and run the full sMRI, fMRI, and dMRI processing pipeline into an hcpya_output directory.