Spiking Network Model Builder

Design and simulate spiking neural networks with specified neuron models and connectivity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Assists researchers and engineers in constructing and simulating biologically realistic spiking neural networks by guiding neuron model choice, synaptic dynamics, and network architecture.

Core Features & Use Cases

  • Neuron model selection (LIF, EIF, AdEx, Izhikevich, HH) with guidance on when to use each.
  • Synapse configuration (AMPA/NMDA/GABA, conductance vs current-based, TM plasticity).
  • Network connectivity and E/I balance.
  • STDP, BCM, and homeostatic plasticity rules.
  • Simulation parameters, validation metrics, and recommended toolchains (NEST, Brian2, NEURON, GeNN).
  • Use Case: Design cortical microcircuits or AI-regime networks and compare statistics like firing rates, CV, and synchrony.

Quick Start

Prototype a minimal LIF network with 80/20 E/I balance and run a 1-second simulation.

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 build a biologically realistic spiking neural network from scratch?

To build a biologically realistic spiking neural network, you specify neuron models, synapse dynamics, connectivity patterns, E/I balance, and plasticity rules. This skill guides the complete parameter selection process and validates output statistics like firing rates and synchrony.

How does STDP plasticity work when simulating spiking neuron models?

STDP modifies synaptic weights based on relative timing of pre- and post-synaptic spikes in spiking networks. This skill configures STDP, BCM, and homeostatic plasticity rules alongside neuron models and synapse dynamics to simulate adaptive cortical microcircuits.

Which neuron model should I choose for my spiking network simulation?

Choosing a neuron model depends on biological accuracy and computational constraints for your spiking network. This skill guides selection between LIF, EIF, AdEx, Izhikevich, and HH models, detailing when to use each for cortical microcircuits or AI-regime networks.

Does this spiking network builder work with Brian2 and NEST simulators?

Yes, this spiking network builder works with NEST, Brian2, NEURON, and GeNN. It provides recommended toolchains and validates simulation parameters against cortical statistics across these major neural simulation platforms.

How do I configure E/I balance and weight scaling in a spiking neural network?

Configuring E/I balance and weight scaling in a spiking neural network requires setting explicit excitatory and inhibitory neuron ratios, such as an 80/20 split, and adjusting synaptic weights. This skill enforces these parameters to create stable balanced AI networks and prevent runaway firing.