npx claudepluginhub aojdevstudio/dev-utils-marketplace --plugin auth-securityDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/api-standards-checker.py",
"description": "Check API standards compliance"
}
],
"matcher": "Write|Edit|MultiEdit"
}
]
}"Runs check-artifact.sh script after PostToolUse events matching Write or Edit tools to validate artifacts post-file modifications. Command execution with 5s timeout, touches file writes."