administering-linux
Manage Linux systems covering systemd services, process management, filesystems, networking, performance tuning, and troubleshooting. Use when deploying…
Optimize cloud infrastructure costs through FinOps practices, commitment discounts, right-sizing, and automated cost management. Use when reducing cloud spend, implementing budget controls, or establishing cost visibility across AWS, Azure, GCP, and Kubernetes environments.
$ npx -y skills add ancoleman/ai-design-components --skill optimizing-costs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/optimizing-costsContext preview
The summary Claude sees to decide when to auto-load this skill.
Optimize cloud infrastructure costs through FinOps practices, commitment discounts, right-sizing, and automated cost management. Use when reducing cloud spend, implementing budget controls, or establishing cost visibility across AWS, Azure, GCP, and Kubernetes environments.
name: optimizing-costs description: Optimize cloud infrastructure costs through FinOps practices, commitment discounts, right-sizing, and automated cost management. Use when reducing cloud spend, implementing budget controls, or establishing cost visibility across AWS, Azure, GCP, and Kubernetes environments.
Cloud cost optimization transforms uncontrolled spending into strategic resource allocation through the FinOps lifecycle: Inform, Optimize, and Operate. This skill provides decision frameworks for commitment-based discounts (Reserved Instances, Savings Plans), right-sizing strategies, Kubernetes cost management, and automated cost governance across multi-cloud environments.
Invoke cost-optimization when:
┌─────────────────────────────────────────────────────┐ │ INFORM → OPTIMIZE → OPERATE (continuous loop) │ │ ↓ ↓ ↓ │ │ Visibility Action Automation │ └─────────────────────────────────────────────────────┘
**Inform Phase:** Establish cost visibility
**Optimize Phase:** Take action on cost drivers
**Operate Phase:** Automate and govern
1. **Collaboration:** Cross-functional teams (finance, engineering, operations, product) 2. **Accountability:** Teams own the cost of their services 3. **Transparency:** All costs visible and understandable to stakeholders 4. **Optimization:** Continuous improvement of cost efficiency
For detailed FinOps maturity models and organizational structures, see `references/finops-foundations.md`.
**Reserved Instances (RIs):** 40-72% discount for 1-3 year commitments
**Savings Plans:** Flexible compute commitments
**GCP Committed Use Discounts (CUDs):** 25-70% discount
**Decision Framework:**
Reserve when: ├─ Workload is production-critical (24/7 uptime required) ├─ Usage is predictable (stable baseline over 6+ months) ├─ Architecture is stable (unlikely to change instance types) └─ Financial commitment acceptable (1-3 year lock-in) Use On-Demand when: ├─ Development/testing environments ├─ Unpredictable spiky workloads ├─ Short-term projects (<6 months) └─ Evaluating new instance types
For detailed commitment strategies and RI coverage analysis, see `references/commitment-strategies.md`.
**Discount:** 70-90% off on-demand pricing (interruptible with 2-minute warning)
**Use Spot For:** CI/CD workers, batch jobs, ML training (with checkpointing), Kubernetes workers, data analytics **Avoid Spot For:** Stateful databases, real-time services, long-running jobs without checkpointing
**Best Practices:**
**Target Utilization:** 60-80% average (leave headroom for spikes)
**Compute Right-Sizing:**
**Database Right-Sizing:**
**Kubernetes Right-Sizing:**
**Storage Right-Sizing:**
Comprehensive UI/UX and Backend component design skills for AI-assisted development with Claude
Repo: ancoleman/ai-design-components
Manage Linux systems covering systemd services, process management, filesystems, networking, performance tuning, and troubleshooting. Use when deploying…
Data pipelines, feature stores, and embedding generation for AI/ML systems. Use when building RAG pipelines, ML feature serving, or data transformations.…
Strategic guidance for designing modern data platforms, covering storage paradigms (data lake, warehouse, lakehouse), modeling approaches (dimensional,…
Design cloud network architectures with VPC patterns, subnet strategies, zero trust principles, and hybrid connectivity. Use when planning VPC topology,…
Design comprehensive security architectures using defense-in-depth, zero trust principles, threat modeling (STRIDE, PASTA), and control frameworks (NIST CSF,…
Assembles component outputs from AI Design Components skills into unified, production-ready component systems with validated token integration, proper import…