18 lines
476 B
JSON
18 lines
476 B
JSON
{
|
|
"name": "database-cloud-optimization",
|
|
"description": "Database query optimization, cloud cost optimization, and scalability improvements",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"agents": [
|
|
"./agents/database-optimizer.md",
|
|
"./agents/database-architect.md",
|
|
"./agents/backend-architect.md",
|
|
"./agents/cloud-architect.md"
|
|
],
|
|
"commands": [
|
|
"./commands/cost-optimize.md"
|
|
]
|
|
} |