What problem does it solve? Building biophysically accurate neuron models requires correctly wiring ions, channels, morphology, solvers, and units; this Skill guides coding agents through the BrainCell API so cellular simulations are constructed and validated correctly. ## Core Features & Use Cases - Single-compartment modeling: Create isopotential Hodgkin-Huxley point neurons with SingleCompartment, fixed or dynamic ions, built-in channel libraries, and current-clamp simulation loops. - Multicompartment modeling: Load SWC morphologies or construct branches manually, discretize with CV policies, and attach mechanisms via paint()/place() declarations. - Mechanism selection and authoring: Choose from built-in sodium, potassium, calcium, HCN, and mixed-ion channels, or author custom HH/Markov channels and dynamic ions with validation guidance. - Use Case: A researcher asks an agent to reproduce a spike-frequency adaptation experiment; the Skill routes it to dynamic calcium, MixIons(k, ca), an AHP channel, and a controlled ablation pattern with solver and convergence checks. ## Quick Start Ask the agent to build a Hodgkin-Huxley single-compartment neuron in BrainCell that fires under a 5 uA/cm^2 injected current and plots the voltage trace.