Several tutorials on this site use Grounded Docs to fact-check content against specific documentation versions. Complete this setup once and then skip it in any tutorial that links here.Documentation Index
Fetch the complete documentation index at: https://cj-teaches.dev/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
npm
Node package manager for installing the CLI
git
Required to clone the skills repository
Claude Code
With a CLAUDE.md or AGENTS.md — see Set up your environment
Steps
Install the Claude skills
The Grounded Docs repository ships three Claude skills. Install them so Claude knows how to index and search documentation on your behalf.Each skill teaches Claude a different capability:
| Skill | What Claude can do |
|---|---|
docs-manage | Scrape, refresh, and remove documentation from the local index |
docs-search | List indexed libraries, search content, and fact-check against indexed docs |
fetch-url | Fetch a single URL and convert it to Markdown without indexing it |
You’re ready. Return to the tutorial that sent you here.