Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:01 +08:00
commit bc6aaa6d91
5 changed files with 296 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "jira-cli",
"description": "Command-line Jira management skill using jira-cli with efficient querying and issue workflows",
"version": "0.1.2",
"author": {
"name": "David Golden",
"email": "xdg@xdg.me"
},
"skills": [
"./skills"
]
}