Event Hooks
Community
proagent-agentic-engineering
3 events · 3 hooks
Install
1
Install the plugin$
npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-agentic-engineeringWant just this hook?
Then install: npx claudepluginhub u/[userId]/[slug]
Risk Indicators
Modifies files
Source
Defined in hooks/hooks.json
Configuration
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python hooks/validate-artifact-structure.py",
"timeout": 10
}
],
"matcher": "Write|Edit"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python hooks/audit-artifact-modification.py",
"timeout": 5
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python hooks/session-start-banner.py",
"timeout": 5
}
],
"matcher": "*"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 3
},
"eventStats": {
"PreToolUse": 1,
"PostToolUse": 1,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars2
Forks1
Last CommitFeb 27, 2026