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 instructions/mlops-courses/mlops-coding-skills/agents-mdgit clone --depth 1 https://github.com/MLOps-Courses/mlops-coding-skillsWhat 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.01092 | $0.01092 |
| Opus 5 | $0.00546 | $0.00546 |
| Sonnet 5 | $0.00218 | $0.00218 |
| Haiku 4.5 | $0.00109 | $0.00109 |
Grade A, and why
mlops-coding-skills AGENTS.md 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.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Context and rules for AI agents working in this repository. Humans should start with README.md.
Project overview
- Name: mlops-coding-skills — a collection of Anthropic-style Agent Skills for MLOps.
- Purpose: package the methodology of the MLOps Coding Course as reusable skills that AI coding assistants (Antigravity, Gemini CLI, GitHub Copilot, Claude Code) can load on demand.
- Content: each
mlops-*/folder holds oneSKILL.md(YAML frontmatter + Markdown instructions). There is no application code to build and no test suite to run. - Reference: the skills describe the stack implemented in mlops-python-package — Python 3.14,
uv,mise, Ruff 0.16,ty0.0.69,pytest, MLflow 3.15 on a SQL tracking store (sqlite:///mlflow.db, not the deprecated file store). Verify an instruction against that package before writing it.
Setup & core commands
All work goes through mise (see mise.toml); git hooks (lefthook.yml) and CI call the same tasks.
- Everything:
mise run all— format, then check. This is the gate; CI runs this exact task and nothing else. - Install:
mise installinstalls the pinned tools;mise run installinstalls the git hooks (lefthook). - Format:
mise run format—dprintformats JSON, Markdown, TOML, and YAML, including the sevenSKILL.mddeliverables. - Check:
mise run check—dprint check(format),actionlint+zizmor(workflows),gitleaks(secrets in the last 100 commits),trivy(filesystem scan),check:frontmatter(name equals folder), andgh skill publish --dry-run(Agent Skills specification). - Tools are pinned in
mise.tomland locked inmise.lock; runmise lockafter changing a version.
Definition of done
A change is complete only when, locally, mise run all passes with no findings and the seven SKILL.md files still describe commands that exist in the reference package. Fix root causes — never weaken an assertion, exclude a file, or skip a check to force a green result.
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.
- 2d ago First seen · 41 lines · 1,092 tokens per session scan A 2f9aa39c8507
mlops-coding-skills AGENTS.md is an instructions file published in the GitHub repository MLOps-Courses/mlops-coding-skills (22 stars, last pushed 23d ago), licensed MIT. It adds 1,092 tokens to every session, about $0.0055 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.
Other instructions, from other repositories
superpowers-zh CLAUDE.md
Instructions for jnMetaCode/superpowers-zh, covering superpowers — 贡献者指南, 如果你是 ai agent, pull request 要求, 我们不会接受的内容 and 第三方依赖.
superpowers-zh GEMINI.md
Instructions for jnMetaCode/superpowers-zh, covering superpowers-zh 中文增强版, 核心规则, 可用 skills and 如何使用.
spec-superflow GEMINI.md
Instructions for MageByte-Zero/spec-superflow, covering spec-superflow and spec-superflow v1.0.1 | 阶段: {{state}} | 工作流: {{workflow}}.
spec-superflow copilot-instructions.md
Instructions for MageByte-Zero/spec-superflow, covering phase guard, ✅ 允许操作, ⛔ 禁止操作 and 🔔 决策点.
web-dev-skills AGENTS.md
Instructions for timzaak/web-dev-skills, covering skill 编写规范, 规则归属, 编写 skill, 编排与角色边界 and 修改前后检查.
claude-skills CLAUDE.md
Instructions for mastepanoski/claude-skills, covering claude.md, repository purpose, testing skills locally, repository architecture and core structure.