npx claudepluginhub a-ariff/ariff-claude-plugins --plugin memory-syncDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "prompt",
"prompt": "馃摑 Task completed! Would you like me to:\n\n1. **Save to memory** - Store this task's learnings to mem0 + obsidian\n2. **Create agent instruction** - Create a rule to avoid similar issues\n3. **Both** - Save memory AND create instruction\n4. **Skip** - Don't save anything\n\nReply with 1, 2, 3, or 4 (or describe what you'd like to save)"
}
],
"matcher": "*"
}
]
}"On session Stop, runs bash scripts update-changelog.sh and remind-convos.sh to automate changelog updates and conversation reminders. Executes bash commands."