emmy: Skill for Claude Code

.agents/skills/onboard-model/SKILL.md

onboard-model is a skill for Claude Code, Codex from cloudrift-ai/emmy. It costs 84 tokens per session (7,246 once invoked), scanned A, original, Apache-2.0.

A workflow for preparing a Hugging Face machine-learning model to run on a specific type and number of GPUs. Hugging Face is a platform that hosts and shares machine-learning models.

In plain words
What is it for?
Use it to add or recheck a model recipe, benchmark serving on exact GPU hardware, preserve experiment results, and produce deployment or compiler records when eligible.
Why use it?
It turns model testing into recorded, repeatable repository work, including the serving setup, measurements, raw evidence, and final results when the deployment qualifies.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

This is cloudrift-ai/emmy's own configuration. It tells Claude Code and Codex how to work on emmy itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything emmy configures →

Reuse

Borrowing it

Nothing to install: this file belongs to cloudrift-ai/emmy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cloudrift-ai/emmy/main/.agents/skills/onboard-model/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cloudrift-ai/emmy

Made for: Claude Code, Codex.

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 onboard-model

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudrift-ai/emmy/onboard-model.svg)](https://agentmods.dev/skills/cloudrift-ai/emmy/onboard-model)
Your own site
<a href="https://agentmods.dev/skills/cloudrift-ai/emmy/onboard-model"><img src="https://agentmods.dev/badge/skills/cloudrift-ai/emmy/onboard-model.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,246 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00084 $0.07246
Opus 5 $0.00042 $0.03623
Sonnet 5 $0.00017 $0.01449
Haiku 4.5 $0.00008 $0.00725

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

Security

Grade A, and why

onboard-model 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 2d 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/skills/onboard-model/SKILL.md · 487 lines

How it starts

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

Onboard or reverify a model

Turn a Hugging Face model ID, an operation mode, and an exact (GPU name, GPU count) into reviewed repository artifacts:

  • one recommended serving recipe under recipes/<model>/recipe.yaml;
  • one reusable serving experiment under experiments/<model>/ with a cumulative report and one Git LFS evidence archive, including the system-only row records, per exact GPU platform;
  • one compact, self-contained recipes/<model>/RESULTS.md only when a valid final deployment recipe exists;
  • a complete compiler golden under recipes/<model>/golden/ when full coverage qualifies;
  • when Emmy is eligible, tuned kernels and a verified, prebuilt cloudriftai/vllm-emmy-<model-slug>:<tag> image.

Repository storage retains reproducibility input and durable evidence for each qualified serving platform. In the serving experiment root, commit recipe.yaml, one cumulative RESULTS.md, and results_<gpu-short>x<gpu-count>.tar.gz for each measured exact GPU name/count. Store the system-only experiment records inside that platform archive as part of the timestamped raw run; do not commit them as top-level files. Derive <gpu-short> with emmy.hardware.gpu_short_name; for example, a single RTX 4090 uses results_rtx4090x1.tar.gz. Track these archives with Git LFS. When the caller says LFS is configured locally, verify the archive attribute but do not modify or list .gitattributes; the caller owns that infrastructure file. Do not commit the ignored dated run directory, loose benchmark JSON/TXT/logs, plots, compiler run summaries, partial working goldens, or onboarding-summary files.

Use one serving experiment root for all GPU platforms that share the protocol. On a platform-specific run, replace only that platform's archive, update only its section of the shared experiment RESULTS.md, and preserve every other platform archive and report section. Remove legacy top-level records only for the current platform after verifying they are retained inside its archive. Reuse the existing serving experiment root when it already represents the protocol; otherwise create experiments/<model>/serving/.

Use only the supplied SSH server. The caller owns VM creation and deletion; this skill owns deployed workloads and must tear them down before returning. Never switch GPU type, count, provider, model quantization, or model checkpoint to rescue a failed run.

Read the full file on GitHub · 487 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. 2d ago Changed · +4 lines f4fe0c2b362a
  2. 8d ago First seen · 483 lines · 84 tokens per session scan A 3776e960d105

Subscribe to this mod's changes

onboard-model is a skill published in the GitHub repository cloudrift-ai/emmy (80 stars, last pushed today), licensed Apache-2.0. It adds 84 tokens to every session and 7,246 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-30.

Related

Other skills, from other repositories