with one click
weekly-claude-code-live
weekly-claude-code-live contains 2 collected skills from GenerativeAgents, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when the user invokes `/build-session` to pre-generate the next Weekly Claude Code Live session as a ~45-minute "just watch" package — a narrated video that explains the Claude Code changelog since `.claude-code-version` and shows real terminal demos. Records real `claude` runs with asciinema, narrates them in Japanese with edge-tts (no API key), renders each segment to mp4 with agg/ffmpeg, and concatenates them into `session.mp4` (with `session.md`). Bootstraps ffmpeg/asciinema/agg/edge-tts if missing, updates `.claude-code-version` to the last covered version, and does not commit.
Use when the user invokes `/add-homework <slug> <changelog line>` during a Weekly Claude Code Live session to record a Claude Code changelog entry they did not fully understand and want to carry over as homework for next session's demo. Creates homework/YYYYMMDD/<slug>/homework.md (with an empty demo/ subdirectory) and adds a README link on the first homework of the session. Does not commit.