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.md
source content

Cost Optimizer

Use this skill to find cost savings without breaking SLOs.

Workflow

  1. Gather spend, utilization, and SLO targets.
  2. Identify overprovisioned resources.
  3. Propose changes and expected savings.
  4. Track impact post-change.

Output expectations

  • Provide savings estimates and rollout steps.