feat(aurora-dsql): add initial Aurora DSQL plugin directly from DSQL Skill#66
Open
anwesham-lab wants to merge 3 commits intoawslabs:mainfrom
Open
feat(aurora-dsql): add initial Aurora DSQL plugin directly from DSQL Skill#66anwesham-lab wants to merge 3 commits intoawslabs:mainfrom
anwesham-lab wants to merge 3 commits intoawslabs:mainfrom
Conversation
5639ced to
2fb98e6
Compare
Add Aurora DSQL plugin with skill, MCP server config, hooks, and CLI scripts for managing serverless distributed SQL databases with PostgreSQL compatibility. Plugin components: - Skill with 7 workflows (schema, migration, tenant isolation, access control, DDL recreation, MySQL migration) - Docs-only MCP config (upgradeable to database operations) - PostToolUse hook for post-transact verification - 6 CLI scripts for cluster management and data loading - Modularized references: ddl-migrations (4 files), mysql-migrations (3 files), plus development guide, examples, language patterns, troubleshooting, onboarding, and access control Closes awslabs#45 Co-authored-by: anwesham-lab <64298192+anwesham-lab@users.noreply.github.com>
2fb98e6 to
02bf4c2
Compare
Collapse CLI Scripts listing and Workflow 5 (Scoped Roles) into concise pointers to their reference files, reducing upfront context without losing discoverability. These sections duplicated content the agent would naturally reach via access-control.md and scripts/README.md. Co-authored-by: anwesham-lab <64298192+anwesham-lab@users.noreply.github.com>
gxjx-x
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Aurora DSQL plugin with skill, MCP server configuration, hooks, and CLI scripts for building with serverless distributed SQL databases.
Related
RFC: #45
Changes
.claude-plugin/plugin.json): metadata, keywords, Apache-2.0 license.mcp.json): docs-only default, upgradeable to database operations viamcp-setup.mdskills/aurora-dsql/SKILL.md): 7 workflows covering schema creation, data migration, tenant isolation, access control, DDL table recreation, and MySQL-to-DSQL migrationhooks/hooks.json): PostToolUse prompt hook for post-transact verificationscripts/): 6 bash scripts for cluster lifecycle and data loading.claude-plugin/marketplace.jsonplugins/aurora-dsqlAcknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.