From 7c4ac76e4e70b3ce1edb1dbb6cb3353c7116d95b Mon Sep 17 00:00:00 2001 From: Vasco Branco <306218001+vasco-branco06@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:33:09 +0100 Subject: [PATCH] Add geo-check to Agent Skills Audits whether AI crawlers can reach and read a website, scoring Access and Readability separately rather than blending them. Every point traces back to the robots.txt line or the markup that produced it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2d177f..17ee5ba 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,7 @@ June 14, 2026 - [**meta_skilld**](https://github.com/Dicklesworthstone/meta_skilld) - Rust CLI for managing Claude Code skills: indexing, building, bundling, and sharing. - [**claude-cs**](https://github.com/nbashaw/claude-cs) - A Claude Code skill that helps you build custom customer support automation for your company. - [**design-engineer-auditor-package**](https://github.com/kylezantos/design-engineer-auditor-package) - A Claude Code skill for motion design audits, trained on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. +- [**geo-check**](https://github.com/vasco-branco06/geo-check) - Audits whether AI crawlers can reach and read a website. Scores Access and Readability separately and never averages them, with every point traceable to the robots.txt line or the markup that earned it and no LLM in the scoring path. Distinguishes training crawlers from citation crawlers, and emits the exact robots.txt lines to paste. Also a CLI and a GitHub Action. ---