What problem does it solve?
BIDS reduces friction in sharing, searching, and processing neuroscience/biomedical datasets by enforcing a consistent directory structure and metadata conventions; this skill helps you validate compliance, query layouts, convert DICOM to BIDS, and manage derivatives.
Core Features & Use Cases
- BIDS-compliant dataset structuring: Create or reorganize data using the required
sub-*/datatype directory hierarchy and standardized filenames.
- Query and metadata access: Use PyBIDS layout indexing to retrieve files by subject/session/task/run and read JSON sidecar metadata (with inheritance).
- Validation and conversion: Run BIDS validation and convert DICOM to BIDS using common toolchains (HeuDiConv, dcm2bids, BIDScoin), including sidecar handling and derivatives setup.
- Derivatives management: Produce and describe processed outputs under
derivatives/ with correct dataset_description.json.
Quick Start
Use the bids skill to validate that your dataset at /path/to/bids_dataset follows the BIDS specification and report any compliance issues.