Install
1
Run in your terminal$
npx claudepluginhub melodic-software/claude-code-plugins --plugin google-ecosystemSource
Defined in hooks/hooks.json
Configuration
{
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/dotnet-run.sh\" \"${CLAUDE_PLUGIN_ROOT}/hooks/suggest-gemini-docs/dotnet/suggest-gemini-docs.cs\"",
"timeout": 10
}
]
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 1,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Parent Repo Stars40
Parent Repo Forks6
Last CommitJan 18, 2026