npx claudepluginhub mindspore-lab/mindspore-skills --plugin mscodeDefined in hooks/hooks.json
{
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "echo '馃攳 Detected operator question. Using api-helper skill to trace implementation...'"
}
],
"matcher": "mint\\.|tensor\\.|backward operator|forward operator|operator.*backward|operator.*forward|what is.*operator|ACosGrad|AsinGrad|operators.*mint",
"description": "Detect mint.* or tensor.* operator questions and guide to api-helper skill"
}
]
}"Executes `npx tsx recall-inject.ts` on every UserPromptSubmit, setting NOCTURNE_BASE_URL to http://127.0.0.1:18901 for a local service."