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-pluginThis skill is limited to using the following tools:
Display a quick FinOps summary including org-level billing (if admin) and current repository workflow/cache statistics.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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