vellis: Skill for Codex

.agents/skills/model-hygiene-review/SKILL.md

model-hygiene-review is a skill for Codex from volantlabs/vellis. It costs 72 tokens per session (573 once invoked), scanned A, original, Apache-2.0.

A review process for checking whether accepted SysML v2 models—text-based system specifications—still match the code, tests, protocols, and project history.

In plain words
What is it for?
Investigating model drift, reviewing lost information during migrations, checking verification status, and deciding which source should guide a correction.
Why use it?
It helps find disagreements between a documented design and the software built from it without assuming either one is correct.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is volantlabs/vellis's own configuration. It tells Codex how to work on vellis 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 vellis configures →

Reuse

Borrowing it

Nothing to install: this file belongs to volantlabs/vellis. 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/volantlabs/vellis/main/.agents/skills/model-hygiene-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/volantlabs/vellis

Made for: 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 model-hygiene-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/volantlabs/vellis/model-hygiene-review/github.svg)](https://agentmods.dev/skills/volantlabs/vellis/model-hygiene-review)
Your own site
<a href="https://agentmods.dev/skills/volantlabs/vellis/model-hygiene-review"><img src="https://agentmods.dev/badge/skills/volantlabs/vellis/model-hygiene-review/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.

agentmods 80×15 button for model-hygiene-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/volantlabs/vellis/model-hygiene-review"><img src="https://agentmods.dev/badge/skills/volantlabs/vellis/model-hygiene-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 573 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.00072 $0.00573
Opus 5 $0.00036 $0.00287
Sonnet 5 $0.00014 $0.00115
Haiku 4.5 $0.00007 $0.00057

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

Security

Grade A, and why

model-hygiene-review 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 11d 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/model-hygiene-review/SKILL.md · 57 lines

How it starts

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

Model Hygiene Review

Review divergence without assuming that either the accepted model or current implementation is automatically correct. Produce an advisory authority assessment before changing either side.

Workflow

  1. Run the deterministic evidence collector for the requested stable ID. Omit the target only when the user requests every accepted component:

    just model-audit component.rtg.query
    

    Read the JSON bundle under build/model-audits/. Treat comparisons as leads, not findings.

  2. Read references/authority-triage.md completely. Identify the model lifecycle, owner, requirements, satisfiers, realization binding, codecs, verification cases, and exact evidence nodes.

  3. Inspect the public implementation protocol, behavior, black-box tests, adapters, and consumers. Do not infer a contract from private helpers.

  4. Inspect git log --follow, the introducing commits on both sides, and any predecessor accepted specification. Determine whether code predates the model, implements a later decision, or merely drifted.

  5. Invoke sysml-reference only when syntax or language semantics affect the conclusion. Report the specification, section, printed or physical page, and whether the source is normative or informative. Do not use training recall as specification evidence.

  6. Classify every material difference using the authority-triage reference. Separate an explicit realization codec or intentional implementation freedom from public semantic drift.

  7. Report compatibility impact, confidence, evidence on each side, proposed authority, and the smallest verification needed before remediation.

Safety Rule

This skill is review-only. Do not edit the model, implementation, tests, generated views, or evidence while performing the audit. If accepted behavior is unresolved, classify it as human_decision_required and pause for the human owner. Successful parsing, tests, or evidence reference resolution are evidence, not proof of semantic agreement or verification closure.

Read the full file on GitHub · 57 lines

Files

What ships with it

2 files 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.

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. 11d ago First seen · 57 lines · 72 tokens per session scan A 9f8f0543431b

Subscribe to this mod's changes

model-hygiene-review is a skill published in the GitHub repository volantlabs/vellis (8 stars, last pushed 2d ago), licensed Apache-2.0. It adds 72 tokens to every session and 573 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.

Related

Other skills, from other repositories

pre-pr

Prepare a Honcho change for a pull request to plastic-labs/honcho. Invoke before opening a PR, when drafting a PR body, when asked if a branch is PR-ready, or when filling the pull request template. Checks the linked issue, required tests and docs, then writes Description / Proofs / Fixes.

plastic-labs/honcho · 69 tokens

pr-comment-evaluator

Use to judge whether a PR review comment sounds polite.

topoteretes/cognee · 11 tokens

diff-risk-explainer

Use to briefly explain small code diffs.

topoteretes/cognee · 9 tokens

ori-memory

Persistent agent memory with learning retrieval. Knowledge graph on markdown files — capture insights, decisions, research, and learnings during work, then retrieve them weeks or months later. Use when knowledge is too valuable to lose but too much to inject into every prompt.

aayoawoyemi/Ori-Mnemos · 54 tokens

quality

PALADIN quality gatekeeper. Two-stage system: Stage 1 checks spec compliance (pass/fail, blocks everything on failure). Stage 2 scores project health 0-100 across 6 tiers. Issues verdict: SHIP IT / SHIP WITH CAUTION / NOT READY / BLOCKED. Evidence Before Claims: every finding must cite the file, line, and what was…

pnmcguire480/cairntir · 141 tokens

slm-graph

Index and query a codebase as a structural graph — build the code graph, trace blast radius of a change, find callers/callees/inheritors, semantic code search by meaning, assemble PR review context, and detect what changed since last index. Use when the user asks how code connects, what breaks if X changes, what calls…

qualixar/superlocalmemory · 97 tokens