
Neuroscience
- 17 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
neuroscience is a skill that guides brain-imaging analysis, neural circuit modeling, and cognitive experiment design for neuroscience research.
About
This skill guides neuroscience research, including brain-imaging analysis for fMRI and EEG, neural circuit modeling, and cognitive experiment design. It walks through defining the question, experimental design, preprocessing, analysis, statistical inference, and interpretation. It names standard software like SPM, FSL, and MNE-Python and databases like OpenNeuro. A researcher uses it to plan and analyze neuroimaging studies with proper controls and multiple-comparison correction.
- Seven-step methodology from research question to interpretation for fMRI, EEG, and modeling
- Preprocessing and analysis guidance for fMRI (GLM, MVPA) and EEG (ERP, time-frequency)
- Names standard tools and databases: SPM, FSL, MNE-Python, NeuroSynth, Allen Brain Atlas
Neuroscience by the numbers
- 17 all-time installs (skills.sh)
- Ranked #1,286 of 2,065 Data Science & ML skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
neuroscience capabilities & compatibility
Free guidance; relies on external open-source neuroimaging tools.
- Capabilities
- research · data analysis
- Use cases
- research · data analysis
- Pricing
- Free
What neuroscience says it does
Supports neuroscience research including brain imaging analysis (fMRI, EEG), neural circuit modeling, cognitive experiment design
Apply appropriate correction for multiple comparisons: cluster-level FWE for fMRI, permutation-based corrections for EEG.
Map results to known neuroanatomy (use atlases: AAL, Desikan-Killiany, Schaefer).
npx skills add https://github.com/beita6969/scienceclaw --skill neuroscienceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 17 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Guide neuroscience research: brain-imaging analysis, experiment design, and neural modeling with correct methods.
Who is it for?
Designing and analyzing fMRI and EEG studies with correct preprocessing, statistics, and interpretation.
Skip if: Non-neuroscience domains or clinical diagnosis; it is a research-methodology guide.
When should I use this skill?
The user discusses brain regions, neural signals, cognitive tasks, or neuroimaging data.
What you get
The researcher gets a documented methodology and analysis plan for a neuroscience study.
By the numbers
- 7-step methodology
- 8-item quality checklist
Files
When to Trigger
Activate this skill when the user mentions:
- fMRI, EEG, MEG, PET, MRI brain imaging
- Neural circuits, synaptic transmission, neurotransmitters
- Cognitive experiments, reaction time, psychophysics
- Brain regions, Brodmann areas, connectome
- Neurological disorders (Alzheimer's, Parkinson's, epilepsy)
- Computational neuroscience, spiking neural networks, Hodgkin-Huxley
- Brain-computer interfaces (BCI), neural decoding
Step-by-Step Methodology
1. Define the neuroscience question - Specify level of analysis (molecular, cellular, circuit, systems, cognitive, behavioral). Identify target brain regions or networks. 2. Experimental design - For imaging studies: specify modality (fMRI for spatial resolution, EEG for temporal resolution, PET for neurochemistry). Design task paradigm with proper controls, counterbalancing, and trial timing (ISI, ITI). 3. Data acquisition guidance - Recommend acquisition parameters: fMRI (TR, voxel size, field strength), EEG (sampling rate, electrode montage, impedance thresholds). Specify preprocessing steps. 4. Preprocessing - fMRI: slice timing, motion correction, normalization (MNI/Talairach), smoothing. EEG: filtering (bandpass), artifact rejection (ICA for eye blinks/muscle), re-referencing. Always report each step and parameters. 5. Analysis - fMRI: GLM for activation, seed-based or ICA for connectivity, MVPA for decoding. EEG: ERP analysis, time-frequency decomposition, source localization. Computational models: implement and fit biophysical or phenomenological models. 6. Statistical inference - Apply appropriate correction for multiple comparisons: cluster-level FWE for fMRI, permutation-based corrections for EEG. Report effect sizes. Use Bayesian approaches when frequentist results are ambiguous. 7. Interpretation - Map results to known neuroanatomy (use atlases: AAL, Desikan-Killiany, Schaefer). Discuss findings in context of established theoretical frameworks. Avoid reverse inference pitfalls.
Key Databases and Tools
- NeuroSynth / Neuroquery - Meta-analytic functional maps
- Allen Brain Atlas - Gene expression and connectivity
- OpenNeuro - Open neuroimaging datasets
- BrainMap - Functional neuroimaging database
- SPM / FSL / AFNI / FreeSurfer - Neuroimaging analysis software
- MNE-Python / EEGLAB - EEG/MEG analysis tools
- NEURON / Brian2 - Neural simulation environments
Output Format
- Brain activation maps with MNI coordinates (x, y, z), cluster size, peak t/z-value.
- ERP waveforms with component labels (N1, P3, N400), latency, and amplitude.
- Time-frequency plots with frequency bands labeled (delta, theta, alpha, beta, gamma).
- Computational model parameters with biological interpretation.
Quality Checklist
- [ ] Brain coordinates in standard space (MNI or Talairach) with atlas labels
- [ ] Multiple comparison correction method specified and justified
- [ ] Sample size adequate for imaging modality (power analysis cited)
- [ ] Preprocessing pipeline fully documented (software version, parameters)
- [ ] Task design includes appropriate controls and counterbalancing
- [ ] Effect sizes reported alongside statistical significance
- [ ] Reverse inference explicitly avoided or qualified
- [ ] Raw data sharing or availability discussed (OpenNeuro, BIDS format)
Related skills
FAQ
Which imaging modalities does it cover?
fMRI for spatial resolution, EEG for temporal resolution, and PET for neurochemistry, among MRI and MEG.
What multiple-comparison corrections are recommended?
Cluster-level FWE for fMRI and permutation-based corrections for EEG.