Automatically commits code changes with AI-generated messages after file edits.
npx claudepluginhub maxnoller/claude-code-pluginsDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "case \"$CLAUDE_FILE_PATHS\" in *moon.yml|*workspace.yml|*toolchain.yml|*tasks.yml|*.prototools) moon --version >/dev/null 2>&1 && moon check --workspace-root || echo 'moon not installed, skipping validation' ;; esac"
}
],
"matcher": "Write|Edit|MultiEdit"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 1
},
"eventStats": {
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}