csctf
Installation
SKILL.md
CSCTF — Chat Shared Conversation To File
A Bun-native CLI that turns public ChatGPT, Gemini, Grok, and Claude share links into clean Markdown + HTML transcripts with preserved code fences, stable filenames, and optional GitHub Pages publishing.
Why This Exists
Copy/pasting AI share links often:
- Breaks fenced code blocks — loses formatting and structure
- Loses language hints — no syntax highlighting
- Produces messy filenames — random or unreadable names
- Requires manual cleanup — inconsistent formatting
CSCTF fixes this with:
- Stable slugs — deterministic, collision-proof filenames
- Language-preserving fences — code blocks retain syntax hints
- Normalized whitespace — clean, consistent output
- Static HTML twin — no JS, ready for hosting/archiving
- One-command GitHub Pages — instant shareable microsite