phase-brain-build

Creates computational brain model specifications for NEURON, Brian2, NetPyNE, and NEST simulation frameworks.

6|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/stanislavjiricek/neuroflow --skill phase-brain-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-brain-build
Source: https://github.com/stanislavjiricek/neuroflow/tree/main/skills/phase-brain-build
Command: npx skills add https://github.com/stanislavjiricek/neuroflow --skill phase-brain-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides guidance and workflow structure for the complex process of designing and implementing computational brain models, from neuron selection to simulation setup.

Core Features & Use Cases

  • Model Specification: Guides the creation of a model-spec.md file for user confirmation before implementation.
  • Iterative Development: Encourages starting with a minimal viable model (e.g., a single firing neuron) before scaling to complex networks.
  • Framework Adherence: Provides best practices for popular simulation frameworks like NEURON, Brian2, NetPyNE, and NEST.
  • Use Case: A researcher needs to build a spiking neural network model of a specific brain region. This Skill will guide them through choosing the right neuron model, defining connectivity rules, and setting up the simulation environment using their preferred framework.

Quick Start

Use the phase-brain-build skill to start designing a computational brain model by first creating a model specification document.

Frequently Asked Questions about phase-brain-build

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

FAQPage Schema
How do I start building a computational brain model with NEURON or Brian2?

To start building a computational brain model, begin by creating a model specification document to define neuron selection and network topology, then follow framework-specific best practices to set up the simulation environment. This iterative process starts with a minimal viable model before scaling.

What is the best way to design a spiking neural network model?

The best way to design a spiking neural network model is through an iterative development approach, starting with a minimal viable model like a single firing neuron. You then systematically scale up to complex networks using a structured model specification document for confirmation.

Can I use NetPyNE and NEST for computational neuroscience simulations?

Yes, you can use NetPyNE and NEST for computational neuroscience simulations. The model building process provides specific best practices and guidance for adhering to the unique setup requirements of these popular simulation frameworks alongside NEURON and Brian2.

How does model specification work for neural network simulations?

Model specification for neural network simulations works by guiding the creation of a `model-spec.md` file. This document captures essential parameters for neuron model selection and network topology, ensuring user confirmation and structural clarity before implementation begins.

Why should I create a model-spec.md file before network topology setup?

You should create a model-spec.md file before network topology setup to establish a clear blueprint for your computational brain model. This specification step ensures that neuron selection and connectivity rules are confirmed, preventing structural errors during simulation framework implementation.

Do I need prior computational neuroscience knowledge to define connectivity rules?

Defining connectivity rules for brain modeling requires understanding your target brain region and neural networks. The provided phase guidance helps structure your approach, facilitating the translation of biological concepts into computational parameters within your chosen simulation framework.