Stats
Actions
Tags
From self-improvement
Blocks editing/writing tools like Write and Edit unless a precondition script passes. Also displays a nudge message at session start. Uses bun, writes 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
Write|Editbash -c 'PLUGIN_PATH="${CLAUDE_PLUGIN_ROOT//\\//}"; if [[ -n "${PLUGIN_PATH}" ]]; then bash "${PLUGIN_PATH}/hooks/scripts/analyze-before-write.sh"; else echo "{\"decision\": \"approve\"}"; fi'bash -c 'PLUGIN_PATH="${CLAUDE_PLUGIN_ROOT//\\//}"; if [[ -n "${PLUGIN_PATH}" ]]; then bash "${PLUGIN_PATH}/hooks/scripts/load-learnings.sh"; else echo "{\"decision\": \"approve\", \"suppressOutput\": true}"; fi'npx claudepluginhub c0ntr0lledcha0s/claude-code-plugin-automations --plugin self-improvement