Skip to content
Development
Command

/load-llms-txt

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

From plugin
claude-code-templates
30k200 skills200 agents200 commands2 MCP
Install
$ npx -y skills add davila7/claude-code-templates --agent claude-code

How 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.md
allowed-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
Ships withclaude-code-templates

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.

Get the whole plugin, auto-invoked
Stats
30,155
Stars
18
Views
3,377
Forks
Active
Maintenance
Python
Language
MIT
License
28m ago
Last commit
1y ago
Created

Repo: davila7/claude-code-templates