Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:25 +08:00
commit c7501d0ed5
10 changed files with 949 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "sc-extras",
"description": "Optional SimpleClaude utilities for debugging, git workflows, and task validation",
"version": "2.0.0",
"author": {
"name": "Kyle Snow Schwartz"
},
"commands": [
"./commands"
]
}