npx claudepluginhub bailejl/dev-plugins --plugin frontend-devDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "jq -r '.tool_input.file_path' | xargs npx eslint --fix --no-error-on-unmatched-pattern 2>/dev/null || true"
},
{
"type": "command",
"command": "jq -r '.tool_input.file_path' | xargs npx prettier --write 2>/dev/null || true"
}
],
"matcher": "Write|Edit"
}
]
}"Runs check-artifact.sh script after PostToolUse for Write|Edit tool calls to check generated files, performing file writes."