neuroscience-imaging

Analyze structural and functional neuroimaging data from fMRI and MRI modalities.

2|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Lord1Egypt/scientific-agent-toolkit --skill neuroscience-imaging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neuroscience-imaging
Source: https://github.com/Lord1Egypt/scientific-agent-toolkit/tree/main/scientific-skills/neuroscience-imaging
Command: npx skills add https://github.com/Lord1Egypt/scientific-agent-toolkit --skill neuroscience-imaging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nilearn, nibabel, numpy, pandas, matplotlib, seaborn, scipy.

What problem does it solve?

This skill simplifies the complex, multi-step process of analyzing neuroimaging data, bridging the gap between raw NIfTI files and publication-ready insights.

Core Features & Use Cases

  • Data Processing: Streamlines loading and manipulation of NIfTI brain images and BIDS-formatted datasets.
  • Advanced Analysis: Enables functional connectivity matrix computation, GLM-based task fMRI analysis, and resting-state network identification via ICA.
  • Visualization: Generates high-quality brain maps, glass brains, and connectivity heatmaps for research reporting.

Quick Start

Use the neuroscience-imaging skill to compute a functional connectivity matrix from the provided resting-state fMRI NIfTI file using the Schaefer 200 atlas.

Frequently Asked Questions about neuroscience-imaging

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

FAQPage Schema
How do I compute a functional connectivity matrix from resting-state fMRI data?

To compute a functional connectivity matrix from resting-state fMRI data, you load NIfTI files and apply brain parcellation atlases like Schaefer 200. This skill processes the extracted time series to generate a structured connectivity matrix for network analysis.

Can I run GLM-based statistical activation mapping for task fMRI using nilearn?

Yes, you can run GLM-based statistical activation mapping for task fMRI using nilearn. This skill fits general linear models to preprocessed NIfTI images to produce statistical activation maps for task-based paradigms.

What is the best way to visualize brain imaging results and connectivity heatmaps?

The best way to visualize brain imaging results and connectivity heatmaps is using this skill's visualization workflows. It generates high-quality glass brains, statistical brain maps, and connectivity heatmaps suitable for research reporting.

Do I need nibabel and numpy to analyze structural and functional MRI data?

Yes, you need nibabel and numpy to analyze structural and functional MRI data because they handle NIfTI file input and array operations. The skill also relies on scipy, pandas, matplotlib, and seaborn for statistical computation and visualization.

Does this neuroimaging analysis workflow support BIDS-formatted datasets?

Yes, this neuroimaging analysis workflow supports BIDS-formatted datasets. It streamlines the loading and manipulation of BIDS-structured NIfTI brain images to prepare them for parcellation, connectivity modeling, and statistical mapping.

How does ICA resting-state network identification work on fMRI scans?

ICA resting-state network identification works by applying Independent Component Analysis to fMRI scans to isolate spatially independent brain networks. This skill uses nilearn to decompose functional data and identify coherent resting-state networks.