Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:19 +08:00
commit c7d0e994b9
4 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "cc-skills-hooks",
"description": "Multi-Tier intelligent skill activation system (Keyword + TF-IDF + Semantic matching)",
"version": "0.0.1",
"author": {
"name": "inchan",
"url": "https://github.com/inchan"
},
"hooks": [
"./hooks.json"
]
}