Stats
Actions
Tags
From lazycortex-obsidian
Runs a post-edit script to enforce formatting or type checking after file writes, plus a cleanup script on session stop. Modifies files.
2 events · 2 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
# HOOK_VERSION: 2.0.0
if [ -f "${CLAUDE_PROJECT_DIR}/.claude/iconize/obsidian-icon-map.json" ]; then python3 "${CLAUDE_PLUGIN_ROOT}/bin/iconize_sync.py" reconcile-dirty >/dev/null || true; fiWrite|Edit# HOOK_VERSION: 2.0.0
jq -r '.tool_response.filePath // .tool_input.file_path' | { read -r f; case "$f" in *.md) if [ -f "${CLAUDE_PROJECT_DIR}/.claude/iconize/obsidian-icon-map.json" ]; then python3 "${CLAUDE_PLUGIN_ROOT}/bin/iconize_sync.py" sync "$f" >/dev/null || true; fi ;; esac; }53plugins reuse this hooks config
First indexed Dec 4, 2025
Showing the 6 earliest of 53 plugins
npx claudepluginhub mebius-san/lazy-cortex --plugin lazycortex-obsidian