Initial commit
This commit is contained in:
16
skill-activation/hooks.json
Normal file
16
skill-activation/hooks.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user