npx claudepluginhub dmmedia/prp-framework-embedded --plugin prp-coreDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${COPILOT_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/hooks/prp-ralph-stop.sh"
}
]
},
{
"hooks": [
{
"type": "command",
"command": "${COPILOT_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/hooks/prp-research-team-stop.sh"
}
]
}
]
}"Executes stop-hook.sh shell script on session Stop event for custom end-of-session automation or cleanup tasks."