Install
1
Run in your terminal$
npx claudepluginhub timheuer/ai-skills --plugin aspnetRisk Indicators
Modifies files
Source
Defined in hooks/hooks.json
Configuration
{
"PreToolUse": [
{
"hooks": [
{
"type": "prompt",
"prompt": "If the command is 'dotnet publish' or 'dotnet deploy', ask for confirmation. Otherwise allow. Command: $ARGUMENTS"
}
],
"matcher": "run_in_terminal"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "dotnet format --include ${TOOL_INPUT_path} --verbosity quiet",
"timeout": 30000
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "dotnet --version",
"timeout": 5000
}
]
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"prompt": 1,
"command": 2
},
"eventStats": {
"PreToolUse": 1,
"PostToolUse": 1,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitMar 4, 2026