$ agentlint

Badge & leaderboard

Show the score off. A shields-style SVG badge, plus a weekly leaderboard of popular open-source repos.

The badge

Push a run with --public and the badge endpoint renders your latest public score, color-coded by band (green ≥ 80, yellow ≥ 50, red below):

npx -y @agentlinthq/cli@latest . --push --public

Then embed it in the README:

[![agentlint](https://agentlint.sh/badge/<owner>/<repo>.svg)](https://agentlint.sh)

The SVG is cached at the edge for 5 minutes. Only runs you explicitly marked public are ever visible.

The leaderboard

Every Monday we scan the most-starred open-source repos with the same public CLI everyone uses and publish the ranked results. The methodology and anti-gaming rules are public — see the leaderboard methodology page.

Badge & leaderboard — agentlint docs