vibe-check-share
Installation
SKILL.md
Share Current Session
Purpose: Create a public share link for the current Claude Code session so users can share their conversation with friends.
Overview
This skill uses a single MCP tool call to share the current session.
The current session ID is available directly in the system prompt — the vibe-check UserPromptSubmit hook injects it on every turn:
[vibe-check] Session: <session-id> | Repo: ...
If the MCP tools are not available (fallback only), it can use the legacy marker technique.