Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:51 +08:00
commit 5a5578eae7
11 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "web-to-github-issue",
"description": "Enhances web_search Skill by automatically creating GitHub issues from research findings",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins Team",
"email": "hello@claudecodeplugins.io",
"url": "https://claudecodeplugins.io"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}