npx claudepluginhub doarakko/dotfiles --plugin doarakko-configDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/task-completion-notify.sh"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "if [ -f Makefile ] && grep -q '^lint:' Makefile; then make lint 2>&1 | tail -20; fi"
}
],
"matcher": "Edit|Write",
"description": "Run make lint after file edits"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/idle-notify.sh"
}
],
"matcher": "idle_prompt"
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": false, \"touchesFileWrites\": true}, \"typeStats\": {\"command\": 3}, \"eventStats\": {\"Stop\": 1, \"PostToolUse\": 1, \"Notification\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 2, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 3}}"