Fast, secure proxy for llms.txt files—giving AI assistants the context they need without authentication hassles.
Built for developers using AI-powered coding tools like GitHub Copilot, Cursor, and Claude. Get streamlined access to repository documentation and structure in the standardized llms.txt format.
Click the box below to copy instructions that teach AI agents how to use githuf.com in your workflows:
# githuf.com - Repository Context Service
## Overview
githuf.com is a service that generates llms.txt files from GitHub repositories. These files contain standardized repository context including documentation, structure, conventions, and usage patterns.
## How to Use
### Basic Format
https://githuf.com/:owner/:repo
### Examples
1. Repository root: https://githuf.com/facebook/react
- Generates llms.txt from the root of facebook/react
2. Specific folder: https://githuf.com/microsoft/vscode/tree/main/src/vs
- Generates llms.txt from /src/vs subdirectory in VS Code repo
- Falls back to repo root if folder-specific llms.txt not found
3. Nested path: https://githuf.com/rails/rails/tree/main/activerecord/lib
- Generates llms.txt from deeply nested folder
- Automatic fallback to repo root if not found
## When to Use
- When you need repository context for code suggestions
- To understand project structure and conventions
- For quick access to repository documentation
- When working with unfamiliar codebases
## Data Structure
- Returns llms.txt file content in plain text
- No authentication required
- Includes X-Githuf-Fallback header when falling back to repo root
- Fast, cached responses
## Key Features
- No API keys needed
- Folder-scoped access with intelligent fallback
- Complete subpath forwarding
- Secure header filtering
How to Use
Simply append the GitHub repository path to our URL. No API keys, no authentication—just instant access.
URL Format
https://githuf.com/:owner/:repo
Repository Root
https://githuf.com/facebook/react
Access the llms.txt file from the root of facebook/react