session-summary

Summarize chat sessions into structured reports using a markdown template.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Vamdawn/ai-forge --skill session-summary-vamdawn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-summary
Source: https://github.com/Vamdawn/ai-forge/tree/main/skills/session-summary
Command: npx skills add https://github.com/Vamdawn/ai-forge --skill session-summary-vamdawn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

本技能能够将当前会话内容分析并输出结构化摘要,帮助快速把握关键信息与决策。

Core Features & Use Cases

  • 会话要点提取:提炼核心议题、决策、变更和执行要点。
  • 结构化输出模板:统一格式的摘要,便于存档和回顾。
  • 用例场景:用于会议记录整理、持续对话的回顾和跨团队沟通摘要。

Quick Start

直接请求 AI 生成当前会话的结构化摘要,输出按模板格式并以文件保存。

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 structured session summary from a live chat transcript?▼

You can generate a structured session summary by directly requesting the AI to process your current chat context. The Skill applies a markdown template to extract key points and decisions, saving the result as a structured markdown file.

What is the best way to summarize a long conversation into per-turn reports?▼

Summarizing a long conversation into per-turn reports requires reading the full dialogue context and applying a consistent markdown template. This Skill captures every turn and outputs an archived file named with the date and a short title.

Can I use a markdown template to extract meeting notes and decisions from a chat session?▼

Yes, you can use a markdown template to extract meeting notes. The Skill analyzes the chat session to identify core issues, decisions, and execution points, then formats them into a unified markdown summary for cross-team communication review.

Does this conversation summarization approach work for both live chats and existing transcripts?▼

Yes, this conversation summarization approach works for both live chats and existing transcripts. It reads the available conversation context regardless of source, applying the summary template to generate a consistent structured report for your records.

What format are the generated session summaries saved in?▼

Generated session summaries are saved in markdown format. The output file is automatically named using the session-summary-YYYY-MM-DD-<short-title>.md convention, ensuring your archived conversation reports remain consistent and easily searchable.