Agent skill · AI & Agents

brain-visualization

Use this skill whenever the user wants to visualize neuroimaging analysis results, including 3D brain connectivity networks, atlas-based regional activation summaries, or FreeSurfer cortical surface meshes with anatomical colors. Triggers include: 'brain visualization', 'visualize connectome', '3D brain network', 'zALFF visualization', 'brain activation map', 'FreeSurfer PLY export', 'surface mesh rendering', or any request to turn neuroimaging outputs into interpretable figures or 3D models.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Requires: - nibabel-skill - nilearn-tool
Path: skills/neuroclaw/brain-visualization/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

# Brain Visualization ## Overview `brain-visualization` is the NeuroClaw skill for turning processed neuroimaging outputs into publication-friendly figures and 3D assets. It focuses on three common visualization tasks drawn from the methods demonstrated in the referenced rs-fMRI tutorial: - 3D brain connectivity visualization from atlas coordinates and ROI-to-ROI connectivity matrices - atlas-based brain region activation ranking and coordinate export from zALFF-like volumetric maps - FreeSurfer cortical surface export to colored PLY meshes for downstream 3D rendering This skill is intended for analysis outputs that already exist. It does not replace preprocessing or statistical modeling skills such as `fmri-skill`, `nilearn-tool`, `freesurfer-tool`, or `fsl-tool`. ## Agent Reference Rule When implementing or adapting visualization workflows, the agent should first consult the curated reference snippets in `skills/brain-visualization/scripts/` instead of copying directly from the tutorial scripts with hard-coded paths. Reference snippets available: - `scripts/connectome_reference.py` -> atlas coordinate extraction + strongest-edge connectome plotting - `scripts/zalff_summary_refere

What's inside
Steps it walks through
  1. Overview
  2. Agent Reference Rule
  3. Quick Reference
  4. Core Visualization Patterns
  5. 1. 3D Brain Network Visualization
  6. 2. Atlas-Based Regional Activation Summary
  7. 3. FreeSurfer Colored Surface Export
  8. Installation
  9. When to Call This Skill
  10. Complementary / Related Skills
  11. Important Notes & Limitations
  12. Reference
Commands it runs
python skills/brain-visualization/scripts/connectome_reference.py \
python skills/brain-visualization/scripts/zalff_summary_reference.py \
python skills/brain-visualization/scripts/freesurfer_ply_reference.py \
conda activate neuroclaw
conda install -n neuroclaw -c conda-forge numpy pandas nibabel nilearn matplotlib networkx -y
conda install -n neuroclaw -c conda-forge scipy seaborn plotly -y
More from awesome-bio-agent-skills
All skills →
About this skill
What does the brain-visualization skill do?

Use this skill whenever the user wants to visualize neuroimaging analysis results, including 3D brain connectivity networks, atlas-based regional activation summaries, or FreeSurfer cortical surface meshes with anatomical colors. Triggers include: 'brain visualization', 'visualize connectome', '3D brain network', 'zALFF visualization', 'brain activation map', 'FreeSurfer PLY export', 'surface mesh rendering', or any request to turn neuroimaging outputs into interpretable figures or 3D models.

How do I install it?

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