Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:37 +08:00
commit dd05b617f0
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "tell-me-a-joke",
"description": "Tell me a joke plugin for Claude Code.",
"version": "1.0.0",
"author": {
"name": "Sanhe Hu"
},
"commands": [
"./commands"
]
}