nibabel-skill
Use this skill whenever NeuroClaw needs concrete nibabel operations for neuroimaging files: loading and validating NIfTI images, inspecting shapes and affine matrices, saving derived images, converting voxel coordinates to MNI/world coordinates, or reading FreeSurfer geometry and annotation files. Triggers include: 'nibabel', 'inspect NIfTI', 'read affine', 'save nifti', 'voxel to MNI', 'atlas coordinates', 'read FreeSurfer surface', 'read annot', or any request focused on low-level neuroimaging I/O rather than full preprocessing.
npx skills add BioTender-max/awesome-bio-agent-skills --skill nibabel-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Nibabel Skill ## Overview `nibabel-skill` is the NeuroClaw tool skill for low-level neuroimaging file I/O and geometry handling. It is the right skill when the task is about reading or writing NIfTI data, checking image dimensions and affine matrices, extracting atlas-space coordinates, or interacting with FreeSurfer surface and annotation files. This skill is intentionally narrower than `nilearn-tool` and `brain-visualization`: - `nibabel-skill` focuses on file structures, affines, voxel/world coordinates, and surface geometry I/O - `nilearn-tool` focuses on signal processing, masking, ROI time series, and statistical image workflows - `brain-visualization` focuses on final figure generation and mesh export workflows The content is distilled from nibabel-centric patterns that appear repeatedly in `rs-fMRI-Pipeline-Tutorial/`, especially: - NIfTI discovery and validation in the multimodal pipeline - affine-based ROI center conversion in zALFF regional summaries - FreeSurfer geometry and annotation loading for colored surface export ## Agent Reference Rule When the agent needs nibabel-based code, it should start from the curated snippets in `skills/nibabel-skill/scripts/` instead
- Overview
- Agent Reference Rule
- Quick Reference
- Installation
- Core Usage Patterns
- 1. NIfTI Inspection and Validation
- 2. Atlas ROI Coordinate Extraction
- 3. FreeSurfer Geometry and Annotation I/O
- Curated Reference Scripts
- scripts/niftiinspectionreference.py
- scripts/atlascoordinatereference.py
- scripts/freesurferioreference.py
- Important Notes & Limitations
- When to Call This Skill
conda activate neuroclaw conda install -n neuroclaw -c conda-forge nibabel numpy pandas -y conda install -n neuroclaw -c conda-forge nilearn scipy matplotlib -y python skills/nibabel-skill/scripts/nifti_inspection_reference.py \ python skills/nibabel-skill/scripts/atlas_coordinate_reference.py \ python skills/nibabel-skill/scripts/freesurfer_io_reference.py \
What does the nibabel-skill skill do?
Use this skill whenever NeuroClaw needs concrete nibabel operations for neuroimaging files: loading and validating NIfTI images, inspecting shapes and affine matrices, saving derived images, converting voxel coordinates to MNI/world coordinates, or reading FreeSurfer geometry and annotation files. Triggers include: 'nibabel', 'inspect NIfTI', 'read affine', 'save nifti', 'voxel to MNI', 'atlas coordinates', 'read FreeSurfer surface', 'read annot', or any request focused on low-level neuroimaging I/O rather than full preprocessing.
How do I install it?
Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill nibabel-skill --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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.
