posthog/share-session
Preview or publish the current Codex coding session as readable Markdown in a configured GitHub repository. Use when the user asks to share, export, publish, or save a Codex session or transcript.
npx skills add https://github.com/PostHog/codex-share-plugin --skill share-session
Use the bundled script at ../../scripts/share_session.py.
gh auth status succeeds.--push, passing the user's description after --description. This creates a local Markdown preview and prints its path.--push.If no repository is configured, ask for owner/repo, then run:
python3 ../../scripts/share_session.py --configure-repo owner/repo
Configuration is stored in ${CODEX_HOME:-~/.codex}/share-plugin-config.json. CODEX_SHARE_REPO overrides the file.
Never publish without the preview and explicit approval. Do not expose transcript contents in chat unless the user asks.
Take posthog/share-session from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.