ocaml-claude-skills: wire vlog and tty SKILL.md examples into mdx
Add (mdx ...) stanzas covering each SKILL.md and rewrite the OCaml
blocks against the actual API: API renames (Table.create -> Table.v,
Panel.create -> Panel.v, Panel.create_lines -> Panel.lines, Tree.make
-> Tree.v, Node -> Tree.Node), defer side-effecting top-levels via
let main () so mdx_gen does not exit mid-test, and bind bare
expressions. Shell snippets keep their sh tag with a skip directive
since the placeholder myapp binary is not on PATH.