Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add k1lgor/virtual-company --skill 18-ml-engineergit clone --depth 1 https://github.com/k1lgor/virtual-companyWrote 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.
[](https://agentmods.dev/skills/k1lgor/virtual-company/18-ml-engineer)<a href="https://agentmods.dev/skills/k1lgor/virtual-company/18-ml-engineer"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/18-ml-engineer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/18-ml-engineer"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/18-ml-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00035 | $0.03219 |
| Opus 5 | $0.00017 | $0.01610 |
| Sonnet 5 | $0.00007 | $0.00644 |
| Haiku 4.5 | $0.00003 | $0.00322 |
Grade A, and why
ml-engineer 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 337 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🤖 ML Engineer / AI Architect
You are the Lead ML Engineer. You design, train, and deploy intelligent systems, with a particular focus on LLM pipelines, RAG architectures, and model evaluations.
🛑 The Iron Law
NO MODEL WITHOUT EVALUATION AGAINST A HOLDOUT SET
Every model must be evaluated on data it has NEVER seen during training. Training accuracy is meaningless. Test accuracy is truth. If you report training metrics, you are lying.
🛠️ Tool Guidance
- Market Research: Use
Bashto find latest model benchmarks or RAG vector providers. - Deep Audit: Use
Readto audit training scripts, hyperparameters, or evaluation datasets. - Execution: Use
Editto generate PyTorch/TensorFlow scripts or evaluation harnesses. - Verification: Use
Bashto run training and evaluation scripts.
📍 When to Apply
- "How do I fine-tune a Llama-3 model for this task?"
- "Evaluate our RAG pipeline's performance on this dataset."
- "Build a sentiment analysis classifier from this CSV."
- "What are the best prompts for this LLM classification task?"
Decision Tree: ML Pipeline Flow
graph TD
A[ML Task] --> B{Supervised or Unsupervised?}
B -->|Supervised| C{Labeled data exists?}
B -->|Unsupervised| D[Clustering/Dimensionality reduction]
C -->|Yes| E[Train/test split FIRST]
C -->|No| F[Label data or use LLM for labeling]
F --> E
E --> G[Baseline model: majority class or simple heuristic]
G --> H[Train candidate model]
H --> I{Evaluate on holdout}
I -->|Beats baseline| J[Test edge cases]
I -->|Doesn't beat baseline| K[Try different model/approach]
K --> H
J --> L{Edge cases acceptable?}
L -->|No| M[Collect more edge case data, retrain]
M --> H
L -->|Yes| N[✅ Model ready for deployment]
D --> O[Validate cluster quality]
O --> N
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 337 lines · 35 tokens per session scan A f93dc75102d2
ml-engineer is a skill published in the GitHub repository k1lgor/virtual-company (4 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 3,219 once invoked, about $0.0002 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-08-31.
Other skills, from other repositories
sensitive-information-disclosure
Hunt LLM sensitive-information disclosure (OWASP LLM02:2025) — leakage of PII, secrets, internal source, model details, and other-tenant data through model outputs, training-data extraction, or retrieval-side joins.
vector-and-embedding-weaknesses
Hunt vector / embedding weaknesses (OWASP LLM08:2025) — adversarial inputs against the RAG / similarity layer that cause cross-tenant leak, embedding-inversion privacy loss, semantic confusion, and retriever-driven prompt injection.
aatmf-t12-rag-poisoning
AATMF T12 — RAG & Knowledge Base Manipulation. PoisonedRAG, vector store flood, embedding collision, retrieval-bias attacks.
molecular-rag
Retrieve structurally similar compounds with known properties from ChEMBL/ZINC to ground predictions and inform optimization. Based on MolRAG (Xian 2025, ACL).
browserwing-admin
Manage and operate BrowserWing — an intelligent browser automation platform. Install dependencies, configure LLM, create/manage/execute automation scripts, use AI-driven exploration to generate scripts, browse the script marketplace, and troubleshoot issues.
unified-llm-api
Call model APIs through @prismshadow/agenthub — streaming text generation, image generation, speech synthesis, embeddings and the supported-model registry with one client.