Stats
Actions
Tags
From skill-iterator
After every Edit/Write tool call, runs a bash script that suggests progressive disclosure of file contents to reduce context window usage. Executes bash, reads/writes files.
1 event · 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
Edit|Write|MultiEditjq -r '.tool_input.file_path // empty' | grep -E 'SKILL\.md$' | while read f; do dir=$(dirname "$f"); python3 ${CLAUDE_PLUGIN_ROOT}/scripts/quick_validate.py "$dir" || exit 1; doneEdit|Write|MultiEditjq -r '.tool_input.file_path // empty' | grep -E '(eval_plan|feedback|suggestions)\.json$' | while read f; do python3 ${CLAUDE_PLUGIN_ROOT}/scripts/quick_validate.py "$f" || exit 1; donenpx claudepluginhub synergy321/skill-iterator --plugin skill-iterator