npx claudepluginhub aojdevstudio/dev-utils-marketplace --plugin documentationDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-changelog-updater.py",
"description": "Update changelog automatically"
}
],
"matcher": "Bash.*git commit"
}
]
}"Runs validate-conventional-commit.sh after Bash tool use to validate commit messages against conventional commit standards. Executes bash commands."