/load-llms-txt
Load and process external documentation context from llms.txt files or custom sources
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/load-llms-txt
Context preview
What this command does when you run it.
Load and process external documentation context from llms.txt files or custom sources
Command definition
load-llms-txt.mdallowed-tools: Bash, WebFetch argument-hint: [data-source] | --xatu | --custom-url | --validate description: Load and process external documentation context from llms.txt files or custom sources
External Documentation Context Loader
Load external documentation context: $ARGUMENTS
Current Context Status
- Network access: !`curl -s --connect-timeout 5 https://httpbin.org/status/200 >/dev/null && echo "✅ Available" || echo "❌ Limited"`
- Existing context: Check for local llms.txt or documentation cache
- Project type: @package.json or @README.md (detect project context needs)
Task
Load and process external documentation context from specified source.
Default Action (Xatu Data)
Load the llms.txt file from Xatu data repository:
curl -s https://raw.githubusercontent.com/ethpandaops/xatu-data/refs/heads/master/llms.txt
Custom Source Loading
For custom URLs or alternative documentation sources:
- Validate URL accessibility
- Download and cache content
- Process and structure information
- Integration with project context
Processing Options
- **Raw loading**: Direct content retrieval
- **Validation**: Check content format and structure
- **Integration**: Merge with existing project documentation
- **Caching**: Store locally for offline access
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Other commands on claude-code-templates.
- /cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Open command - /create-blog-article
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image
Open command - /lint
Run Python code linting and formatting tools.
Open command - /test
Run Python tests with pytest, unittest, or other testing frameworks.
Open command - /worktree-check
Check current worktree status, branch, and assigned task
Open command - /worktree-cleanup
Clean up merged worktrees and their branches
Open command

