Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:52 +08:00
commit 3e8d3d0f84
4 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "skillmeter",
"description": "A simple greeting plugin to learn the basics",
"version": "0.0.0-2025.11.28",
"author": {
"name": "skillbench",
"email": "zhongweili@tubi.tv"
},
"hooks": [
"./hooks"
]
}