/plugin marketplace add kriscard/kriscard-claude-plugins/plugin install obsidian-second-brain@kriscardDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Check if today's daily note exists at path '1 - Notes/Daily Notes/YYYY-MM-DD.md' (where YYYY-MM-DD is today's date). If the daily note does NOT exist, provide a gentle reminder: '💡 Tip: Run /daily-startup to begin your day with today's daily note, inbox check, and priority setting.' If the daily note already exists, say nothing and proceed normally with the conversation."
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 1
},
"eventStats": {
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}