From d19ad435b7e78819237e2057511b9ad74c5a3f96 Mon Sep 17 00:00:00 2001 From: Antikode Date: Mon, 27 Jul 2026 10:50:08 +0700 Subject: [PATCH] Add llms-txt-lint to Integrations Zero-dependency CLI + GitHub Action that validates llms.txt files against the spec (section order, required H1/blockquote, dead link checks), with a --json output mode for CI pipelines. --- nbs/index.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/nbs/index.qmd b/nbs/index.qmd index 5fb1b62..5ca33df 100644 --- a/nbs/index.qmd +++ b/nbs/index.qmd @@ -131,6 +131,7 @@ Various tools and plugins are available to help integrate the llms.txt specifica - [Drupal LLM Support](https://www.drupal.org/project/llm_support) - A Drupal Recipe providing full support for the llms.txt proposal on any Drupal 10.3+ site - [`llms-txt-php`](https://github.com/raphaelstolt/llms-txt-php) - A library for writing and reading llms.txt Markdown files - [`VS Code PagePilot Extension`](https://dmux.github.io/pagepilot) - PagePilot is a VS Code Chat participant that automatically loads external context (documentation, APIs, README files) to provide enhanced responses. +- [`llms-txt-lint`](https://github.com/abyworkings-coder/llms-txt-lint) - Zero-dependency CLI and GitHub Action that validates llms.txt files against the spec (section order, required H1/blockquote, dead links) and can output JSON for CI pipelines ## Next steps