Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:38 +08:00
commit 7c2eac6fbf
10 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "development",
"description": "Collection of claude commands to ease the development process with github issues, PRs and more",
"version": "1.1.0",
"author": {
"name": "Juan Puelpan"
},
"commands": [
"./commands"
]
}