Skip to content

llms.txt

Bagisto publishes llms.txt files that describe its architecture and conventions in a format AI tools understand. Pointing tools like GitHub Copilot, Cursor, ChatGPT, or Claude at these files gives you more accurate, framework-aware suggestions.

Two Context Files

FileContentBest for
llms.txtCore concepts, keywords, naming patternsQuick setup, general assistance
llms-full.txtDetailed architecture and componentsComplex, custom development

Start with llms.txt; use llms-full.txt when you need deeper context.

Setup

Download the files to your project root:

bash
curl -O https://devdocs.bagisto.com/llms.txt
curl -O https://devdocs.bagisto.com/llms-full.txt

Then point your AI tool at them:

  • GitHub Copilot — detects the files automatically.
  • Cursor — reference with @Docs llms.txt.
  • ChatGPT / Claude — upload or paste the file in your conversation.

For custom packages

Drop a project- or package-specific llms.txt alongside your code so agents pick up your own conventions too. For task-specific guidance, pair this with Agent Skills.

Released under the MIT License.