summarization

Compresses fragmented session memory into structured summaries and updates the memory index.

157|28|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Fr-e-d/GAAI-framework --skill summarization-fr-e-d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarization
Source: https://github.com/Fr-e-d/GAAI-framework/tree/main/.gaai/core/skills/cross/summarization
Command: npx skills add https://github.com/Fr-e-d/GAAI-framework --skill summarization-fr-e-d

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill tackles the challenge of overwhelming and fragmented session memory by transforming large volumes of information into concise, actionable summaries.

Core Features & Use Cases

  • Memory Compression: Reduces token usage and improves retrieval efficiency by summarizing lengthy or numerous memory files.
  • Decision Archiving: Isolates confirmed decisions and constraints from brainstorming noise, ensuring critical information is preserved.
  • Use Case: When your AI agent has been working on a complex feature for hours, accumulating many notes and intermediate thoughts, activate this Skill to create a clean summary of key decisions and remaining tasks, making it easier to resume work later or hand off to another agent.

Quick Start

Summarize the current session memory to distill key decisions and constraints.

Frequently Asked Questions about summarization

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

FAQPage Schema
How do I compress fragmented AI agent session memory into a single summary?

Compress fragmented session memory by reading the memory index, identifying durable information, and distilling it into a structured, high-signal summary to reduce token usage.

When should I use context compression for my AI agent?

Use context compression when session memory grows large, decisions accumulate across multiple sessions, or memory retrieval returns too many files, overwhelming the agent's processing capacity.

How do I archive decisions and constraints from lengthy brainstorming sessions?

Archive accumulated decisions by isolating confirmed constraints from brainstorming noise, compressing them into a structured summary, and updating the memory index for efficient retrieval.

Can I distill knowledge from multiple memory files without losing critical constraints?

Distill knowledge from multiple memory files by identifying high-signal durable information, compressing it into a compact summary, and archiving the raw memory to preserve constraints.

What is the best way to prepare complex session memory for handoff to another agent?

Prepare session memory for handoff by compressing lengthy notes and intermediate thoughts into a clean summary of key decisions and remaining tasks, ensuring seamless work resumption.