npx claudepluginhub xiaolai/nlpm-for-claude --plugin nlpmDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-artifact.sh",
"timeout": 5000
}
],
"matcher": "Write|Edit"
}
]
}"Runs check-artifact.sh after Write|Edit tool uses to check generated artifacts. Shell command with 5s timeout, involves file writes."