Before running any tutorial, you need two things: AI instructions in your repository, and the demo files to practice with.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.
AI instructions
The tutorials use instructions in aCLAUDE.md (for Claude Code) or AGENTS.md (for other assistants) file at the root of your repository. This file tells the AI what role to play and what it has permission to do.
Create a CLAUDE.md at the root of the repository you want to work in and add:
Download skill files
The tutorials use Claude Code skill files that give Claude specialized capabilities — like searching indexed documentation or fetching URLs. Download and install them now, or follow the setup steps in any tutorial that requires them:- Set up Grounded Docs — required for fact-checking tutorials
Download the demo repository
You can run the tutorials against your own documentation repository. Alternatively, use the demo files included in this project underpublic/examples/.
The tutorials reference these demo files by path (e.g. public/examples/react-18-forwardref-tutorial.md), so no extra setup is needed if you clone this repository.