Claude-skill-registry cost-optimization-review

Review system costs and propose reductions. Use when a senior developer needs cost-saving recommendations.

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-optimization-review" ~/.claude/skills/majiayu000-claude-skill-registry-cost-optimization-review && rm -rf "$T"
manifest: skills/data/cost-optimization-review/SKILL.md
source content

Cost Optimization Review

Purpose

Review system costs and propose reductions.

Inputs to request

  • Cost reports or billing data.
  • Workload patterns and utilization.
  • Performance and reliability constraints.

Workflow

  1. Identify top cost drivers by service and usage.
  2. Recommend right-sizing, caching, or storage tiering.
  3. Estimate savings and risks.

Output

  • Cost optimization plan with estimates.

Quality bar

  • Note performance tradeoffs for each change.
  • Prioritize highest impact savings first.