Claude-skill-registry cost-optimizer
Analyze infrastructure spend and recommend cost reductions; use when asked to optimize cloud or tooling costs under budget constraints.
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/cost-optimizer" ~/.claude/skills/majiayu000-claude-skill-registry-cost-optimizer && rm -rf "$T"
manifest:
skills/data/cost-optimizer/SKILL.mdsource content
Cost Optimizer
Use this skill to find cost savings without breaking SLOs.
Workflow
- Gather spend, utilization, and SLO targets.
- Identify overprovisioned resources.
- Propose changes and expected savings.
- Track impact post-change.
Output expectations
- Provide savings estimates and rollout steps.