Agent skill · AI & Agents

neurostorm

Use this skill whenever the user wants to run the NeuroSTORM multi-model fMRI platform: preprocessing, pretraining (MAE or contrastive), fine-tuning, inference, or benchmarking. It covers 8 built-in models — NeuroSTORM, SwiFT, BrainGNN, BrainNetworkTransformer (BNT), LG-GNN, Com-BrainTF, IBGNN, BrainNetCNN — across 3 input modalities (voxel 4D, ROI time series 2D, functional connectivity 2D). Triggers include: 'fMRI', 'NeuroSTORM', 'SwiFT', 'BrainGNN', 'BNT', 'BrainNetCNN', 'LG-GNN', 'Com-BrainTF', 'IBGNN', 'fMRI preprocessing', 'fMRI foundation model', 'ROI time series', 'functional connectiv

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill neurostorm --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Requires: - fmri-skill - smri-skill - run_models
Path: skills/neuroclaw/neurostorm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# NeuroSTORM Skill ## Overview `neurostorm-skill` wraps the unified **NeuroSTORM fMRI platform** (CUHK-AIM-Group), which, as of the 2026-05-08 release, ships **8 model implementations** under a single training/fine-tuning entry point. Use this skill for the full lifecycle: data download, preprocessing, pretraining, fine-tuning, and inference. **Supported models (8)** | Model | Input type | Graph? | Backbone | |-------|-----------|--------|----------| | `neurostorm` | voxel (4D) | No | Mamba-SSM | | `swift` | voxel (4D) | No | Swin 4D Transformer | | `braingnn` | FC graph (2D) | Yes | GNN | | `bnt` | FC matrix (2D) | No | Transformer | | `lggnn` | ROI + FC | Yes | Learnable GNN | | `combraintf` | FC matrix (2D) | No | Community-aware Transformer | | `ibgnn` | FC graph (2D) | Yes | Interpretable GNN | | `brainnetcnn` | FC matrix (2D) | No | CNN | **Supported tasks** | ID | Task | |----|------| | 1 | Age & Gender Prediction | | 2 | Phenotype Prediction | | 3 | Disease Diagnosis | | 4 | fMRI Retrieval | | 5 | Task fMRI State Classification | **Supported datasets:** HCP1200, ABCD, UKB, Cobre, ADHD200, HCPA, HCPD, UCLA, HCPEP, HCPTASK, GOD, NSD, BOLD5000. **Dual data formats:** `PT` (fas

What's inside
Steps it walks through
  1. Overview
  2. Installation
  3. Workflows
  4. 1. Data Preprocessing
  5. 2. Pretraining
  6. 3. Fine-tuning
  7. 4. Inference / Demo
  8. Input / Output Summary
  9. Testing
  10. Directory Reference (upstream)
  11. Reference
Commands it runs
git clone https://github.com/CUHK-AIM-Group/NeuroSTORM.git
cd NeuroSTORM
conda create -n neurostorm python=3.11
conda activate neurostorm
source ./set_env.sh
pip install -r requirements.txt
pip install "setuptools<81"               # pytorch-lightning 1.9.4 compat
pip install "transformers<=4.39.3"        # mamba-ssm compat
pip install torch-geometric
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.7.0+cu128.html
More from awesome-bio-agent-skills
All skills →
About this skill
What does the neurostorm skill do?

Use this skill whenever the user wants to run the NeuroSTORM multi-model fMRI platform: preprocessing, pretraining (MAE or contrastive), fine-tuning, inference, or benchmarking. It covers 8 built-in models — NeuroSTORM, SwiFT, BrainGNN, BrainNetworkTransformer (BNT), LG-GNN, Com-BrainTF, IBGNN, BrainNetCNN — across 3 input modalities (voxel 4D, ROI time series 2D, functional connectivity 2D). Triggers include: 'fMRI', 'NeuroSTORM', 'SwiFT', 'BrainGNN', 'BNT', 'BrainNetCNN', 'LG-GNN', 'Com-BrainTF', 'IBGNN', 'fMRI preprocessing', 'fMRI foundation model', 'ROI time series', 'functional connectiv

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill neurostorm --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.

Keep going