17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"description": "Instructs Claude Code to use the knowledge skill for all Claude Code related questions",
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/sessionstart.sh",
|
|
"timeout": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|