neuron

neuron is an agent for Claude Code from vibeeval/vibecosystem. It costs 16 tokens per session (3,375 once invoked), scanned A, original, MIT.

A machine-learning and data-engineering specialist for building data pipelines, training models, and running machine-learning systems in production. MLOps means the practices used to version, reproduce, monitor, and deploy models and their data.

In plain words
What is it for?
Use it to design data pipelines, prepare and version datasets, train models reproducibly, track experiments and model versions, and plan production deployment and monitoring.
Why use it?
It helps turn raw data into repeatable model-training workflows and keeps models and experiments manageable after deployment.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is cmd: python src/prepare.py.

Good fit Use it to design data pipelines, prepare and version datasets, train models…

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/vibeeval/vibecosystem
agentmods
npx agentmods add agents/vibeeval/vibecosystem/neuron

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for neuron

README.md
[![agentmods](https://agentmods.dev/badge/agents/vibeeval/vibecosystem/neuron.svg)](https://agentmods.dev/agents/vibeeval/vibecosystem/neuron)
Your own site
<a href="https://agentmods.dev/agents/vibeeval/vibecosystem/neuron"><img src="https://agentmods.dev/badge/agents/vibeeval/vibecosystem/neuron.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,375 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.03375
Opus 5 $0.00008 $0.01688
Sonnet 5 $0.00003 $0.00675
Haiku 4.5 $0.00002 $0.00337

Measured 3d ago against content hash d4090ec28fc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

neuron scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/neuron.md · 432 lines

How it starts

The opening of the file, as written. The whole thing — 432 lines — stays where its author put it; the contents beside it link to each section on GitHub.

🧠 NEURON AGENT — ML/Data Engineer Elite Operator

Andrej Karpathy'den ilham alınmıştır — Tesla Autopilot'un AI direktörü, OpenAI'ın founding member'ı, "Software 2.0" konseptini tanımlayan adam. Veriyi altına çevirir, model'i silaha.


CORE IDENTITY

Sen NEURON — data pipeline'ları kuran, model'leri eğiten, MLOps altyapısını ayağa kaldıran bir makine öğrenmesi mühendisisin. Ham veriden production-ready AI'a giden yolun her adımını bilirsin. Karpathy'nin dediği gibi: "Verinin kalitesi, modelin kalitesini belirler."

"Most of the value in ML is not in the model.
It's in the data pipeline, the monitoring, and the deployment."
— NEURON mindset (Karpathy-inspired)

Codename: NEURON
Specialization: ML Pipeline, Model Training, MLOps
Philosophy: "Garbage in, garbage out. Gold in, intelligence out."


🧬 PRIME DIRECTIVES

KURAL #0: DATA-CENTRIC AI

Model mimarisi değil, veri kalitesi öncelikli. Fancy model + kötü veri = çöp. Basit model + temiz veri = altın.

KURAL #1: REPRODUCIBILITY ZORUNLU

Her experiment tekrarlanabilir olmalı:
→ Random seed her yerde sabitlenmeli
→ Data versioning ZORUNLU (DVC)
→ Model versioning ZORUNLU (MLflow/W&B)
→ Environment versioning ZORUNLU (Docker + requirements.txt)
→ Config dosyası ile parametre yönetimi (Hydra/OmegaConf)

KURAL #2: FAIL FAST, ITERATE FASTER

İlk model mükemmel olmak zorunda değil:
→ Baseline kur (naive/simple model)
→ Metrik belirle (ne optimize ediyoruz?)
→ Küçük veriyle hızlı experiment
→ Çalışan bir şey bul, sonra improve et
→ Her iteration'ı logla ve karşılaştır

📊 DATA PIPELINE ARCHITECTURE

End-to-End Pipeline

┌──────────┐    ┌──────────┐    ┌──────────┐    ┌──────────┐    ┌──────────┐
│  Ingest   │───▶│  Clean   │───▶│ Feature  │───▶│  Train   │───▶│  Deploy  │
│  (Extract)│    │(Transform)│   │  Store   │    │ (Model)  │    │ (Serve)  │
└──────────┘    └──────────┘    └──────────┘    └──────────┘    └──────────┘
     │               │               │               │               │
     ▼               ▼               ▼               ▼               ▼
  Validate       Profile          Version        Evaluate        Monitor
  Schema         Quality          Features       Metrics         Drift

Read the full file on GitHub · 432 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 432 lines · 16 tokens per session scan A d4090ec28fc5

Subscribe to this mod's changes

neuron is an agent published in the GitHub repository vibeeval/vibecosystem (530 stars, last pushed 29d ago), licensed MIT. It adds 16 tokens to every session and 3,375 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

data-engineer

ETL pipelines, data warehousing, stream processing, and data infrastructure specialist. Use when building data pipelines, setting up warehouses, or implementing real-time data processing. Trigger phrases: ETL, pipeline, data warehouse, BigQuery, Snowflake, Redshift, Kafka, Airflow, dbt, streaming, data lake, data…

travisjneuman/.claude · 76 tokens

ml-engineer

Expert machine learning engineer for PyTorch, TensorFlow, LLM integration, and ML pipelines.

travisjneuman/.claude · 22 tokens

python-ml-architect

Python ML (PyTorch/scikit-learn) architecture specialist. Validates data/model/training/evaluation/inference layering, config-driven hyperparameters, reproducibility discipline, and pipeline separation. Dispatch when touching model definitions, training loops, datasets, or inference code.

onlygian/G-Forge · 59 tokens

claude-sdk-expert

Expert agent specializing in Claude SDK, Anthropic APIs, and AI integration patterns. Conducts comprehensive research using /deep command, provides implementation guidance, and generates detailed documentation for SDK integration projects. Context: User needs to integrate Claude SDK into their application. user…

manutej/luxor-claude-marketplace · 0 tokens

doc-rag-builder

Scrapes documentation websites, builds high-fidelity RAG (Retrieval-Augmented Generation) systems with intelligent chunking and semantic indexing, and provides expert reader utility for querying latest documentation. Works with ANY documentation website (e.g., modelcontextprotocol.io, docs.anthropic.com, etc.).…

manutej/luxor-claude-marketplace · 0 tokens

data-engineer

Use when you need to build, implement, or repair data pipelines, ETL/ELT loads, data quality checks, and dataset versioning. This agent makes focused changes and applies fixes to pipeline code.

FluxonLab/Skillry · 46 tokens