Help us improve
Share bugs, ideas, or general feedback.
From finops-plugin
Displays GitHub org billing, cache usage, repo workflow run stats (CI/Deploy/CodeQL), skips, and concurrency issues. Useful for FinOps cost monitoring.
npx claudepluginhub laurigates/claude-plugins --plugin finops-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/finops-plugin:finops-overviewhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display a quick FinOps summary including org-level billing (if admin) and current repository workflow/cache statistics.
Analyzes GitHub Actions billing, workflow efficiency, and waste patterns in orgs and repos. Identifies wasted runs, trigger issues, and CI/CD costs using gh CLI.
Generates advanced cost insights for Claude Code sessions: efficiency scoring, waste detection, ROI metrics, model savings calculator, anomaly detection, and GitHub badges. Use to optimize AI spend.
Generates a quick one-page report summarizing Claude Code token usage, costs, sessions, projects, cache hit rates, subagent ratios, and top spenders. Routes to cost, anomaly, project, or trend audits.
Share bugs, ideas, or general feedback.
Display a quick FinOps summary including org-level billing (if admin) and current repository workflow/cache statistics.
git remote get-url origin| Parameter | Description | Default |
|---|---|---|
org | GitHub organization name | Current repo's owner |
bash "${SKILL_DIR}/scripts/billing-summary.sh" $ARGS
=== Org Billing: orgname ===
Minutes: 1234/2000 included, 0 paid
=== Org Cache Usage ===
45 caches, 2340MB total
=== Repo: orgname/reponame ===
Cache:
12 caches, 450MB
Workflows (last 30 days):
CI: 45 runs (40 ok, 3 fail, 2 skip)
Deploy: 12 runs (12 ok, 0 fail, 0 skip)
CodeQL: 30 runs (28 ok, 0 fail, 2 skip)
=== Waste Indicators ===
Skipped runs: 4/87
Workflows missing concurrency: 2
Suggest next steps based on findings:
/finops:waste/finops:caches/finops:workflows/finops:compare