Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:25 +08:00
commit 1e3e603484
6 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"description": "Auto-activate skills based on user prompt analysis",
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "npx tsx \"$HOME/.claude/plugins/marketplaces/shavakan/hooks/skill-activation/analyze-prompt.ts\" \"$USER_PROMPT\"",
"timeout": 3
}
]
}
]
}
}