What problem does it solve? Working with the AIBL (Australian Imaging, Biomarkers and Lifestyle) dataset requires navigating portal-based data access, converting non-standard raw layouts into BIDS-compliant structure, merging scattered phenotype tables, and coordinating structural MRI and PET processing. This Skill provides a single orchestration layer that manages that entire workflow. ## Core Features & Use Cases - BIDS Reorganization: Converts raw AIBL subject/visit/modality folders into BIDS-compliant datasets with normalized subject IDs, session labels, PET tracer routing (PiB, FDG, tau), sidecar preservation, and dataset_description.json/participants.tsv generation. - Phenotype Extraction and Merging: Merges cognitive assessments, blood biomarkers, APOE genotype, and demographics into one analysis-ready CSV, with visit alignment, diagnosis normalization (HC/MCI/AD), and cross-referencing against imaging subject lists. - QC Summaries: Generates per-subject QC reports and exclusion lists from fMRIPrep confounds and FreeSurfer metrics with configurable motion thresholds. - Use Case: A researcher downloads raw AIBL data and asks to stage it into BIDS, merge phenotype tables for baseline visits, and produce a QC exclusion list before running statistical analysis on Alzheimer's disease biomarkers. ## Quick Start Ask the agent to reorganize your local raw AIBL directory into a BIDS-compliant dataset under aibl_output/bids and generate the participants and dataset metadata files.