Skip to content

Project Llms Txt

github-actions[bot] edited this page Jan 26, 2026 · 6 revisions

llms.txt - LLM-Friendly Documentation

Unity Helpers includes an llms.txt file following the llmstxt.org specification. This file provides structured, LLM-optimized documentation that enables AI assistants to quickly understand and work with the package.

What is llms.txt?

The llms.txt specification defines a standard format for providing LLM-friendly content. Unlike full HTML documentation that may be too large for context windows, llms.txt offers:

  • A concise overview of the project and its key features
  • Structured sections with links to detailed documentation
  • Machine-readable format (Markdown) that LLMs can parse efficiently
  • Curated content focused on what's most useful for development tasks

Location

The file is located at the repository root: /llms.txt

Contents

The Unity Helpers llms.txt includes:

  1. Package Overview - Name, version, license, repository links
  2. Implementation Notes - Coding style requirements and conventions
  3. Assembly Structure - Runtime and Editor assembly organization
  4. Core Features - Inspector tooling, relational components, serialization, spatial trees, PRNGs, effects system, pooling, editor tools
  5. Documentation Links - Organized by category (Docs, Feature Guides, Performance, Project)
  6. Optional Resources - LLM instructions, third-party notices

Usage

AI assistants and LLM-powered tools can:

  1. Fetch the file directly from https://raw.githubusercontent.com/wallstop/unity-helpers/main/llms.txt
  2. Use it as context when answering questions about Unity Helpers
  3. Follow links to detailed documentation for specific features
  4. Understand coding conventions before generating code for this project

For AI Agents

If you're an AI assistant working with this repository, you can also reference:

This file provides additional context about coding style, testing patterns, and repository-specific conventions.

Related

Clone this wiki locally