Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:48 +08:00
commit 5327460b25
8 changed files with 964 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "anthropic-plugin",
"description": "Plugin that exposes the anthropic skills",
"version": "1.0.0",
"author": {
"name": "Anthropic"
},
"skills": [
"./skills"
]
}