Agent skill · Backend & API

spikeinterface-electrophysiology

Unified Python framework for extracellular electrophysiology. Load 20+ formats (SpikeGLX, OpenEphys, NWB, Intan, Maxwell, Blackrock), preprocess, run 10+ sorters (Kilosort4, SpykingCircus2, Tridesclous, MountainSort5) via one API, compute quality metrics (SNR, ISI, firing rate), compare sorters, export NWB/Phy. For format-agnostic multi-sorter workflows. For Neuropixels-specific PSTH/decoding use neuropixels.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill spikeinterface-electrophysiology --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 31 KB
Bundled scripts: none
Path: skills/sciagent/spikeinterface-electrophysiology/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SpikeInterface — Unified Extracellular Electrophysiology Framework ## Overview SpikeInterface provides a common Python API to read extracellular recordings from 20+ file formats, preprocess raw voltage traces, run 10+ spike sorters, postprocess and quality-control sorted units, and export results — all without format-specific code. Its modular design lets users swap sorters, formats, and preprocessing steps without rewriting pipelines. SpikeInterface is built around lazy, chainable objects: a `Recording` holds raw data, a `Sorting` holds spike times, and a `SortingAnalyzer` ties them together for waveform and metric computation. ## When to Use - Loading recordings from multiple acquisition systems (SpikeGLX, OpenEphys, Intan, NWB, Maxwell MEA, Blackrock) with a unified API rather than format-specific parsers - Running the same preprocessing and sorting pipeline across experiments recorded on different hardware - Comparing two or more spike sorters on the same recording to assess agreement and choose the best output - Running containerized sorters (Kilosort, IronClust, MountainSort5) via Docker or Singularity without local installation - Computing standard quality metrics (SNR, IS

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. Module 1: Recording I/O
  7. Module 2: Preprocessing
  8. Module 3: Spike Sorting
  9. Module 4: Postprocessing (SortingAnalyzer)
  10. Module 5: Quality Metrics
  11. Module 6: Comparison and Export
  12. Common Workflows
  13. Workflow 1: Multi-Sorter Comparison on OpenEphys Data
  14. Workflow 2: Ground Truth Validation with Synthetic Recordings
Commands it runs
pip install "spikeinterface[full]>=0.101" probeinterface
pip install kilosort
pip install phy
More from awesome-bio-agent-skills
All skills →
About this skill
What does the spikeinterface-electrophysiology skill do?

Unified Python framework for extracellular electrophysiology. Load 20+ formats (SpikeGLX, OpenEphys, NWB, Intan, Maxwell, Blackrock), preprocess, run 10+ sorters (Kilosort4, SpykingCircus2, Tridesclous, MountainSort5) via one API, compute quality metrics (SNR, ISI, firing rate), compare sorters, export NWB/Phy. For format-agnostic multi-sorter workflows. For Neuropixels-specific PSTH/decoding use neuropixels.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill spikeinterface-electrophysiology --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going