What problem does it solve? Working with the ABIDE (Autism Brain Imaging Data Exchange) dataset requires coordinating downloads from FCP/INDI or NITRC, reorganizing inconsistent raw NIfTI layouts into BIDS-compliant structure, merging phenotype tables, and running sMRI and rs-fMRI pipelines. This Skill provides a single orchestration layer that manages that entire workflow. ## Core Features & Use Cases - BIDS Reorganization: Converts site-based or flat ABIDE raw NIfTI layouts into BIDS-compliant datasets with subject ID normalization, site encoding, modality routing (T1w, rs-fMRI), sidecar preservation, and dataset_description.json/participants.tsv generation. - Phenotype Extraction: Merges ABIDE I and II phenotype CSVs, standardizes diagnosis labels (ASD/control), selects columns, and cross-references with imaging subject lists. - QC Summaries: Combines fMRIPrep confounds (framewise displacement, DVARS), FreeSurfer recon-all metrics, and ABIDE native QC flags into per-subject QC reports with configurable exclusion thresholds. - Use Case: A researcher downloads ABIDE I raw data, stages it into BIDS format, merges phenotype tables for 1,112 subjects, then delegates structural and functional processing to modality-specific pipelines with a unified QC exclusion list. ## Quick Start Ask the agent to download ABIDE I data, reorganize it into a BIDS dataset under abide_output/bids, and extract the merged phenotype table for ASD versus control analysis.