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 agentmods add skills/binary16labs/prime-silo/house-trainernpx skills add binary16labs/prime-silo --skill house-trainergit clone --depth 1 https://github.com/binary16labs/prime-siloWrote 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/binary16labs/prime-silo/house-trainer)<a href="https://agentmods.dev/skills/binary16labs/prime-silo/house-trainer"><img src="https://agentmods.dev/badge/skills/binary16labs/prime-silo/house-trainer.svg" alt="Measured on agentmods" 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 | $0.00071 | $0.02580 |
| Opus 5 | $0.00036 | $0.01290 |
| Sonnet 5 | $0.00014 | $0.00516 |
| Haiku 4.5 | $0.00007 | $0.00258 |
Grade A, and why
house-trainer 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 5d 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 — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
house-trainer — the EP-T QLoRA pipeline playbook
Everything here was proven live on the trainer (T0–T3, LOG 2026-07-22..24). Follow it and you skip a week of Windows-ROCm debugging. Read the two absolutes first.
Absolutes
- Privacy: job-application/CV content NEVER enters training data. Every build runs
the leak gate (
scripts/train/lib/privacy.mjs→scripts/longview/lib/leak_gate.mjs). Quarantined sids (live home + sessions workspacequarantine.json) are dropped structurally. Generated rows are git-ignored — never commit them. Never weakenscripts/train/dataset/personal_terms.jsonto make a build pass. - Honesty: rubric (
scripts/train/eval/rubric.md) is frozen BEFORE training. If a run invalidates an earlier number, the correction goes on the record (docs/train/T3-eval-report.md v1→v2 precedent). Tuned-worse is a valid, logged result.
Liveness — NEVER trust a tqdm log for a long GPU job
The eGPU wedges transiently (TB3/RDNA4): a step hangs, the process stays alive but blocked, working set collapses to ~MB, and the tqdm log freezes looking exactly like "slow". A DPO run sat wedged at step 8/38 for 6 h this way. Prove liveness, don't infer it:
- log mtime vs now (
stat -c %y <log>) — hours stale on a minutes-long job = wedged; - two CPU-time snapshots ~90 s apart (
Get-CimInstance Win32_Process ... UserModeTime+KernelModeTime) — a live job burns CPU seconds, a wedged one doesn't; - advancing artifacts (trainer/checkpoint-*, *_result.json, adapter files).
Recover:
Stop-Process -Id <pid> -Force(PowerShell; use$procId,$id:is a parse error) → device-matmul health check → relaunch with a lowermax_length(memory pressure wedges gfx1200).
Environment (measured, don't rediscover)
- GPU: RX 9060 XT gfx1200, 15.92 GiB, Razer Core X TB3, native-Windows ROCm.
- Trainer venv python:
C:\Users\nsdha\.unsloth\studio\unsloth_studio\Scripts\python.exe(torch 2.11.0+rocm7.13.0 / hip 7.13.99004 / Unsloth 2026.7.4 / bnb rocm714). - Training requires a vcvars64 shell (Triton JIT): write a CRLF .bat that
callsC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.batthen runs the venv python; launch from Git Bash ascmd.exe //c '<single-quoted-path>'(double slash beats MSYS path-mangling; never pipe the launch throughhead). Eager eval (run_eval.py) needs no vcvars. - llama.cpp ROCm build:
~\.unsloth\llama.cpp\build\bin\Release\(llama-server.exe,llama-quantize.exe); bundledgguf-pyfor structural reads. node:~\.unsloth\node. - Parallelism 1: one GPU job at a time, batch 1 (+grad accum), workers 0.
- Disk: stage fp16 downloads + merges on D: (
HF_HOME=D:\t3-merge\hf,T3_GGUF_DIR=D:\t3-merge\gguf) — ~30 GB peak for a 7B; C: cannot take it. - Corpus: home clone
D:\benny-home(PRIME_SILO_HOME), memo-ray~\.mem0ray\data(80,555 entities), big LONGVIEW workspaceD:\benny-home\benny\workspaces\sessions_v1(376 JSON cards + data_out prose).
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.
- 5d ago First seen · 143 lines · 71 tokens per session scan A 4a88794e3e47
house-trainer is a skill published in the GitHub repository binary16labs/prime-silo (5 stars, last pushed today), licensed MIT. It adds 71 tokens to every session and 2,580 once invoked, about $0.0004 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
teacher-trace-curation
Use weekly. The teacher log captures every non-local Claude call — curate the best ones into training data so the local model learns from your actual work.
omni-compression
Configure RTK (command output), Caveman (prose), and stacked compression modes. Manage language packs, custom rules, and test prompt compression reducing tokens by 60–90%.
cli-eval
Create and run evaluation suites, watch live benchmark progress, view scorecards, compare model performance, and integrate eval runs with CI workflows from the CLI.
cli-batches
Submit and monitor batch inference jobs from the CLI. Upload and manage files for batch processing, retrieve results, and integrate batch pipelines with CI/CD workflows.
cli-compression
Configure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts.
evo2
Score, embed, and generate DNA sequences with Evo 2, a long-context genomic foundation model. Use this skill when: (1) Computing per-nucleotide or per-sequence likelihoods for variant effect scoring, (2) Embedding genomic windows for downstream classification, (3) Generating DNA conditioned on a prefix, (4) Scoring…