Agent skill · Data & Analytics

bids

Use this skill when working with Brain Imaging Data Structure (BIDS) datasets: organizing neuroscience and biomedical data (MRI, EEG, MEG, iEEG, PET, microscopy, NIRS, motion capture, EMG, MR spectroscopy, behavioral), querying BIDS layouts, validating compliance, converting DICOM to BIDS, writing metadata sidecars, or creating BIDS derivatives.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add K-Dense-AI/scientific-agent-skills --skill bids --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 15 KB
Bundled scripts: yes
Version: 1.1
Path: skills/bids/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 32,619
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Brain Imaging Data Structure (BIDS) ## Overview The Brain Imaging Data Structure (BIDS) is a community standard for organizing and describing neuroscience and biomedical research datasets. It defines a consistent file naming convention, directory hierarchy, and metadata schema so that datasets are immediately understandable by humans and software tools alike. BIDS is governed by the BIDS Specification (currently v1.11.x) and is maintained by the community via the BIDS-Standard GitHub organization. While BIDS originated for MRI, it has grown well beyond neuroimaging. The specification now covers 11 modalities spanning imaging, electrophysiology, and behavioral data: - **Imaging**: MRI (structural, functional, diffusion, fieldmaps, perfusion/ASL), PET, microscopy - **Electrophysiology**: EEG, MEG, iEEG (intracranial EEG), EMG - **Other**: NIRS (near-infrared spectroscopy), motion capture, behavioral data (without imaging), MR spectroscopy Active BEPs are extending BIDS further — notably BEP032 (microelectrode electrophysiology) will add support for extracellular recordings including Neuropixels probes, bringing BIDS to a prevalent methodology in animal neuroscience research (see al

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Installation
  4. Core Workflows
  5. Reference Materials
  6. Common Issues and Solutions
  7. 1. Validator reports "Not a BIDS dataset"
  8. 2. Inconsistent subjects warning
  9. 3. Missing SliceTiming
  10. 4. Phase encoding direction confusion
  11. 5. PyBIDS is slow on large datasets
  12. 6. Derivatives not found by PyBIDS
  13. 7. Events file timing is off
  14. 8. TSV files fail validation
Ships with 7 files
  • references/beps.yml
  • references/bids_schema.json
  • references/bids_specification.md
  • references/conversion_tools.md
  • references/core_workflows.md
  • references/metadata_fields.md
  • scripts/update_schema.py
Commands it runs
Core BIDS querying library
uv pip install pybids
BIDS validator (Deno-based, installed via PyPI wrapper)
uv pip install bids-validator-deno
deno install -g -A npm:bids-validator
DICOM-to-BIDS converters (install as needed)
uv pip install heudiconv       # HeuDiConv - heuristic-based DICOM conversion
uv pip install dcm2bids        # dcm2bids - config-file-based conversion
Useful companions
uv pip install nibabel          # NIfTI/other neuroimaging file I/O
More from scientific-agent-skills
All skills →
About this skill
What does the bids skill do?

Use this skill when working with Brain Imaging Data Structure (BIDS) datasets: organizing neuroscience and biomedical data (MRI, EEG, MEG, iEEG, PET, microscopy, NIRS, motion capture, EMG, MR spectroscopy, behavioral), querying BIDS layouts, validating compliance, converting DICOM to BIDS, writing metadata sidecars, or creating BIDS derivatives.

How do I install it?

Run `npx skills add K-Dense-AI/scientific-agent-skills --skill bids --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/scientific-agent-skills, a repository with 32,619 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going