finops

Orchestrate FinOps sub-skills to produce unified cloud cost assessment reports.

8|4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/adrien-barret/claude-kit --skill finops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finops
Source: https://github.com/adrien-barret/claude-kit/tree/main/project-template/.claude/skills/finops
Command: npx skills add https://github.com/adrien-barret/claude-kit --skill finops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a suite of FinOps sub-skills to deliver an end-to-end cloud cost governance and reporting workflow, consolidating budgeting, optimization, tagging audits, and waste detection into a single orchestrated run.

Core Features & Use Cases

  • Orchestrates four sub-skills (budget-forecast, cost-optimization, tagging-audit, waste-detection) to produce a unified cost assessment report.
  • Applies to IaC-driven environments to generate budgets, identify savings opportunities, validate tagging policies, and surface waste for cost reduction.
  • Produces a consolidated executive summary and a detailed, drill-down report with per-resource costs and recommended actions.

Quick Start

Run the finops orchestrator against your infrastructure repository to generate a comprehensive cloud cost report.

Frequently Asked Questions about finops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate cloud costs from Terraform and Kubernetes manifests before deployment?

You can estimate cloud costs from Terraform and Kubernetes manifests by running static analysis against your IaC files to generate budgets and forecast infrastructure spend across regions.

What is the best way to audit cloud tagging policies and detect waste across IaC environments?

Auditing cloud tagging policies and detecting waste across IaC environments involves orchestrating automated checks against your infrastructure code to validate tags and surface unused resources for cost reduction.

Can I generate a single cloud cost report covering budgeting, optimization, and tagging for multiple environments?

Yes, you can generate a single cloud cost report by orchestrating FinOps sub-skills that consolidate budget forecasting, cost optimization, and tagging audits into a unified executive summary with detailed findings.

Does the FinOps assessment support CloudFormation and Pulumi alongside Terraform?

The FinOps assessment supports CloudFormation and Pulumi alongside Terraform, applying static cost estimation and waste detection uniformly across these IaC-driven environments.

How do I get a consolidated executive summary of cloud cost findings from my infrastructure repository?

You get a consolidated executive summary of cloud cost findings by running an orchestrated FinOps workflow against your infrastructure repository, which outputs per-resource costs and recommended actions.

When should I not use a static analysis approach for cloud cost forecasting?

You should avoid static analysis for cloud cost forecasting when your infrastructure is not defined via IaC manifests, as the assessment relies on parsing Terraform, CloudFormation, Kubernetes, or Pulumi files.