Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:56 +08:00
commit 5f5aff96e9
26 changed files with 3398 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "jun-dev-workflows",
"description": "Jun's development workflow commands and skills for Claude Code",
"version": "1.0.0",
"author": {
"name": "Jun"
},
"skills": [
"./skills/"
],
"commands": [
"./commands/"
]
}