Remix.run Logo
simonw 9 hours ago

"There are no manuals for these tools" is exactly why I like it when people share the prompts they used to achieve different things.

I try to share not just the prompts but the full conversation. This is easy with Claude and ChatGPT and Gemini - they have share links - but harder with coding agents.

I've recently started copying and pasting my entire Claude Code terminal sessions into a shareable HTML page, like this one: https://gistpreview.github.io/?de6b9a33591860aa73479cf106635... (context here: https://simonwillison.net/2025/Oct/28/github-universe-badge/) - I built this tool for doing that: https://tools.simonwillison.net/terminal-to-html

ciaranmca 7 hours ago | parent [-]

That’s why I like how OC handles sharing sessions https://opencode.ai/docs/share/

Wish other tools would copy this functionality(and maybe expand it so colleagues can pick up on sessions I share)