Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:45 +08:00
commit ffd78e2aea
13 changed files with 644 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "ai-pair-programming",
"description": "AI Pair Programming Suite - Intelligent code review, bug hunting, and real-time programming assistance",
"version": "1.1.1",
"author": {
"name": "Dev GOM",
"url": "https://github.com/Dev-GOM/claude-code-marketplace"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}