Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:26 +08:00
commit fc44ce2646
5 changed files with 1523 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "gh-tools",
"description": "GitHub CLI (gh) utilities and skills for working with issues, PRs, workflows, labels, and projects",
"version": "1.0.0",
"author": {
"name": "Vincent Demeester",
"email": "vdemeester@users.github.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}