ワンクリックで
summarize
Manually trigger an activity summary for a scope. Use when you want to capture and store a summary of recent activity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manually trigger an activity summary for a scope. Use when you want to capture and store a summary of recent activity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Install hookify rules for automatic chess timer session management
Create a custom source adapter for pattern-radar
Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams.
Automatically use Perplexity search for personalized context enrichment. Use when facing unfamiliar technologies, decision points, learning questions, or preference-dependent choices.
Guide for storing enriched memories that capture decisions, preferences, and context. Use when making significant decisions or learning user preferences.
Get your personalized trend briefing based on profile domains.
| 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"] |
This skill allows you to manually trigger an activity summary for any scope.
When invoked with /summarize, you should:
Determine the scope - Ask the user or infer from context:
global - All activity across projectsproject:<name> - Activity specific to a projectTrigger the summary using trigger_summary:
tool: trigger_summary
scope: "project:brain-jar" // or "global"
Report the result - Show the user what was summarized:
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.
Summaries are also generated automatically when:
Use /summarize to force a summary at any time, regardless of these thresholds.
get_activity_summaries - View past summariesget_memory_timeline - See memories grouped by time period