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/fmind/cookiecutter-mlops-package/agents-mdgit clone --depth 1 https://github.com/fmind/cookiecutter-mlops-packageWhat 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.01296 | $0.01296 |
| Opus 5 | $0.00648 | $0.00648 |
| Sonnet 5 | $0.00259 | $0.00259 |
| Haiku 4.5 | $0.00130 | $0.00130 |
Grade A, and why
cookiecutter-mlops-package 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 3d 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 — 43 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: cookiecutter-mlops-package — a Cookiecutter template that scaffolds MLOps Python packages.
- Layout:
{{cookiecutter.repository}}/holds the template sources (raw Jinja);tests/test_cookiecutter.pybakes the template and runs the generated project's full toolchain. - Language: Python 3.14+ (
pyproject.toml), managed withuv. - Reference: mlops-python-package is the reference implementation. Shared configuration files should differ from it only by cookiecutter variables; diff against it before changing the template.
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, check, test. This is the gate; CI runs this exact task and nothing else. There is nobuildstep:[tool.uv] package = false, this repository is a test suite, not a distribution. - Install:
mise installprovisions the pinned toolchain (run_auto_installis off), thenmise run installsyncs the virtualenv (uv sync) and installs git hooks. - Format:
mise run format—ruff(import sort + format, including Python inside Markdown) anddprint(JSON/Markdown/TOML/YAML). - Check:
mise run check—rufflint,tytypes,pip-auditdeps,dprint/validate-pyproject/uv lockformat,gitleakssecrets,trivyfilesystem scan,actionlint+zizmorworkflows. - Test:
mise run test—pytestbakes the template and runsmise trust/mise install/git init/mise run all/... inside the generated project. Needsdockerrunning and takes several minutes.
Definition of done
A change is complete only when, locally, mise run all passes warning-free — which includes the bake test actually generating a project and passing that project's own gate. Fix root causes — never weaken an assertion, add a skip/xfail, loosen a type, or suppress a lint error 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.
- 3d ago First seen · 43 lines · 1,296 tokens per session scan A 6152d26cc44e
cookiecutter-mlops-package AGENTS.md is an instructions file published in the GitHub repository fmind/cookiecutter-mlops-package (442 stars, last pushed 9d ago), licensed MIT. It adds 1,296 tokens to every session, about $0.0065 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
zenml CLAUDE.md
Claude Code instructions for zenml-io/zenml, covering zenml claude code guidelines, project structure, use zenml docs via mcp, code style & quality standards and commenting policy — explain why, not what.
zenml AGENTS.md
AGENTS.md instructions for zenml-io/zenml, covering zenml codex agent guidelines, project structure, always-loaded rules, common commands and branches, git, and prs.
mlops-python-package AGENTS.md
AGENTS.md instructions for fmind/mlops-python-package, covering agents.md, project overview, setup & core commands, definition of done and conventions & idioms.
weightslab AGENTS.md
Instructions for GrayboxTech/weightslab, covering weightslab — agent context for users & debugging, 0. how to load this guide into claude code, 1. what it is and how the pieces connect, 2. install & run (the happy path) and ... your training loop ...
plexe AGENTS.md
Instructions for plexe-ai/plexe, covering agents.md, architecture, 6-phase workflow (plexe/workflow.py), multi-agent system (plexe/agents/) and tree search (plexe/search/).
zero-to-ai snyk_rules.instructions.md
Snyk Security At Inception.