Stats
Actions
Tags
From blog-workflow
Formats files after each Write/Edit tool call, ensuring consistent code style. Runs a shell script that modifies the file on disk.
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
Write|Editbash -c 'FILE="$TOOL_INPUT_FILE_PATH"; case "$FILE" in **/posts/**/*.md) python3 -c "import sys,yaml; yaml.safe_load(open(sys.argv[1]).read().split('\''---'\''[1])" "$FILE" 2>/dev/null && echo "✓ Frontmatter valid" || echo "⚠ Frontmatter validation skipped";; esac; true'10msbash -c 'FILE="$TOOL_INPUT_FILE_PATH"; case "$FILE" in **/posts/**/*.md) if grep -qE "^\`\`\`$" "$FILE" 2>/dev/null; then echo "⚠ Code block without language tag found"; fi;; esac; true'5msnpx claudepluginhub arustydev/agents --plugin blog-workflow469plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 469 plugins