Initial commit
This commit is contained in:
17
.claude-plugin/plugin.json
Normal file
17
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "database-migrations",
|
||||
"description": "Database migration automation, observability, and cross-database migration strategies",
|
||||
"version": "1.2.0",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/database-optimizer.md",
|
||||
"./agents/database-admin.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/sql-migrations.md",
|
||||
"./commands/migration-observability.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user