원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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