Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:17 +08:00
commit d1e017f3a5
4 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "jira-ticket",
"description": "Generate Jira tickets from discussions, PRs, issues, or files",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "plugins@claude.com"
},
"commands": [
"./commands"
]
}