Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:16:15 +08:00
commit e4455e0139
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "template-skill",
"description": "A template skill that demonstrates the structure and format for creating new Claude Skills.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "ComposioHQ",
"email": "tech@composio.dev"
},
"skills": [
"./"
]
}