SKILL.md
/oracle-combine-blogs — bind finished posts into one mini-book
Born 2026-07-09 binding 4 Claude-Code channel posts into "ช่องสัญญาณถึง Claude" (25pp). The point: when the prose already exists and the human LIKES it, assemble — never re-generate. Re-drafting risks losing the quality that earned the "combine these" request.
When to use vs the writer skills
| You have… | Use |
|---|---|
| Finished posts you want bound, prose unchanged | this skill (assemble) |
| A session's work but no written prose yet | /oracle-booklet or /oracle-write-mini-book-v3 (generate) |
| One page of commands | /oracle-cheatsheet |
Pipeline
assemble.py (strip + stitch existing blogs) → harden-md → wordbreak (attacut ZWSP)
→ pandoc MD→typst → cat preamble.typ + body.typ → typst compile
Self-contained: harden-md.py + wordbreak.py are bundled in scripts/ (works even on a
machine without oracle-booklet installed). The two helpers originate from /oracle-booklet.
Steps
-
Pick the posts + order. Decide a narrative arc (e.g. story → mechanism → comparison → deep-dive), not just chronological. Note each post's absolute path.
