Load Llms Txt
Load and process external documentation context from llms.txt files or custom sources
$ npx claude-code-templates@latest --command="documentation/load-llms-txt" --yesRequires 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
Related Claude Code Commands
Create Architecture Documentation
Generate comprehensive architecture documentation with diagrams, ADRs, and interactive visualization
Update Docs
Systematically update project documentation with implementation status, API changes, and synchronized content
Generate Api Documentation
Auto-generate API reference documentation with multiple output formats and automated deployment
Docs Maintenance
Use PROACTIVELY to implement comprehensive documentation maintenance systems with quality assurance, validation, and automated updates
Create Onboarding Guide
Create comprehensive developer onboarding guide with environment setup, workflows, and interactive tutorials
Doc Api
Generate comprehensive API documentation from code with interactive examples and testing capabilities
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.