npx claudepluginhub nthplusio/functional-claude --plugin repo-smeDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/repo-sme-session-start.js",
"timeout": 60
}
]
}
]
}"Runs check-prerequisites.sh bash script on session start (matcher *) to verify prerequisites. Executes bash commands with 5s timeout."