What problem does it solve? Working with the ADHD-200 dataset requires coordinating downloads from the FCP/INDI repository, converting heterogeneous multi-site raw NIfTI files into BIDS-compliant structure, merging scattered phenotype tables, and generating quality-control summaries. This Skill automates that entire orchestration so researchers avoid manual file wrangling across 8 imaging sites. ## Core Features & Use Cases - BIDS Reorganization: Converts raw ADHD-200 subject/site directories into BIDS-compliant layout with normalized subject IDs, modality routing (T1w to anat, rs-fMRI to func), sidecar preservation, and generated dataset_description.json plus participants.tsv. - Phenotype Extraction: Merges ADHD-200 phenotype CSV files (diagnosis, ADHD measures, demographics, medication), normalizes column names, filters by imaging subject IDs, and drops high-missingness columns. - QC Summaries: Parses fMRIPrep confounds files to compute per-subject mean/max framewise displacement and produces exclusion lists based on configurable FD thresholds. - Use Case: A researcher downloads ADHD-200 data from Peking and NYU sites, runs the reorganization script to produce a BIDS dataset, merges phenotype tables filtered to imaged subjects, and generates a QC exclusion list before running connectivity analysis. ## Quick Start Ask the agent to reorganize your local raw ADHD-200 NIfTI folders into a BIDS-compliant dataset with participants.tsv and dataset_description.json, optionally in dry-run mode first.