R

recap

by @rohitg00v
4.5(120)

この Skill は、現在のプロジェクトにおける過去N回のエージェントセッションを、日付ごとにグループ化し、主要な観察結果をハイライトして要約します。これにより、ユーザーはプロジェクトの進捗状況を迅速に確認し、エージェントの作業コンテキストを理解できるため、意思決定の効率とプロジェクト管理能力が向上します。特に、エージェントの最近の活動やプロジェクトの状態を素早く把握する必要があるシナリオで役立ちます。

agent-memorysession-summaryproject-recapcontext-managementai-agentGitHub
インストール方法
npx skills add https://github.com/rohitg00/agentmemory --skill recap
compare_arrows

Before / After 効果比較

1
使用前

この Skill がない場合、ユーザーは過去のプロジェクトセッション記録を手動で確認し整理する必要があり、時間がかかり、重要な情報を見落としやすく、プロジェクトの進捗状況を完全に理解できず、意思決定の効率が低下していました。

使用後

この Skill は、指定された数の最近のエージェントプロジェクトセッションを日付ごとにグループ化し、主要な観察結果をハイライトして自動的に要約するため、レビュー時間を大幅に節約し、情報の完全性を保証することで、意思決定の質を向上させます。

SKILL.md

The user wants a recap. Time window args: $ARGUMENTS

Quick start

memory_sessions { "limit": 30 }

Then per surviving session: memory_recall { "query": "<top concepts>", "limit": 3 }.

Expected output:

2026-06-07
  7f3a9c2 · "Auth refresh rework" · 14 obs · completed
    - [8] Rotate refresh tokens on every use
3 sessions across 2 days, 41 observations.

Why

Only summarize sessions and observations the tools returned. An empty window is a real answer, not a prompt to invent activity.

Workflow

  1. Parse $ARGUMENTS: today = current local date; this week = last 7 days; last <n> or bare numeric = most recent N; empty = last 10.
  2. Call memory_sessions, filter to the current project (match cwd against the working directory), apply the window, sort by startedAt descending.
  3. Group survivors by local calendar date (YYYY-MM-DD).
  4. Per session list id (first 8), title or first prompt, observation count, status. Indent 2-3 highlights (importance >= 7) from memory_recall.
  5. End with "N sessions across M days, K observations."

Anti-patterns

WRONG: window is empty, so you summarize "a productive week of auth work" from memory of the conversation.

RIGHT: "No sessions in the last 7 days for this project."

Checklist

  • Window parsed correctly from the argument.
  • Sessions filtered to the current project's cwd.
  • Highlights come from memory_recall, not paraphrase.
  • Totals line reflects the actual counts shown.

See also

  • handoff, session-history, recall: same session data, different lens.

Troubleshooting

See ../_shared/TROUBLESHOOTING.md if memory_sessions or memory_recall is not available.

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数12.1K
評価4.5 / 5.0
バージョン
更新日2026年9月20日
比較事例1 件

ユーザー評価

4.5(120)
5
37%
4
43%
3
13%
2
5%
1
2%

この Skill を評価

0.0

対応プラットフォーム

🤖claude-code

タイムライン

作成2026年6月9日
最終更新2026年9月20日
🎁 Agent 知識カード
アンケート