npx claudepluginhub moonsite/moonsite-claude-extensions --plugin md-html-docsDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks-handlers/post-tool-use.sh"
}
]
}
]
}"Runs a telemetry tracking script via bash command after every tool use event for usage analytics. Observes without file writes or blocking."