Install
1
Install the plugin$
npx claudepluginhub melodic-software/claude-code-plugins --plugin claude-ecosystemWant just this hook?
Add to a custom plugin, then install with one command.
Risk Indicators
Modifies files
Source
Defined in hooks/hooks.json
Configuration
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/dotnet-run.sh\" \"${CLAUDE_PLUGIN_ROOT}/hooks/prevent-backup-files/dotnet/prevent-backup-files.cs\"",
"timeout": 10
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/dotnet-run.sh\" \"${CLAUDE_PLUGIN_ROOT}/hooks/inject-current-date/dotnet/inject-current-date.cs\"",
"timeout": 10
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/dotnet-run.sh\" \"${CLAUDE_PLUGIN_ROOT}/hooks/suggest-docs-delegation/dotnet/suggest-docs-delegation.cs\"",
"timeout": 10
}
]
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 3
},
"eventStats": {
"PreToolUse": 1,
"SessionStart": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 3,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars40
Forks6
Last CommitJan 18, 2026
Actions