スキル一覧に戻る
designnotdrum

summarize

by designnotdrum

1🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: summarize description: "Manually trigger an activity summary for a scope. Use when you want to capture and store a summary of recent activity." user-invokable: true allowed-tools:

  • mcp__shared-memory__trigger_summary
  • mcp__shared-memory__get_activity_summaries
  • mcp__shared-memory__get_memory_timeline

Summarize Activity

This skill allows you to manually trigger an activity summary for any scope.

Usage

When invoked with /summarize, you should:

  1. Determine the scope - Ask the user or infer from context:

    • global - All activity across projects
    • project:<name> - Activity specific to a project
  2. Trigger the summary using trigger_summary:

    tool: trigger_summary
    scope: "project:brain-jar"  // or "global"
    
  3. Report the result - Show the user what was summarized:

    • Period covered
    • Number of memories included
    • Key themes/tags
    • Top items

Examples

User: /summarize Response: "What scope would you like to summarize? I can summarize all activity (global) or a specific project."

User: /summarize project:brain-jar Response: Immediately trigger summary for that scope and report results.

When Summaries Are Automatically Generated

Summaries are also generated automatically when:

  • 12+ memories are added to a scope (and at least 24h since last summary)
  • 1 week passes with any activity in a scope

Use /summarize to force a summary at any time, regardless of these thresholds.

  • get_activity_summaries - View past summaries
  • get_memory_timeline - See memories grouped by time period

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です