Install
1
Run in your terminal$
npx claudepluginhub thebushidocollective/han --plugin syncpackSource
Defined in hooks/hooks.json
Configuration
{
"Stop": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run syncpack fix --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run syncpack format --async"
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run syncpack fix --async"
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "han hook run syncpack format --async"
}
]
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 4
},
"eventStats": {
"Stop": 2,
"SubagentStop": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 4
}
}Stats
Parent Repo Stars106
Parent Repo Forks13
Last CommitFeb 17, 2026