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/simple-agent-lab/autotrainess/agents-mdgit clone --depth 1 https://github.com/simple-agent-lab/AutoTrainessWrote 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.
[](https://agentmods.dev/instructions/simple-agent-lab/autotrainess/agents-md)<a href="https://agentmods.dev/instructions/simple-agent-lab/autotrainess/agents-md"><img src="https://agentmods.dev/badge/instructions/simple-agent-lab/autotrainess/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01265 | $0.01265 |
| Opus 5 | $0.00633 | $0.00633 |
| Sonnet 5 | $0.00253 | $0.00253 |
| Haiku 4.5 | $0.00127 | $0.00127 |
Grade A, and why
AutoTrainess 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 4d 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 — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Objective
- Improve the target task or benchmark through real training and evaluation.
- Base important decisions on verifiable evidence.
Hard Constraints
- APIs may be used only for benchmark evaluation, never for data construction or any other non-evaluation purpose.
- Do not use benchmark examples, the values of any fields or components of benchmark examples, or any data whose overlap with the benchmark cannot be ruled out for training or to create training data.
- Fine-tune only from the exact target base model provided by the task or checkpoints you fine-tuned from it; do not use an instruction-tuned, chat-tuned, larger, or different model as the training start point, merge source, fallback, or final submission.
- Never tune, search, or modify generation config to improve benchmark scores.
- If
CUDA_VISIBLE_DEVICESis set, it defines the only GPU devices assigned to this run; do not override it or use any GPU outside that set. - A run being blocked by environment, permissions, dependencies, shared resources, or turn-level execution limits does not mean the task is complete.
Experiment Guidance
- Prefer the simplest valid approach first.
- Record the concrete reason for each failure, improvement, and strategy change.
- State which stage you are currently in.
- Do not spend iterations repeatedly tuning low-level settings unless there is clear evidence that doing so targets the current bottleneck.
Stage Rules
- Stages are sequential and mandatory.
- If the current stage fails because of an engineering or environment issue, fix it and retry that stage.
- If the current stage has been explored enough to justify moving on, enter the next stage instead of ending the task.
- If no explicit target is provided, do not decide on your own that the task is complete.
Iteration Execution
- For Stage 2/3, each stage is executed through one or more full iterations.
- Skills define how to execute one iteration locally. If a skill's default options conflict with the current stage rules, follow the stage rules in this file.
- A full iteration should use the skill chain:
iteration_plan -> data -> train -> eval -> log. iteration_plandefines the goal and planned changes for the current iteration.datahandles data selection, construction, and validation before training.trainruns training and exportsfinal_model/.evalruns the benchmark's real evaluation onfinal_model/.logrecords the completed iteration and its outcome.
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.
- 4d ago First seen · 96 lines · 1,265 tokens per session scan A b5ae8ea41fa6
AutoTrainess AGENTS.md is an instructions file published in the GitHub repository simple-agent-lab/AutoTrainess (21 stars, last pushed 1mo ago), licensed MIT. It adds 1,265 tokens to every session, about $0.0063 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
intelligent-terminal rust.instructions.md
Concise Rust coding conventions for this repository.
InvestSkill GEMINI.md
Gemini CLI instructions for yennanliu/InvestSkill, covering investskill — gemini cli setup & usage guide, installation & setup, quick start, navigate to the investskill directory and start gemini cli (loads gemini.md automatically).
she-love-me CLAUDE.md
Instructions for 863401402/she-love-me, covering claude.md and 唯一工作流.
slivingdoc AGENTS.md
AGENTS.md instructions for baalimago/slivingdoc, covering agents.md — slivingdoc, architecture, package map, event flow and startup wiring (main.go).
dshcode CLAUDE.md
Claude Code instructions for whitelonng/dshcode, a project described as: Community desktop companion for DeepSeek Harness — one-click Electron app for macOS and Windows.
refract AGENTS.md
AGENTS.md instructions for valternunez/refract, covering refract — agent playbooks, playbook: verify a responsive bug fix, playbook: visual-diff before merge, playbook: screenshot a page behind a login and playbook: find horizontal overflow on a pr preview.