What problem does it solve? Working with the COBRE schizophrenia neuroimaging dataset requires coordinating multiple manual steps: downloading from the FCP/INDI repository, reorganizing raw NIfTI files into BIDS-compliant structure, extracting phenotype data, and running modality-specific processing pipelines. This Skill automates that entire orchestration workflow. ## Core Features & Use Cases - End-to-End Dataset Orchestration: Coordinates download, BIDS staging, and delegation to sMRI and rs-fMRI processing pipelines for all 147 COBRE participants. - BIDS Reorganization: Converts raw COBRE NIfTI files into BIDS-compliant layout with dataset_description.json and participants.tsv generation. - Phenotype Extraction & QC: Merges phenotype tables (diagnosis, demographics, handedness) and generates per-subject QC summaries with exclusion lists based on framewise displacement thresholds. - Use Case: A researcher wants to run schizophrenia classification with BrainGNN on COBRE. This Skill downloads the data, stages it in BIDS format, extracts diagnosis labels, runs fMRIPrep-based QC, and delegates structural and functional processing to the appropriate modality skills. ## Quick Start Ask the agent to download the COBRE dataset, organize it into BIDS format, and run the sMRI and rs-fMRI processing pipelines with QC summaries.