What is the /markshare command in Claude Code?
The `/markshare` command in Claude Code lets you instantly publish Claude's responses as shareable webpages.
**How to use:** 1. Have Claude generate content (documentation, code explanation, etc.) 2. Type `/markshare` in the Claude Code terminal 3. The content is published and you get a shareable URL
**What gets published:** - Claude's markdown response - Code blocks with syntax highlighting - Mermaid diagrams if present - Automatic table of contents
**Options:** - `/markshare --private` - Create unlisted link - `/markshare --expires 1d` - Set expiration
This is the fastest way to share AI-generated documentation without leaving your terminal.