share-session

Encrypt and upload the latest Claude Code session to claudereview.com for a shareable URL.

15|6|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/vignesh07/claudereview --skill share-session-vignesh07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-session
Source: https://github.com/vignesh07/claudereview/tree/main/plugin/skills/share-session
Command: npx skills add https://github.com/vignesh07/claudereview --skill share-session-vignesh07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you securely share Claude Code sessions with teammates for code review, generating a shareable link and optionally protecting it with a password. It streamlines collaboration by turning your in-app conversations into review-ready artifacts without manual steps.

Core Features & Use Cases

  • Upload & Share: Upload your latest Claude Code session to claudereview.com and receive a shareable URL.
  • Privacy & Access Control: Optional password protection and client-side encryption for secure sharing.
  • Viewer & Context: The recipient can view the session in a browser with code highlighting, diffs, and context to accelerate reviews.
  • CLI Integration: Quick alternative via the ccshare CLI to reuse your existing workflow.

Quick Start

Share your most recent Claude Code session using the CLI with: ccshare share --last Alternatively, upload a manual session blob to claudereview.com/api/upload and copy the resulting URL.

Frequently Asked Questions about share-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share a Claude Code session securely for code review?

Share Claude Code sessions securely by uploading your latest JSONL session to claudereview.com with client-side encryption. The Skill reads from ~/.claude/projects, encrypts the content, and returns a shareable URL. Use `ccshare share --last` via CLI for quick sharing without manual steps.

Can I password-protect a shared session link?

Yes, password protection is optional when sharing sessions. The Skill encrypts content client-side and supports visibility controls alongside optional password protection, ensuring only authorized recipients can access your code review.

What happens when I upload a Claude Code session for sharing?

Uploading encrypts your session content client-side, transmits encryptedBlob and metadata to claudereview.com via POST, and returns a shareable URL. Recipients view the session in a browser with code highlighting and diffs for accelerated code review.

Does session sharing work with existing Claude Code workflows?

Yes, the Skill integrates directly into Claude Code via the ccshare CLI, letting you share sessions without leaving your workflow. It reads your latest project session and generates a review-ready link in seconds.

What encryption protects my shared session data?

Session sharing applies client-side encryption before upload, protecting content in transit and at rest on claudereview.com. The encryption uses an IV and optional key fragment, ensuring only recipients with the URL or password can decrypt.