Skip to main content

llms.txt

This reference site provides llms.txt files following the llmstxt.org standard.

What is llms.txt?

llms.txt is a file format designed to help AI and LLMs (Large Language Models) efficiently understand projects and libraries. It provides important project information in a structured text format, enabling AI assistants to offer more accurate and useful support.

Available Files

The GASsma reference provides the following two files:

llms.txt (Basic Version)

  • Access URL: /llms.txt
  • Content: Basic usage of GASsma, API overview, and descriptions of key features
  • Intended for: When you want to learn basic usage or need concise information

llms-full.txt (Full Version)

  • Access URL: /llms-full.txt
  • Content: Complete technical specifications of GASsma, edge cases, and implementation details
  • Intended for: When you need detailed implementation, advanced usage, or troubleshooting

Usage

These files are primarily used for the following purposes:

  1. Integration with AI assistants: By providing the file contents to AI tools such as Claude or ChatGPT, you can receive more accurate support regarding GASsma

  2. Facilitating project understanding: As reference material for new developers to understand the project

  3. Documentation search: When you want to quickly find information about a specific feature or API

File Format Features

  • Markdown format: Easy to read for both humans and machines
  • Structured information: Clear hierarchical structure with section divisions
  • Practical code examples: Ready-to-use TypeScript/JavaScript sample code
  • Comprehensive reference: Covers everything from API details to usage examples

Update Information

The llms.txt files are regularly updated in sync with GASsma library updates. For the latest information, always access via the URLs listed above.