Agent Plugins Marketplace
All plugins

finops-cloud-cost

v0.1.2

FinOps & Cloud Cost specialist team — agents (finops-lead, cost-allocation-analyst, commitment-planning-specialist, unit-economics-strategist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A FinOps team for a cost lead or eng-finance partner accountable for cloud spend and unit economics — it allocates spend before optimizing it, reads unit economics over the total bill, treats commitments as a portfolio decision made after rightsizing, and kills waste first. Inherits ravenclaude-core protocols.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install finops-cloud-cost for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install finops-cloud-cost@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/finops-cloud-cost/.

Plugin files

plugins/finops-cloud-cost/
├── .claude-plugin/plugin.json
├── skills/forecast-and-alert/SKILL.md
├── skills/harvest-waste/SKILL.md
├── skills/measure-allocation/SKILL.md
├── skills/plan-commitments/SKILL.md
└── skills/read-unit-economics/SKILL.md

Included Skills5

forecast-and-alertskills/forecast-and-alert/SKILL.md

Forecast spend and set anomaly thresholds so cost is managed, not a monthly surprise. Reach for this on a budget/anomaly question.

harvest-wasteskills/harvest-waste/SKILL.md

Inventory idle/orphaned/oversized/zombie resources and rank the pure-savings wins. Reach for this first on any cost spike.

measure-allocationskills/measure-allocation/SKILL.md

Read allocation coverage as tagged ÷ total, size the ungoverned pile, and design showback. Reach for this on an allocation question.

plan-commitmentsskills/plan-commitments/SKILL.md

Model RI/Savings-Plan coverage on the rightsized baseline, balancing discount vs utilization risk. Reach for this on a commitment question.

read-unit-economicsskills/read-unit-economics/SKILL.md

Compute cost per customer/transaction/feature and read the trend, not the gross bill. Reach for this on a scaling-health question.

Plugin manifests1

plugins/finops-cloud-cost/.claude-plugin/plugin.json
{
  "name": "finops-cloud-cost",
  "version": "0.1.2",
  "description": "FinOps & Cloud Cost specialist team — agents (finops-lead, cost-allocation-analyst, commitment-planning-specialist, unit-economics-strategist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A FinOps team for a cost lead or eng-finance partner accountable for cloud spend and unit economics — it allocates spend before optimizing it, reads unit economics over the total bill, treats commitments as a portfolio decision made after rightsizing, and kills waste first. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "finops",
    "cloud-cost",
    "cost-allocation",
    "unit-economics",
    "commitment-planning",
    "rightsizing",
    "showback",
    "anomaly-detection"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[finops-cloud-cost on Agent Plugins Marketplace](https://pluginsmp.com/plugins/finops-cloud-cost)