agentsclimarketplace

Azure finops

Skill bg-szy/TOP-SKILLS/skills/claude-code-skills/azure-finops

Azure FinOps reservation analysis, cost validation, waste discovery, and executive reporting. USE WHEN user says 'validate costs', 'check reservations', 'find waste', 'orphaned resources', 'reservation coverage', 'savings analysis', 'draft response for', 'cost analysis', 'are these reservations', 'reservation gaps', OR any Azure cost optimization request.From its SKILL.md

Install
npx -y skills add bg-szy/TOP-SKILLS --skill azure-finops

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.7 KB, 560 tokens by cl100k_base, as published. Nobody here has run it

AzureFinOps Skill

Azure cost optimization through reservation analysis, waste discovery, and stakeholder reporting.

Important

  • All Azure operations are READ-ONLY — zero modifications to any resource
  • Primary output language: Portuguese (BR) for stakeholder responses
  • Python CLI fallback: uv run python -m azure_finops when MCP/CLI auth unavailable

Context Files

  • AzureToolReference.md — MCP tools + CLI commands quick reference
  • ReservationInventory.md — SKU matching and reservation interpretation SOP
  • PricingComparison.md — PAYG vs RI pricing methodology and savings formulas

Workflow Routing

WorkflowTriggerFile
ValidateCosts"validate costs", "are these reservations or PAYG", "check billing"Workflows/ValidateCosts.md
FindWaste"find waste", "orphaned disks", "orphaned resources"Workflows/FindWaste.md
CoverageAnalysis"reservation coverage", "reservation gaps", "savings analysis"Workflows/CoverageAnalysis.md
DraftResponse"draft response for", "resposta para", "executive summary"Workflows/DraftResponse.md

Examples

Example 1 — Cost Validation:

"Are these January costs reservations or pay-as-you-go?" Routes to: Workflows/ValidateCosts.md

Example 2 — Waste Discovery:

"Find orphaned disks and wasted resources across all subscriptions" Routes to: Workflows/FindWaste.md

Example 3 — Executive Response:

"Draft a response for Jean about the January billing anomalies" Routes to: Workflows/DraftResponse.md


Gotchas

  • Reservation matching: SKU naming differs between usage data and purchase dataStandard_D8s_v3 in usage vs D8sv3 in RI. A direct join misses 100%.
  • Savings Plan vs Reservation can stack — calculators that pick one ignore the combined savings.
  • PAYG vs RI pricing: Marketplace listings are excluded from RI — surprise unreserved charges show up for SQL Server BYOL, etc.
  • Cost data lag is 24-48 hours — same-day analyses miss recent activity entirely.
  • RI scope (shared vs single-subscription): wrong scope means the RI applies to unintended workloads — and you discover it months later in an audit.
  • Currency conversion in EA reports: exchange rate is locked at month close; mid-month estimates use a different rate than the final invoice.

What ships with it: 3 files

9.2 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.