npx claudepluginhub arthtech-ai/arthai-marketplace --plugin canvasDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/project-setup.sh",
"timeout": 10
}
],
"matcher": ""
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/project-setup.sh",
"timeout": 5
}
],
"matcher": ""
}
]
}"Runs configure-statusline.sh script on SessionStart and UserPromptSubmit events to configure the status line. No bash execution risks or file writes."