18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"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"
|
|
]
|
|
} |