Share banner
PostHog PostHog

Share

Documentation community

Description

--- description: Share the current Claude Code session to GitHub as markdown argument-hint: [optional description] allowed-tools: Bash(python3 ~/.claude/plugins/marketplaces/claude-code-share-plugin/scripts/share_session.py:*) --- Execute this command to share the session: ```bash python3 ~/.claude/plugins/marketplaces/claude-code-share-plugin/scripts/share_session.py $ARGUMENTS ```

Installation

Installs to ~/.claude/skills/posthog-claude-code-share-plugin-share/SKILL.md

Terminal
mkdir -p ~/.claude/skills/posthog-claude-code-share-plugin-share && curl -fsSL https://raw.githubusercontent.com/PostHog/claude-code-share-plugin/HEAD/commands/share.md -o ~/.claude/skills/posthog-claude-code-share-plugin-share/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository