Install
1
Run in your terminal$
npx claudepluginhub stuartparmenter/claude-plugin --plugin auto-formatRisk Indicators
Modifies files
Source
Defined in hooks/hooks.json
Configuration
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/format",
"timeout": 10
}
],
"matcher": "Edit|Write|MultiEdit"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 1
},
"eventStats": {
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 1,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitFeb 22, 2026