Skip to content

Commit f7026b8

Browse files
anwesham-labclaude
andcommitted
feat(databases-on-aws): migrate aurora-dsql to databases-on-aws plugin
Renames aurora-dsql plugin to databases-on-aws as the top-level plugin for the AWS database portfolio. Migrates the DSQL skill into skills/dsql/ within the new plugin structure. Key changes: - Rename plugin from aurora-dsql to databases-on-aws - Split oversized reference files per Agent Skills spec (<100 lines) into subdirectories: auth/, examples/, platforms/, tools/ - Add AWS Knowledge MCP (awsknowledge) for verifying numeric limits with inline delegation hints in authoritative reference files - Add explicit Table Recreation Pattern warning for unsupported DDL (ALTER COLUMN TYPE, DROP COLUMN, DROP CONSTRAINT) - Add automated eval harness (triggering + functional with assertions) - Update marketplace.json, CODEOWNERS, and .mcp.json Co-authored-by: anwesham-lab <64298192+anwesham-lab@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7da7ed7 commit f7026b8

59 files changed

Lines changed: 3276 additions & 2498 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -118,32 +118,27 @@
118118
},
119119
{
120120
"category": "database",
121-
"description": "Build with Aurora DSQL - manage schemas, execute queries, handle migrations, and develop applications with a serverless, distributed SQL database with PostgreSQL compatibility.",
121+
"description": "Expert database guidance for the AWS database portfolio. Design schemas, execute queries, handle migrations, and choose the right database for your workload.",
122122
"keywords": [
123123
"aws",
124124
"aws agent skills",
125125
"amazon",
126126
"aurora",
127-
"dsql",
128-
"aurora-dsql",
129127
"database",
128+
"databases",
130129
"distributed-sql",
131-
"distributed",
132-
"distributed-database",
133-
"serverless",
134-
"serverless-database",
130+
"dsql",
131+
"iam-auth",
132+
"migration",
135133
"postgresql",
136134
"postgres",
137-
"sql",
138135
"schema",
139-
"migration",
140-
"multi-tenant",
141-
"iam-auth",
142-
"mcp"
136+
"serverless",
137+
"sql"
143138
],
144-
"name": "aurora-dsql",
145-
"source": "./plugins/aurora-dsql",
146-
"tags": ["aws", "database", "dsql", "aurora", "distributed-sql", "serverless", "postgresql"],
139+
"name": "databases-on-aws",
140+
"source": "./plugins/databases-on-aws",
141+
"tags": ["aws", "database", "aurora", "dsql", "serverless", "postgresql"],
147142
"version": "1.0.0"
148143
}
149144
]

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tools/ @awslabs/agent-plugins-admins
3131
## Plugins (alphabetically listed)
3232

3333
plugins/amazon-location-service @awslabs/agent-plugins-admins @awslabs/agent-plugins-maintainers @awslabs/agent-plugins-amazon-location-service
34-
plugins/aurora-dsql @awslabs/agent-plugins-admins @awslabs/agent-plugins-maintainers @awslabs/agent-plugins-dsql
34+
plugins/databases-on-aws @awslabs/agent-plugins-admins @awslabs/agent-plugins-maintainers @awslabs/agent-plugins-dsql
3535
plugins/aws-amplify @awslabs/agent-plugins-admins @awslabs/agent-plugins-maintainers @awslabs/agent-plugins-amplify
3636
plugins/aws-serverless @awslabs/agent-plugins-admins @awslabs/agent-plugins-maintainers @awslabs/agent-plugins-aws-serverless
3737
plugins/deploy-on-aws @awslabs/agent-plugins-admins @awslabs/agent-plugins-maintainers @awslabs/agent-plugins-deploy-on-aws

0 commit comments

Comments
 (0)