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