Stats
Actions
Tags
From plugin-creator
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 · 1 hook
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|EditTMPINPUT=$(mktemp) && cat > "$TMPINPUT" && FILE=$(jq -r '.tool_input.file_path // empty' "$TMPINPUT") && rm -f "$TMPINPUT" && case "$(basename "$FILE" 2>/dev/null)" in marketplace.json|plugin.json) TMP=$(jq --indent 2 '.' "$FILE" 2>/dev/null) && echo "$TMP" > "$FILE" ;; esacnpx claudepluginhub shreda/my-plugin-marketplace --plugin my-first-plugin