npx claudepluginhub gebl/anvil-skill-marketplace --plugin modern-pythonDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/setup-shims.sh\""
}
],
"matcher": ""
}
]
}"Runs prompt-onboarding.sh script on SessionStart events matching 'startup|resume' to handle onboarding prompts at session initialization."