# Machine-Readable References Files optimized for LLM/AI consumption. ## Contents | File | Description | Tokens | |------|-------------|--------| | [reference.yaml](./reference.yaml) | Structured index with line numbers for deep dives | ~2K | | [llms.txt](./llms.txt) | Standard LLM context file for repository indexation | ~1.5K | ## Usage ### Give Claude Code instant expertise ```bash # Paste into any AI assistant curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/machine-readable/reference.yaml ``` ### Reference in Claude Code ``` @machine-readable/reference.yaml ``` ### Add to system prompts Include the YAML content in your AI assistant's system prompt for Claude Code expertise. --- *Back to [main README](../README.md)*