Drop your EEG data. Get a paper-ready figure, a COBIDAS methods section, and a Reviewer 2 memo — before you submit.
Auto-generated from raw .fif — MNE sample data, auditory vs visual N100
Reads pipeline logs, writes a COBIDAS-MEEG paragraph. Every number from disk, not memory. No other EEG tool does this.
GPT-5.4 plays a hostile EEG reviewer. Found 4 critical + 9 major issues in our case study. We fixed them before any human saw the work.
Each recipe = one landmark paper's analysis, made executable. N170, P300, alpha-attention, ERN-flankers — 4 recipes and growing. Like HuggingFace for EEG.
Pick a recipe, point at your data, get a figure + methods + citation + audit. One command.
/eeg-recipe n170-face-inversion --data projects/my-study
Define your claims and contrasts. AEA auto-detects data shape, asks 3–4 questions, runs everything.
/eeg-pipeline projects/my-study
Cross-model: GPT-5.4 reads your plan + results + figures. Writes the rejection memo you'd get from Reviewer 2.
/eeg-audit projects/my-study --reviewer-mode adversarial
19 Markdown skills (6306 lines, ~38 papers distilled). No pre-written code — the LLM reads each SKILL.md and generates MNE-Python code on the fly.
| Skill | What it does | Status |
|---|---|---|
eeg-preprocess | Filter, re-reference, bad channels | Verified |
eeg-ica | ICA + ICLabel auto-labeling | Verified |
eeg-epoch | Segmentation + artifact rejection | Verified |
eeg-erp | Condition averaging, difference waves | Verified |
eeg-tfr | Time-frequency (Morlet wavelets) | Verified |
eeg-stats | Cluster permutation (channel x time x freq) | Verified |
eeg-figure | Paper-ready multi-panel figures | Verified |
eeg-methods-text | Auto COBIDAS-MEEG methods paragraph | Verified |
eeg-audit | Cross-model reviewer (GPT-5.4) | Verified |
eeg-spectral | PSD, FOOOF/specparam, IAPF | Verified |
eeg-decoding | MVPA, temporal generalization | Verified |
eeg-behavior | RT/EEG correlation, single-trial regression | Verified |
eeg-connectivity | wPLI, PLV, coherence | Planned |
eeg-source | Source localization (dSPM, eLORETA) | Planned |
Each recipe encodes domain expertise from a landmark EEG paper into an executable Markdown file.
| Recipe | Paradigm | Source |
|---|---|---|
n170-face-inversion | N170 face vs object | Rossion et al. 2003 |
p300-oddball | P300 to rare targets | Polich 2007 |
alpha-attention-cueing | Posterior alpha desync | Worden et al. 2000 |
ern-flankers | ERN + N2 + frontal theta | Kappenman 2021 / Gehring 1993 |
Contribute a recipe or skill → significant contributors are invited as co-authors on the AEA paper.
AEA auto-reads file headers, asks only what it can't infer, then runs everything.
3 completed case studies validate the full pipeline.
ERP CORE Flankers (Kappenman 2021) — BioSemi 30ch, 1024Hz. 3 pre-registered claims (N2, ERN, frontal theta), Bonferroni corrected.
Auto-generated 6-panel figure — ERN + N2 + frontal theta, from raw BDF in 94.6 seconds