npx claudepluginhub bradleygolden/springfield --plugin springfieldDefined in hooks/hooks.json
{
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check_springfield_mention.sh"
}
]
}
]
}"Executes recall-inject.ts TypeScript script via npx tsx with NOCTURNE_BASE_URL set to localhost:18901 on UserPromptSubmit events to enable prompt recall injection workflow."