Database & Cloud Optimization
Puts query tuning and cloud spend in one plugin, because each one causes the other.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install database-cloud-optimization@claude-code-workflows
Yavaş sorgular ayarlanırken, bulut faturası incelenirken ya da ölçeklenmenin maliyeti değerlendirilirken.
- Author
- Seth Hobson
- License
- MIT
An over-provisioned instance and an unindexed query produce the same monthly bill, which is why this bundle keeps a database optimizer and a cloud architect in the same place. The cost command builds an analyzer that breaks spend down by service and by resource, tracks trends, flags anomalies and separates plain waste from genuine load, and that last distinction is what decides whether the fix is a smaller instance or a rewritten query. The sample code is written against AWS Cost Explorer, but the command states explicitly that the patterns must be adapted to the target cloud's own cost and automation services, so Azure, GCP and OCI work is not left implied. A backend architect rounds out the set for changes that reach into application design.
Similar skills
Database Design
SkillA PostgreSQL schema guide that names the types you should never reach for.
Data Validation Suite
SkillTreats input validation as a security control rather than a data quality nicety.
Database Migrations
SkillInstruments the migration itself, so a long backfill is not a silent wait.
Comments(0)
Sign in to comment