What problem does it solve? Working with the Natural Scenes Dataset (NSD) requires coordinating BIDS validation, 7T structural and task-fMRI processing, COCO stimulus metadata extraction, and quality control across 8 subjects with ~30-40 sessions each, which is error-prone when done manually. ## Core Features & Use Cases - BIDS Validation: Verify NSD directory structure, subject completeness, session counts, and stimulus file presence with a compliance report via scripts/validate_nsd.py. - Multimodal Processing Delegation: Route T1w structural MRI to smri-skill and task-fMRI (natural scene viewing) to fmri-skill through a confirmed, numbered execution plan. - Stimulus Metadata Extraction: Merge NSD trial events with COCO captions and object categories into a stimulus metadata CSV for stimulus-response and voxel-wise encoding analyses. - QC Summaries: Generate per-subject quality control reports with framewise displacement metrics and exclusion lists using 7T-appropriate thresholds. - Use Case: A visual neuroscience researcher downloads NSD data and asks for end-to-end processing; the skill validates the BIDS layout, delegates sMRI and fMRI pipelines, extracts COCO stimulus annotations, and produces QC summaries in a clean nsd_output/ directory. ## Quick Start Ask the agent to run the full NSD pipeline on your local BIDS directory, for example: "Validate and process my NSD data at /data/NSD, extract the COCO stimulus metadata, and generate QC summaries."