llms.txt
Front-door manifest for agents. Links to the best next files instead of embedding content in the skill.
These files are built locally from the mirrored course and shipped as static assets. The site is just the browseable shell around them.
Front-door manifest for agents. Links to the best next files instead of embedding content in the skill.
Modules, lessons, sections, excerpts, URLs, and task-path groupings.
Read-only endpoint map for agents that prefer API-shaped navigation over raw file lists.
Curated starting points for timing, performance, accessibility, interaction design, and review work.
Full combined Markdown context for broad reads and offline prompting.
Section-level SQLite artifact ready for FTS queries outside the site.
Smaller quick-start context file optimized for first-pass routing.
sqlite3 public/db/animation-content.sqlite \
'SELECT lesson_title, heading, url_path
FROM sections_fts
WHERE sections_fts MATCH ''transform origin''
LIMIT 5;' bun run search -- "transform origin" --limit 5 rg -n "prefers-reduced-motion|scale\\(0\\)|ease-out" public/md Taste, timing, easing, purpose, and review habits.
Transforms, transitions, keyframes, and motion primitives.
Interactive implementation patterns and component-level motion.
Performance, accessibility, and the details that separate polished motion.
Conversations about animation, taste, craft, and careers.
Reference material, top-level pages, and agent-oriented extras.
Longer build-alongs and reverse-engineering references.