Claude-skill-registry Autoscaling and Right-Sizing
See the main Infrastructure Sizing skill for comprehensive coverage of right-sizing and autoscaling strategies.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/autoscaling-and-rightsizing" ~/.claude/skills/majiayu000-claude-skill-registry-autoscaling-and-right-sizing && rm -rf "$T"
manifest:
skills/data/autoscaling-and-rightsizing/SKILL.mdsource content
Autoscaling and Right-Sizing
This skill is covered in detail in the main Infrastructure Sizing skill.
Please refer to:
42-cost-engineering/infra-sizing/SKILL.md
That skill covers:
- Right-sizing principles
- Compute, database, and cache sizing
- Auto-scaling configuration
- Vertical vs horizontal scaling
- Load testing for capacity
- Monitoring for right-sizing
- AWS Compute Optimizer, GCP Recommender, K8s VPA
- Real sizing scenarios and calculations
Related Skills
(Main skill)42-cost-engineering/infra-sizing42-cost-engineering/cloud-cost-models42-cost-engineering/cost-observability