session-summary

Analyze conversation history and generate a structured Markdown session summary.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/fnf-ax-team/CC_ax_team --skill session-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-summary
Source: https://github.com/fnf-ax-team/CC_ax_team/tree/main/skills/session-summary
Command: npx skills add https://github.com/fnf-ax-team/CC_ax_team --skill session-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes the entire conversation history and generates a comprehensive session summary in Markdown, enabling quick review and knowledge retention.

Core Features & Use Cases

  • Comprehensive analysis: extracts questions, statements, technical concepts, code snippets, files created or edited, problems and solutions, and key decisions.
  • Structured output: produces a consistent, review-friendly Markdown document suitable for sharing.
  • Use cases: summarize long project discussions, retro sessions, or support chats for knowledge dissemination.

Quick Start

Use the /session-summary command in any active chat to generate a complete session summary document. The tool saves the file as Session_Summary_YYYY-MM-DD_HHMM.md in the current working directory and returns the full file path.

Frequently Asked Questions about session-summary

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

FAQPage Schema
How do I generate a markdown summary of a long chat conversation?

To generate a markdown summary of a chat conversation, this skill analyzes your entire chat history and extracts key questions, technical concepts, and decisions into a structured, review-ready Markdown document saved directly to your working directory.

What is the best way to document project discussions and code snippets from a chat?

Documenting project discussions and code snippets is best handled by analyzing the conversation history to capture technical concepts, problems, solutions, and files edited, organizing them into a comprehensive Markdown session log for quick knowledge retention.

How do I extract key decisions and solutions from a support chat for later review?

To extract key decisions and solutions from a support chat, the tool processes the conversation history to isolate problems, solutions, and statements, producing a consistent, review-friendly Markdown document suitable for team dissemination.

Does this session summary tool require any specific dependencies or components to run?

This session summary tool requires no specific dependencies or components to run. You simply execute the command in any active chat, and it generates the summary file in your current working directory without external setup.

Can I automatically save conversation logs as markdown files in my current working directory?

Yes, you can automatically save conversation logs as markdown files. The skill processes the active chat and saves the output as a timestamped Markdown document, returning the full file path for immediate access.

What limitations exist when summarizing long project discussions into a session log?

The primary limitation when summarizing long project discussions is that the tool captures conversation history into a single timestamped Markdown file, meaning it provides a static snapshot rather than a continuously updated knowledge base.