Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:08 +08:00
commit 3e5634bde6
6 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "productivity-commands",
"description": "Collection of productivity-enhancing slash commands for common development workflows",
"version": "1.0.0",
"author": {
"name": "Example Developer",
"email": "developer@example.com",
"url": "https://example.com"
},
"commands": [
"./commands"
]
}