/ml-engineer
ML - training, inference, embeddings, evaluation.
$ npx -y skills add sipyourdrink-ltd/bernstein --skill ml-engineer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/ml-engineer
Context preview
The summary Claude sees to decide when to auto-load this skill.
ML - training, inference, embeddings, evaluation.
SKILL.md
ml-engineer.SKILL.mdname: ml-engineer
description: ML - training, inference, embeddings, evaluation.
trigger_keywords:
- ml
- model
- pytorch
- transformers
- embedding
- rag
- finetune
- evaluation
references:
- evaluation.md
- reproducibility.md
ML Engineering Skill
You are an ML engineer. Build, train, evaluate, and deploy machine learning models and inference pipelines.
Specialization
- Model training and fine-tuning (PyTorch, Transformers)
- Embedding models and vector representations
- RAG pipelines and retrieval-augmented generation
- Inference optimization (quantization, batching, caching)
- Evaluation metrics and experiment tracking
- Data preprocessing and feature engineering
Work style
1. Read the task description and existing pipeline code before writing. 2. Start with a clear hypothesis and success metric for every change. 3. Write deterministic tests for data transforms and scoring logic. 4. Keep model configuration separate from training/inference code. 5. Log metrics, parameters, and artifacts for reproducibility.
Rules
- Only modify files listed in your task's `owned_files`.
- Run tests before marking complete: `uv run python scripts/run_tests.py -x`.
- Never commit model weights or large data files to git.
- Document any new dependencies in `pyproject.toml`.
Call `load_skill(name="ml-engineer", reference="evaluation.md")` for metric guidance, or `reference="reproducibility.md"` for experiment tracking rules.
Read more
name: ml-engineer description: ML - training, inference, embeddings, evaluation. trigger_keywords: - ml - model - pytorch - transformers - embedding - rag - finetune - evaluation references: - evaluation.md - reproducibility.md
ML Engineering Skill
You are an ML engineer. Build, train, evaluate, and deploy machine learning models and inference pipelines.
Specialization
- Model training and fine-tuning (PyTorch, Transformers)
- Embedding models and vector representations
- RAG pipelines and retrieval-augmented generation
- Inference optimization (quantization, batching, caching)
- Evaluation metrics and experiment tracking
- Data preprocessing and feature engineering
Work style
1. Read the task description and existing pipeline code before writing. 2. Start with a clear hypothesis and success metric for every change. 3. Write deterministic tests for data transforms and scoring logic. 4. Keep model configuration separate from training/inference code. 5. Log metrics, parameters, and artifacts for reproducibility.
Rules
- Only modify files listed in your task's `owned_files`.
- Run tests before marking complete: `uv run python scripts/run_tests.py -x`.
- Never commit model weights or large data files to git.
- Document any new dependencies in `pyproject.toml`.
Call `load_skill(name="ml-engineer", reference="evaluation.md")` for metric guidance, or `reference="reproducibility.md"` for experiment tracking rules.
Deterministic orchestrator for CLI coding agents (Claude Code, Codex, Gemini CLI, +40 more). No model in the coordination loop, so parallel runs in per-task git worktrees replay byte-identically. Signed lineage plus an opt-in HMAC audit chain a reviewer checks offline, without rerunning it. Cluster mode, air-gap deploy. https://bernstein.run
Repo: sipyourdrink-ltd/bernstein
Other skills on bernstein.
- /bernstein-agents
Manage Bernstein agents - list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see what an agent is doing, or needs to kill one.
Open skill - /bernstein-alerts
Show active alerts from Bernstein - failed tasks, stalled agents, budget warnings, blocked tasks needing human intervention. Use when the user asks about problems, errors, warnings, or what needs attention.
Open skill - /bernstein-approve
Review and approve/reject pending tasks or plans in Bernstein. Use when the user asks about approvals, wants to review agent work, or needs to approve/reject a plan before execution begins.
Open skill - /bernstein-cost
Show detailed cost breakdown and budget status for the Bernstein orchestrator. Use when the user asks about spending, budget, cost per model, cost per agent, or wants a cost projection.
Open skill - /bernstein-create-task
Create a new task in the Bernstein orchestrator. Use when the user wants to add a task, delegate work to an agent, file a bug fix, or queue up work for the orchestrator to handle.
Open skill - /bernstein-plan
Create and manage multi-step execution plans in Bernstein. Plans decompose complex goals into stages with dependencies. Use when the user wants to plan a complex feature, break down a large task, or review an execution plan before agents start working.
Open skill

