conversation-to-html
Installation
SKILL.md
conversation-to-html
Quick start
-
Infer content type from context:
- Recent code changes / git diff → diff view
- Discussion / decisions / explanation → summary view
- Mix of both → mixed view
-
Determine title from topic (e.g. ": ")
-
Read the template:
~/.claude/skills/conversation-to-html/template.html -
Build
{{BODY}}HTML (see Content Sections below) -
Replace all placeholders and write to
/tmp/cc-<slug>-<timestamp>.html -
Open:
open /tmp/cc-<slug>-<timestamp>.html