Session Export
Skill Verified ActiveExports a Claude Code session as a clean, readable markdown transcript. Use when the user wants to export a session, create a transcript, save session history to a file, or says "export this session".
To provide users with a clean and readable export of their Claude Code sessions, enabling session history saving, transcript creation, and easier analysis.
Features
- Export Claude Code sessions as markdown transcripts
- Export sessions as plain text transcripts
- Specify output file path
- Summarize tool calls in transcripts
Use Cases
- When the user wants to export a session for documentation or archival.
- When the user needs to create a clean, shareable transcript of an AI conversation.
- When the user wants to save session history to a file for later review.
- When the user says 'export this session'.
Non-Goals
- Editing or modifying session data
- Analyzing session data beyond basic summarization
- Interacting with Claude Code in real-time
Installation
First, add the marketplace
/plugin marketplace add apappascs/claude-code-sessions/plugin install claude-code-sessions@claude-code-sessionsQuality Score
VerifiedTrust Signals
Similar Extensions
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
List Topics
100Use when the user asks about topics discussed in the current session, wants to see a topic list, or asks what has been talked about.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.