model-onboarding

Featured

Onboard a new model generation or sibling into oh-my-hermes: probe router recognition, research the official contract, write trait-to-counter calibration, place routing in both lanes, price from documented list only, gate machine config on a served route, prove with the gates, close with a benchmark pair. Use when a model family ships a new generation (for example "Fable 5.1 is out", "GLM 5.4 shipped", "onboard new model", "add model to chains").

AI & Automation 1,663 stars 142 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Model onboarding The procedure lives in [`docs/MODEL-ONBOARDING.md`](../../../docs/MODEL-ONBOARDING.md). Read that file and follow it in order. It is kept there rather than here because Codex, Hermes handoffs, and generic executor profiles run the same loop, and `AGENTS.md` requires that no single executor own a shared surface. This file exists so the loop is reachable as `/model-onboarding`; it holds no rules of its own. Start by reading, in this order: ```sh cat docs/MODEL-ONBOARDING.md cat MODEL_OPTI.md ``` Nine things the loop gets wrong most often: - Recognition before research. Probe every served id and every bare chat name with `omh coding model-route` first; a `model_family` of `unknown` means the calibration never attaches. - The chain names the id the vendor's API serves, not the model card's spelling. Read the Hermes provider profile for the family before choosing the alias — DeepSeek serves `deepseek-flash` and 400s `deepseek-v4.1-flash`; the versioned contract sits behind the pointer as a declared projection and in `EXACT_CONTRACT_POINTER_ALIASES`. - Research runs as four parallel read-only lanes (official docs, Hermes runtime source, the vendor's own harness, community harnesses), each a labeled dossier under `.omc/research/`; the Hermes lane is the one that shows what the wire carries (id folding, effort overrides, passback). - Chains move as a set. The Hermes-lane table, its plugin mirror, the Maestro-lane table, the `model-setup` s...

Details

Author
rlaope
Repository
rlaope/oh-my-hermes
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category