Install
1
Run in your terminal$
npx claudepluginhub thebushidocollective/han --plugin elixirRisk Indicators
Modifies files
Source
Defined in hooks/hooks.json
Configuration
{
"Stop": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir format --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir build --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir test --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir typecheck --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir coverage --async"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir format --async"
}
],
"matcher": "Edit|Write"
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir test-changed --async"
}
],
"matcher": "Edit|Write"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir format --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir build --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir test --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir typecheck --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run elixir coverage --async"
}
]
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 12
},
"eventStats": {
"Stop": 5,
"PostToolUse": 2,
"SubagentStop": 5
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 12
}
}Stats
Parent Repo Stars106
Parent Repo Forks13
Last CommitFeb 17, 2026