npx claudepluginhub umputun/cc-thingz --plugin skill-evalDefined in hooks/hooks.json
{
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "sh ${CLAUDE_PLUGIN_ROOT}/hooks/skill-forced-eval-hook.sh"
}
]
}
]
}"Executes Python script 'pss_hook.py' on UserPromptSubmit to analyze skill triggers, showing 'Analyzing skill triggers...' status. No bash or file writes."