meta.summarize

Summarize ag-ledger events into markdown reports with session timelines.

21|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/kevinslin/skills --skill meta-summarize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta.summarize
Source: https://github.com/kevinslin/skills/tree/main/active/meta.summarize
Command: npx skills add https://github.com/kevinslin/skills --skill meta-summarize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill transforms ag-ledger events into concise summaries of activity for quick review across conversations, workspaces, or all sessions.

Core Features & Use Cases

  • Generate short, readable summaries from ag-ledger entries.
  • Supports scopes: convo (current conversation), workspace (current workspace sessions), and all (across workspaces).
  • Offers lookup windows: current_day, day, week, month, with grouping options by session or workspace.
  • Outputs a ready-to-use markdown report including a started time, session label, summary, and a timeline.

Quick Start

Provide scope (convo, workspace, or all), lookup (current_day, day, week, or month), and groupby (none, session, or workspace) to generate a concise ag-ledger summary.

Frequently Asked Questions about meta.summarize

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

FAQPage Schema
How do I summarize ag-ledger activity across workspaces?

Summarizing ag-ledger activity involves transforming raw events into concise summaries by specifying a scope like workspace or all, a lookup window, and optional grouping to generate a formatted markdown report with timelines.

What is the best way to generate a timeline report from ag-ledger events?

The best way to generate a timeline report from ag-ledger events is using a summarization tool that outputs a formatted markdown report including started time, session label, summary text, and a detailed activity timeline.

Can I group ag-ledger summaries by session or workspace?

You can group ag-ledger summaries by session or workspace by setting the groupby parameter to session, workspace, or none, allowing you to organize activity data across different scopes.

Does summarizing current conversation activity require a session id?

Summarizing current conversation activity requires a session id when using the convo scope, as the local ag-ledger filter needs this identifier to accurately isolate and process events.

What lookup windows are supported for ag-ledger activity analysis?

Supported lookup windows for ag-ledger activity analysis include current_day, day, week, and month, allowing you to filter and review event summaries across specific chronological periods.