npx claudepluginhub drivelineresearch/autoresearch-claude-codeDefined in hooks/hooks.json
{
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/autoresearch-context.sh"
}
]
}
]
}"Runs Node.js hook-wrapper script on UserPromptSubmit events to automate actions before each user prompt processing. No bash or file writes."