Spiking Network Model Builder

Guide construction of biologically realistic spiking network simulations with neuron and synapse configuration.

34|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/NeuroAIHub/awesome_cognitive_and_neuroscience_skills --skill spiking-network-model-builder-neuroaihub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Spiking Network Model Builder
Source: https://github.com/NeuroAIHub/awesome_cognitive_and_neuroscience_skills/tree/main/skills/spiking-network-model-builder
Command: npx skills add https://github.com/NeuroAIHub/awesome_cognitive_and_neuroscience_skills --skill spiking-network-model-builder-neuroaihub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Designing biologically realistic spiking neural network simulations demands expert decisions about neuron dynamics, synaptic timing, plasticity, validation metrics, and simulator selection; without these specifics, models either diverge, lose critical phenomena, or become numerically unstable, so this skill encodes the decision logic, parameter tables, and reporting checklist that keep research-grade simulations trustworthy.

Core Features & Use Cases

  • Neuron model decision tree: guides you through LIF, EIF, AdEx, Izhikevich, and Hodgkin-Huxley choices with recommended parameters tailored to adaptation, bursting, and ion-channel fidelity so you select the right level of biophysical detail.
  • Synapse, connectivity, and plasticity configuration: summarizes receptor time constants, current versus conductance synapses, weight-scaling laws, STDP/BCM/homeostatic rules, and Brunel-inspired regime sweeps to preserve excitation/inhibition balance and learning stability.
  • Validation & reporting checklist: enforces integration steps, simulation durations, firing-rate/CV targets, network synchrony metrics, and simulator recommendations (Brian2, NEST, NEURON, GeNN) while requiring Nordlie-style reporting so experiments remain reproducible.

Quick Start

Describe your research question, desired emergent phenomena, and modeling constraints to receive a tailored spiking network construction workflow.

Frequently Asked Questions about Spiking Network Model Builder

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

FAQPage Schema
How do I choose the right neuron model for a spiking network simulation?

Choosing the right neuron model for a spiking network simulation depends on your required biophysical detail. A decision tree guides you through LIF, AdEx, Izhikevich, and Hodgkin-Huxley options, matching parameters to adaptation and bursting needs.

How do I maintain excitation and inhibition balance when configuring synaptic plasticity?

Maintaining excitation and inhibition balance during synaptic plasticity configuration requires applying weight-scaling laws and STDP rules. Applying Brunel-inspired regime sweeps alongside current versus conductance synapse settings preserves learning stability and network balance.

What validation metrics are needed for a biologically realistic spiking network?

Validation metrics for a biologically realistic spiking network require checking firing-rate targets, CV, and network synchrony. Enforcing integration steps and simulation durations alongside Nordlie-style reporting ensures computational neuroscience experiments remain reproducible.

Does this spiking network builder support Brian2 and NEST simulators?

Yes, this spiking network builder supports Brian2 and NEST simulators, alongside NEURON and GeNN. Recommendations include simulator-specific numerical settings to ensure spiking network simulations remain accurate and avoid numerical instability.

What's the best way to implement STDP rules in a spiking neural network?

The best way to implement STDP rules in a spiking neural network involves using structured synaptic configuration. Summarizing receptor time constants and applying homeostatic rules alongside weight-scaling laws preserves excitation and inhibition balance during learning.

Why does my spiking network simulation become numerically unstable?

Spiking network simulation becomes numerically unstable without proper simulator-specific numerical settings and adherence to published parameter tables. Encoding expert decision logic for neuron dynamics and integration steps prevents models from diverging or losing critical phenomena.