Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:57 +08:00
commit d45452f0f6
14 changed files with 4068 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "github-project-manager",
"description": "GitHub Project Manager - Comprehensive project-first workflow management using GitHub Projects V2 via gh CLI with automation, field management, and modern project tracking",
"version": "1.1.0",
"author": {
"name": "Tobey Forsman"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}