Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:39 +08:00
commit 1e4a08bd0a
6 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "git-project-management",
"description": "Git worktree management and project planning utilities for efficient version control workflows and parallel development",
"version": "1.1.0",
"author": {
"name": "Claude Code Toolkit"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}