npx claudepluginhub jmagar/claude-homelab --plugin gotify-mcpDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/fix-env-perms.sh",
"timeout": 5
}
],
"matcher": "Write|Edit|MultiEdit|Bash"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/sync-env.sh",
"timeout": 10
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/ensure-ignore-files.sh",
"timeout": 5
}
]
}
]
}"Detects Java projects on SessionStart via pom.xml/build.gradle checks. PostToolUse on Write/Edit reminds to run mvn compile/gradlew build and add tests; on Bash, suggests mvn verify/gradlew check. Runs bash."