Agent Plugins Marketplace
All plugins

finops-plugin

v1.4.1

GitHub Actions FinOps analysis - billing, cache usage, workflow efficiency, and waste identification

Claude Code7 Skills

License: MIT58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
7 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-plugin 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-plugin@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/laurigates/claude-plugins

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

Plugin files

finops-plugin/
├── .claude-plugin/plugin.json
├── skills/finops-caches/SKILL.md
├── skills/finops-compare/SKILL.md
├── skills/finops-overview/SKILL.md
├── skills/finops-waste/SKILL.md
├── skills/finops-workflows/SKILL.md
├── skills/github-actions-cache-optimization/SKILL.md
└── skills/github-actions-finops/SKILL.md

Included Skills7

finops-cachesskills/finops-caches/SKILL.md

GitHub Actions cache analysis — size, prefix/branch breakdown, stale detection. Use when investigating cache bloat, stale caches, or auditing cache key strategies.

finops-compareskills/finops-compare/SKILL.md

FinOps metrics comparison across repos in an org. Use when benchmarking repos, identifying worst-performing ones, or doing org-wide CI cost analysis.

finops-overviewskills/finops-overview/SKILL.md

FinOps snapshot — org billing, workflow stats, cache usage. Use when you want a high-level view of CI spending or workflow health before diving deeper.

finops-wasteskills/finops-waste/SKILL.md

Identify GitHub Actions waste — skipped runs, bot triggers, missing concurrency — and suggest fixes. Use when CI costs are high or workflows run too often.

finops-workflowsskills/finops-workflows/SKILL.md

Analyze workflow runs — frequency, duration, success rates, efficiency. Use when investigating slow CI, high failure rates, or run patterns over time.

github-actions-cache-optimizationskills/github-actions-cache-optimization/SKILL.md

GitHub Actions cache analysis and optimization. Use when investigating cache bloat, finding stale caches, optimizing keys, or comparing cache usage across repos.

github-actions-finopsskills/github-actions-finops/SKILL.md

GitHub Actions billing, workflow efficiency, and waste analysis at org or repo level. Use when investigating CI/CD costs, wasted runs, or optimizing triggers.

Plugin manifests1

finops-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "finops-plugin",
  "version": "1.4.1",
  "description": "GitHub Actions FinOps analysis - billing, cache usage, workflow efficiency, and waste identification",
  "repository": "https://github.com/laurigates/claude-plugins",
  "license": "MIT",
  "keywords": [
    "finops",
    "github-actions",
    "billing",
    "cache",
    "cost-optimization",
    "workflow-analysis",
    "waste-detection"
  ]
}

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

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