Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:10 +08:00
commit 411ca26b46
8 changed files with 1173 additions and 0 deletions

14
hooks/hooks.json Normal file
View File

@@ -0,0 +1,14 @@
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/check-figma-api-key.sh"
}
]
}
]
}
}