Files
2025-11-29 18:22:40 +08:00

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
}
]
}
]
}
}