Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:09 +08:00
commit 1876a4de0d
8 changed files with 830 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "datetime",
"description": "Natural language date/time parsing and calculations using native date command",
"version": "1.1.0",
"author": {
"name": "Mae Capacite",
"email": "cadrianmae@users.noreply.github.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}