share-transcript

Upload Claude Code session transcripts to GitHub Gist and update the gist index.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ianphil/prism --skill share-transcript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-transcript
Source: https://github.com/ianphil/prism/tree/main/.claude/skills/share-transcript
Command: npx skills add https://github.com/ianphil/prism --skill share-transcript

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates exporting Claude Code sessions by uploading transcripts to GitHub Gist.

Core Features & Use Cases

  • Automated session sharing: Uploads the current project session transcript to GitHub Gist and adds it to the project's gist index.
  • Per-project gist tracking: Maintains an up-to-date gist reference list for auditability and collaboration.
  • Use Case: When teammates want a quick shareable link for a session discussion or debugging walkthrough.

Quick Start

Step 1: Ensure the claude-code-transcripts tool is installed and GitHub authentication is configured. Step 2: From within the project directory, run the share-transcript command to generate a gist for the current session. Step 3: Provide a concise description for the session when prompted and review the generated preview and gist URL. Then update the gist index in aidocs/gist-list.md as needed.

Frequently Asked Questions about share-transcript

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

FAQPage Schema
How do I share a Claude Code session transcript with my team?

This Skill automates session sharing by using the claude-code-transcripts tool to locate the current session, create a GitHub Gist, and append a description to the project's gist index for auditability.

Do I need GitHub authentication configured to export Claude Code transcripts to a Gist?

You need both the claude-code-transcripts tool installed and GitHub authentication configured before running the share-transcript command from within your project directory.

Can I track and archive shared Claude Code session transcripts per project?

The Skill maintains per-project gist tracking by appending session descriptions and links to aidocs/gist-list.md, ensuring shared transcripts remain organized and auditable across projects.

What is the best way to automate uploading Claude Code session logs for debugging walkthroughs?

Automating session log uploads to GitHub Gist provides a quick shareable link for debugging walkthroughs, allowing teammates to review the transcript without manual copy-pasting.

Does exporting Claude Code transcripts to GitHub Gist work without additional shell commands?

The Skill relies on shell commands to interact with the claude-code-transcripts tool, meaning it cannot export transcripts without executing these underlying shell operations.