hierarchical
Use this model doc whenever the user wants to perform brain parcellation using Hierarchical clustering. This is a non-deep-learning unsupervised route focused on multi-scale parcel discovery, voxel or vertex grouping, and atlas-like region generation from neuroimaging features.
npx skills add BioTender-max/awesome-bio-agent-skills --skill hierarchical --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.
# Hierarchical Model Doc ## Overview Hierarchical clustering is a classical non-deep-learning method for data-driven brain parcellation. - Model family: non-deep-learning unsupervised clustering method - Typical objectives: - partition voxels, vertices, or ROI features into data-driven brain parcels - build subject-level or group-level parcellations from functional or structural similarity - export parcel labels and merge summaries across scales - Primary input: preprocessed neuroimaging features, optional mask, optional similarity or connectivity representation - Primary output: parcel label map, cluster summaries, optional dendrogram outputs In NeuroClaw, this document is model-level guidance for Hierarchical-clustering-based brain parcellation workflows rather than supervised prediction. Upstream preparation should usually be delegated to: - `fmri-skill` for rs-fMRI or task-fMRI feature preparation when parcellation is function-driven - `smri-skill` for structural feature preparation when parcellation is anatomy-driven - `nilearn-tool` for concrete masking, feature matrix preparation, and hierarchical parcel export **Research use only.** --- ## Quick Start ### 1) Prepare parcell
- Overview
- Quick Start
- 1) Prepare parcellation inputs
- 2) Hierarchical route
- Input / Output Contract
- Required inputs
- Optional inputs
- Produced outputs
- Recommended Delegation
- When to Use Hierarchical Clustering
- Limitations and Notes
- Reference
delegated through claw-shell after features are prepared python skills/nilearn-tool/scripts/hierarchical_parcellation_reference.py \
What does the hierarchical skill do?
Use this model doc whenever the user wants to perform brain parcellation using Hierarchical clustering. This is a non-deep-learning unsupervised route focused on multi-scale parcel discovery, voxel or vertex grouping, and atlas-like region generation from neuroimaging features.
How do I install it?
Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill hierarchical --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.
