npx claudepluginhub seonghyeonkimm/my-claude-code-config --plugin memoryDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/accumulate-candidates.sh"
}
]
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/extract-longterm.sh"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/load-memory.sh"
}
]
}
]
}"On Stop, stores conversation via Python script. On SessionStart, checks config; if autoMaterialize enabled, outputs instructions to invoke we:materialize skill before responding."