Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user