npx claudepluginhub hedera-dev/hedera-skills --plugin dev-intelligenceDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash -c 'script=$(find ~/.claude -name \"post-edit-check.sh\" -path \"*/dev-intelligence/*\" 2>/dev/null | head -1); [ -n \"$script\" ] && bash \"$script\"'"
}
],
"matcher": "Edit|Write"
}
]
}"Runs post-edit-format.sh via bash after PostToolUse for Edit|MultiEdit|Write events. Handles file writes, likely for code formatting post-edits."