Initial commit
This commit is contained in:
43
hooks.json
Executable file
43
hooks.json
Executable file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "cc-skills-hooks",
|
||||
"version": "2.1.0",
|
||||
"description": "CC-Skills hooks for skill activation, cache sync, and linting",
|
||||
"author": {
|
||||
"name": "inchan",
|
||||
"url": "https://github.com/inchan"
|
||||
},
|
||||
"license": "MIT",
|
||||
"hooks": {
|
||||
"SessionStart": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/session-start-cache-sync.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"UserPromptSubmit": [
|
||||
{
|
||||
"matcher": "",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/skill-recommend-hook.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"Stop": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/stop-hook-lint-and-translate.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user