Install
1
Install the plugin$
npx claudepluginhub jason-hchsieh/marketplace --plugin mgrepWant just this hook?
Then install: npx claudepluginhub u/[userId]/[slug]
Source
Defined in ./hooks/hook.json
Configuration
{
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/mgrep_watch_kill.py",
"timeout": 10
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/mgrep_watch.py",
"timeout": 10
}
],
"matcher": "startup|resume"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"SessionEnd": 1,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars3022
Forks0
Last CommitNov 12, 2025