PostHog/claude-code-share-plugin

4 stars · Last commit 2025-10-22

Plugin to add a `/share` command to claude code

README preview

# Claude Code Session Sharing Plugin

A Claude Code plugin that saves and shares your coding sessions to GitHub repositories in readable markdown format.

## Features

- Converts JSONL session logs to clean, readable markdown
- Automatically commits and pushes to any GitHub repository
- Organizes sessions by username in configurable directory structure
- Supports optional session descriptions
- Collapses tool usage details by default for cleaner reading
- Fully configurable via environment variables

## Prerequisites

- Python 3.6+
- [GitHub CLI (`gh`)](https://cli.github.com/) installed and authenticated
- A GitHub repository to store sessions (public or private)

## Installation

View full repository on GitHub →