Estimate cloud costs for migration targets with resource sizing and optimization recommendations
Estimates cloud migration costs with resource sizing and optimization recommendations.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdEstimates cloud costs for migration targets, provides resource sizing recommendations, and suggests cost optimization strategies.
Enable cloud cost planning for:
| Tool | Cloud | Integration Method |
|---|---|---|
| AWS Pricing Calculator | AWS | Web/API |
| Azure TCO Calculator | Azure | Web/API |
| Google Cloud Pricing Calculator | GCP | Web/API |
| Infracost | Multi | CLI |
| CloudHealth | Multi | API |
| Spot.io | Multi | API |
{
"estimateId": "string",
"timestamp": "ISO8601",
"costs": {
"monthly": {
"compute": "number",
"storage": "number",
"network": "number",
"database": "number",
"total": "number"
},
"annual": "number"
},
"sizing": {
"instances": [],
"storage": [],
"databases": []
},
"optimizations": {
"reservedInstances": {},
"spotInstances": {},
"rightSizing": []
},
"comparison": {
"onPremises": "number",
"cloud": "number",
"savings": "number"
}
}
cloud-readiness-assessor: Migration planningcost-optimization-agent: Cost optimizationcloud-migration-engineer: Migration executionActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.