Platform recipe

GitHub Pages llms.txt recipe

For a GitHub Pages project, llms.txt should help AI assistants find the canonical project documentation instead of guessing from scattered repository files.

Best pages to include

Starter file

# Project Name

> Project Name helps developers [specific task].

## Summary

This GitHub Pages site publishes project documentation, setup instructions, examples, release notes, license information, and contribution guidance.

## Project Sources

- [Overview](https://example.github.io/project/): What the project does and when to use it.
- [Install](https://example.github.io/project/install/): Setup and configuration.
- [Examples](https://example.github.io/project/examples/): Working examples.
- [Releases](https://github.com/org/project/releases): Release notes and version history.

Link to the live documentation first, then repository pages where they are the source of truth.