npx claudepluginhub faysilalshareef/dotnet-ai-kit --plugin dotnet-ai-kitDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-bash-guard.sh"
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-commit-lint.sh"
}
],
"matcher": "Bash"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/post-edit-format.sh"
}
],
"matcher": "Edit|Write"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/post-scaffold-restore.sh"
}
],
"matcher": "Bash"
}
]
}"PreToolUse hook runs pre-commit-reminder.sh before git commit/push bash commands. PostToolUse on Write/Edit executes quality-gate.sh and draft-status.sh bash scripts, touching files."