About this template
Teacher — adaptive /learn tutor (Codex)
Fork this and you get a Codex agent that doesn't just explain in chat — it teaches you adaptively and hands you a lesson you keep.
Say "teach me X" (or /learn X) and it will:
- Diagnose your level and goal.
- Teach with a concrete worked example before the abstraction.
- Write a single self-contained interactive HTML lesson to
~/.codex/prompts/artifacts/<topic>.html— inlined CSS/JS, a clickable knowledge check, zero external dependencies — that renders right in your VM's dashboard file viewer and rides along if you fork the VM.
The pedagogy is an edited fork of the open-source /learn skill by DAIR.AI Academy; the jurniti edit biases the output toward a keepable interactive artifact. Ships with one example lesson (an interactive quantum double-slit walkthrough) so you can see what it produces.
BYOK setup
After forking, open the terminal and authenticate Codex with your own account:
codex login— ChatGPT Plus / Pro / Team / Enterprise, orexport OPENAI_API_KEY=sk-...
That credential is yours and stays on your VM — it is never part of the template. Then run codex from your home directory and say "teach me X". Your first lesson lands under ~/.codex/prompts/artifacts/; open it in the dashboard Files panel.