Discovers and downloads llms.txt and llms-full.txt from websites. Use when the user asks to "fetch documentation" or when starting an implementation task for a library where local documentation is missing or outdated. Trigger this skill to proactively search for llms.txt patterns on the project's dependency domains.
This skill automates the discovery and local storage of llms.txt and llms-full.txt files.
docs/ directory with a GEMINI.md index.When working on implementation tasks:
docs/, proactively check if the library provides an llms.txt file at its root or /docs path.Run the script using the following command:
node scripts/fetch_llms_txt.cjs <URL1> [URL2] [URL3] ...
"Download the documentation from https://example.com and https://another-docs.com"
"Find the llms.txt for https://docs.github.com"
"Fetch docs for https://openai.com and https://anthropic.com"