agentreadme

Report ยท marked 25 Aug 2026

tldr-pages/tldr

Ready for an agent to work in without hand-holding.

Markdown ยท 63,484 stars ยท 38,518 files ยท branch main

Fix these first

01
Static type checking
A type checker gives an agent an error message instead of a runtime surprise. It's the second-fastest feedback loop after the compiler.
02
License
Without a license nobody can safely reuse this, and some tools will refuse to work with it at all.
03
Pinned runtime version
Add a .nvmrc, .python-version, or equivalent so the agent's toolchain matches yours.

The full marking

Every deduction below names the file or setting it came from.

Instructions 26/27 A+

Whether the repo tells an agent how to behave before it starts guessing.

โœ“Agent instruction file 12/12
AGENTS.md is present, which is the format the most tools read.
โœ“Instruction quality 12/12
Specific enough that an agent can act on it.
10,333 characters, a workable length
names the actual commands to run
uses headings, so an agent can skim it
includes copyable code blocks
โœ—README as an entry point 2/3
README exists but never explains how to get the thing running.
Give the README an Install and a Usage heading with real commands under each. Agents pattern-match on those headings.
Setup 14/16 A

Whether an agent can install the project and get it running without a human.

โœ“Deterministic install 6/6
package-lock.json pins the dependency tree.
Found package-lock.json
โœ“Discoverable commands 6/6
Commands are declared where an agent will look for them.
package.json scripts (lint-markdown, lint-tldr-pages, test, build-index, prepare)
scripts/ directory
โ€“Environment config n/a
Not applicable โ€” this reads as a library, with no environment to configure.
โœ—Pinned runtime version 0/2
No pinned runtime version.
Add a .nvmrc, .python-version, or equivalent so the agent's toolchain matches yours.
โœ“Reproducible environment 2/2
.devcontainer/devcontainer.json gives a known-good environment.
Verification loop 22/25 A

Whether an agent can check its own work. This is the category that most decides whether agent output is trustworthy.

โœ“Tests exist 8/8
78 test files against 16 source files.
e.g. pages.ar/common/npm-test.md, pages.bg/common/npm-test.md, pages.bn/common/npm-install-test.md
โœ“Test command is discoverable 7/7
An agent can find and run `npm run test`.
โœ“Continuous integration 4/4
7 GitHub Actions workflows define what "passing" means.
โœ“Lint and format rules 3/3
.flake8 encodes the house style.
โœ—Static type checking 0/3
No static type checking.
A type checker gives an agent an error message instead of a runtime surprise. It's the second-fastest feedback loop after the compiler.
Context economy 19/20 A+

Whether the repo fits in a context window, or fights it.

โœ“No committed build output 6/6
No generated directories committed.
โœ“.gitignore hygiene 3/3
.gitignore covers 14 patterns.
โœ“File sizes fit in context 6/6
No source file is large enough to crowd out a context window.
โœ—Repository weight 4/5
About 61.9MB checked out, which is comfortable.

Here is your AGENTS.md

Drafted from what is actually in this repository: the install command from your lockfile, the commands you already declare, your real directory layout. Anything marked TODO needs a person. Save it at the root as AGENTS.md.

AGENTS.md โ€” drafted for tldr-pages/tldr
undefined

Open the raw markdown  or  curl -o AGENTS.md agentreadme.com/draft/tldr-pages/tldr.md

Show the mark

The badge re-checks daily, so it keeps up as the repository changes. Use mark again to force it now.

agent ready 88 out of 100

[![agent ready](https://agentreadme.com/badge/tldr-pages/tldr.svg)](https://agentreadme.com/tldr-pages/tldr)

Other Markdown repositories, marked

jaywcjlove/linux-command 38 D

All Markdown repositories

Think this mark is wrong?

Every deduction above names the file it came from, so this can be settled by looking. If a check missed something, that is a rule worth fixing.

Open an issue, already filled in