scan-skill

Stages and processes approved NACC SCAN neuroimaging exports into BIDS-organized multimodal derivatives.

89|5|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/CUHK-AIM-Group/NeuroDiscovery --skill scan-skill-cuhk-aim-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scan-skill
Source: https://github.com/CUHK-AIM-Group/NeuroDiscovery/tree/main/skills/scan-skill
Command: npx skills add https://github.com/CUHK-AIM-Group/NeuroDiscovery --skill scan-skill-cuhk-aim-group

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working with the NACC SCAN Alzheimer's imaging cohort requires navigating access approvals, DICOM/NIfTI staging, BIDS organization, phenotype linkage, and modality-specific processing while respecting strict privacy and data-use rules. This Skill orchestrates that entire pipeline so an approved local export becomes an auditable, analysis-ready dataset. ## Core Features & Use Cases - Access-Gated Intake: Enforces the NACC Quick Access approval workflow and builds a checksummed manifest of the approved export before any processing begins. - BIDS Staging and Modality Delegation: Converts DICOM via dcm2nii, organizes data with bids-organizer, and delegates MRI, fMRI, DWI, ASL, and PET processing to dedicated modality skills. - Phenotype Linkage with Privacy Controls: Joins NACC clinical/UDS tables to imaging records using documented keys, keeps identifiers in a restricted crosswalk, and reports unmatched or duplicated records. - Use Case: A researcher receives an approved SCAN export containing DICOM MRI and amyloid PET scans plus NACC clinical tables, and uses this Skill to produce a validated BIDS dataset, SUVR derivatives, QC reports, and a keyed phenotype analysis table. ## Quick Start Use the scan-skill to inventory, convert, and BIDS-organize my approved SCAN export located in the local export folder, then process the available MRI and PET modalities.

Frequently Asked Questions about scan-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I process a NACC SCAN dataset export locally?

Place the approved export on local storage, then the Skill builds a checksum manifest, converts DICOM to NIfTI via dcm2nii, stages a BIDS dataset, and delegates each present modality to its processing skill. Processing only begins after NACC approval is confirmed.

How do I get access to the SCAN imaging dataset?

Request SCAN data through the NACC Quick Access File system at scan.naccdata.org. Access is free but requires a recorded project proposal and approval; the Skill never automates account creation or authenticated scraping.

What modalities does SCAN MRI and PET processing support?

The Skill delegates T1w, T2w, and FLAIR to smri-skill, resting/task fMRI to fmri-skill, diffusion to dwi-skill, ASL perfusion to asl-skill, and amyloid, tau, or FDG PET to pet-skill. Only modalities actually present and approved are processed.

Can I link NACC clinical tables to SCAN imaging data?

Yes, the Skill joins NACC clinical/UDS phenotype tables to imaging records using documented subject and visit keys. It preserves source identifiers in a restricted crosswalk, generates BIDS-safe labels, and reports unmatched or duplicated records before analysis.

What privacy rules apply when working with SCAN data?

NACCID, PTID, visit dates, and crosswalks are treated as controlled data even for defaced images. Source identifiers must stay out of public filenames and reports, re-identification is prohibited, and restricted data must never be committed to Git.