Claude Code CommandDocumentation25 installs

Load Llms Txt

Load and process external documentation context from llms.txt files or custom sources

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="documentation/load-llms-txt" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

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
Type
Command
Category
Documentation
Installs
25
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.