AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from ultralytics/skills.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# AGENTS.md Repository guidance for coding agents. `CLAUDE.md` is a symlink to this file. ## Core Principles (CRITICAL) **Less is more. The simplest solution is the best solution.** The action hierarchy for every change: **Delete > Replace > Add**. 1. **Solve at the owner**: Put behavior in the code path that owns or observes it. For fixes, never guard a symptom with a staleness check, initialization flag, skip-first-call branch, or `try/except` around broken logic; relocate the trigger and delete the wrong path. For features, extend the existing owner rather than creating a parallel abstraction. 2. **Search and reuse first**: Search the whole repository before creating a feature, component, helper, workflow, or utility. Reuse or adapt what exists, consolidate in-scope duplication in the shared owner, and delete duplicate paths. Three similar lines beat a helper nobody else calls. 3. **Delete and modify existing code before creating new code**: Bugfixes are net-negative by default unless deletion and relocation are demonstrably impossible. A new file must first prove it cannot fit cleanly in an existing owner. …
Read the whole file at its exact version.
How to install
mdr add ultralytics/skills/AGENTS.md@git:20260911.983f6a2mdr add ultralytics/skills/AGENTS.md@sha256:f1c12f29ed01842bPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_opfynyud35atttoh)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260911.983f6a2 latest | 2026-09-11 | 983f6a2 | 7,501 B | A | view · diff |
| git:20260910.b0383f7 | 2026-09-10 | b0383f7 | 5,563 B | A | view · diff |
| git:20260904.9c3b8ec | 2026-09-04 | 9c3b8ec | 5,285 B | A | view · diff |
| git:20260813.76f9a61 | 2026-08-13 | 76f9a61 | 5,285 B | A | view · diff |
| git:20260811.e35dbcc | 2026-08-11 | e35dbcc | 5,285 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (7501 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
ultralytics/skills · 25 stars · license AGPL-3.0 · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_opfynyud35atttoh GET https://markdownregistry.com/api/v1/resolve?ref=ultralytics/skills/AGENTS.md GET https://markdownregistry.com/api/v1/blob/f1c12f29ed01842b126e6a91555a8193e26c54f2ab50e75e262bc42840c8b888
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from ultralytics/skills
Every file in ultralytics/skills