cc-session-summary

Export Claude Code sessions into a single self-contained Markdown file.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/jluo41/Tools --skill cc-session-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-session-summary
Source: https://github.com/jluo41/Tools/tree/main/plugins/research/skills/cc-session-summary
Command: npx skills add https://github.com/jluo41/Tools --skill cc-session-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill exports a Claude Code session into a single, self-contained Markdown file that preserves all topic blocks, user messages, and outcomes for archival review and knowledge sharing.

Core Features & Use Cases

  • Self-contained session reports with per-topic blocks, including what was done, key outcomes, and verbatim user messages.
  • Automatic horizon detection of the session's time window, start/end timestamps, and file inventory for traceability.
  • Suitable for research workflows, post-mortems, and knowledge management within Claude Code.

Quick Start

Invoke the cc-session-summary command from the Claude Code UI with an optional output folder to export the latest session as a single MD file.

Frequently Asked Questions about cc-session-summary

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

FAQPage Schema
How do I export a Claude Code session to a markdown file?

To export a Claude Code session to a markdown file, invoke the cc-session-summary command with an optional output folder. It reads the session JSONL and generates a single, self-contained MD file.

What is included in a Claude Code session summary report?

A Claude Code session summary includes a topics overview, per-topic blocks with key outcomes, verbatim user messages, detected time windows, and a complete file inventory for traceability.

Can I generate a session summary for multi-topic Claude Code conversations?

Yes, you can generate a session summary for multi-topic Claude Code conversations. The skill processes sessions with multiple topics and artifacts to produce a structured report.

Does the session summary tool require manual configuration of output paths?

No, the session summary tool does not require manual output path configuration. It auto-detects the output folder and ensures deterministic output by directly reading the session JSONL.

When should I use a markdown session summary for knowledge management?

Use a markdown session summary for knowledge management when you need archival review or post-mortems of research workflows. It preserves all topic blocks and outcomes in a single file.

Are there limitations to exporting Claude Code sessions with incomplete artifacts?

Exporting Claude Code sessions is designed for conversations with a complete set of artifacts, user messages, and multiple topics. Incomplete sessions may not produce a fully structured report.