Help us improve
Share bugs, ideas, or general feedback.
From shared-memory
Manually trigger an activity summary for a scope. Use when you want to capture and store a summary of recent activity.
npx claudepluginhub designnotdrum/perplexity-search-plugin --plugin shared-memoryHow this skill is triggered — by the user, by Claude, or both
Slash command
/shared-memory:summarizeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill allows you to manually trigger an activity summary for any scope.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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