Commit f7026b8
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
File tree
- .claude-plugin
- .github
- plugins
- aurora-dsql/skills/aurora-dsql
- mcp
- references
- mysql-migrations
- databases-on-aws
- .claude-plugin
- evals
- scripts
- hooks
- scripts
- skills/dsql
- mcp
- platforms
- tools
- references
- auth
- ddl-migrations
- examples
- mysql-migrations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | 127 | | |
| 128 | + | |
130 | 129 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
135 | 133 | | |
136 | 134 | | |
137 | | - | |
138 | 135 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 136 | + | |
| 137 | + | |
143 | 138 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
147 | 142 | | |
148 | 143 | | |
149 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments