ravenna/llms-generator

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

Language:Blade

Type:statamic-addon

dev-main 2025-08-27 22:06 UTC

This package is auto-updated.

Last update: 2025-09-27 22:22:58 UTC


README

Llms Generator is a Statamic addon that allows you to select which of your collections data you wish to inlude in and generate an LLMs.txt file for Large language models parsing by AI.

Features

This addon:

  • Allows you to include or exclude selected collections in and,
  • Generate an llms.txt file for your selected collections to be parsed by AI.

How to Install

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

composer require ravenna/llmsgenerator

How to Use

After successful install of the add-on into your Statamic website, in you Statamic sites control panel go to Tools > LLMs Generator. Then select Generate if you wish to include all collections in your llms.txt file, OR go to Collections view to select which specific collections you wish to include in your llms.txt data. Then save your selections and go back to Generate to generate a new llms.txt file. The file will be found in public/llms.txt and is now ready to be parsed by AI bots.