Astro static app + agent artifacts

Animation docs a coding agent can actually navigate.

This site turns the mirrored course into static lesson pages, per-lesson Markdown, per-section Markdown, `llms.txt`, JSON manifests, a SQLite FTS artifact, and browser search. The goal is to keep the skill procedural and let retrieval happen on demand.

51 Lessons extracted
653 Section fragments
7 Course modules

Type to search. Pagefind loads from the built site on first query.

Task paths

Artifacts

See all artifacts

Machine-readable manifests

`llms.txt`, `llms-ctx.txt`, `animation-index.json`, `openapi.json`, and `task-paths.md` give agents a small map before they open any large files.

Agent-friendly content

Each lesson and section is available as Markdown, plus one combined full-context file for broad reads.

Search layers

Pagefind powers static browser search, while the SQLite artifact packages section-level content for local FTS queries outside the site with bun run search -- "transform origin".

Browse the course