Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:40 +08:00
commit 67f4104a81
7 changed files with 612 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "skill-activation",
"description": "Centralized skill activation system that automatically suggests relevant skills from installed plugins based on user prompts and file context",
"version": "1.0.0",
"author": {
"name": "boneskull"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}