Đang tải…
Đang tải…
Load and process external documentation context from llms.txt files or custom sources
npx claude-code-templates@latest --command documentation/load-llms-txtLoad external documentation context: $ARGUMENTS
curl -s --connect-timeout 5 https://httpbin.org/status/200 >/dev/null && echo "✅ Available" || echo "❌ Limited"Load and process external documentation context from specified source.
Load the llms.txt file from Xatu data repository:
curl -s https://raw.githubusercontent.com/ethpandaops/xatu-data/refs/heads/master/llms.txt
For custom URLs or alternative documentation sources: