skill-cost-projections

Compute remaining workflow cost projections from per-phase averages.

1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/mhdxbilal/Ai --skill skill-cost-projections-mhdxbilal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-cost-projections
Source: https://github.com/mhdxbilal/Ai/tree/main/.claude/skills/skill-cost-projections
Command: npx skills add https://github.com/mhdxbilal/Ai --skill skill-cost-projections-mhdxbilal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates cost projections for Claude Octopus workflows by estimating remaining spend based on completed phase costs and alerting on budget overruns.

Core Features & Use Cases

  • Compute average per-step cost from metrics; read from ~/.claude-octopus/metrics and legacy metrics-tracker.sh outputs.
  • Project remaining cost and total projected spend.
  • Display results in the HUD and warn on budget ceilings.
  • Handle insufficient data gracefully and support multiple data sources.

Quick Start

Ask the skill to project costs for the current workflow.

Frequently Asked Questions about skill-cost-projections

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

FAQPage Schema
How do I project remaining workflow costs from completed phase metrics?

You can forecast workflow spend by reading per-step cost averages from ~/.claude-octopus/metrics or legacy metrics-tracker.sh outputs, then projecting remaining spend and displaying the results in the HUD with optional budget ceiling checks.

What is the best way to track budget overruns in Claude Octopus workflows?

Tracking budget overruns in Claude Octopus workflows is done by setting an optional budget ceiling; the skill compares your projected total spend against this ceiling as steps complete and displays warnings in the HUD if the forecast exceeds the limit.

Can I use this cost projection tool if my metrics data is incomplete?

Yes, you can use this cost projection tool with incomplete metrics because it handles insufficient data gracefully, ensuring the HUD still displays partial projections without crashing when per-step averages cannot be fully calculated.

Does the skill support reading metrics from both current and legacy data sources?

The skill supports multiple data sources by reading workflow metrics from both the current ~/.claude-octopus/metrics directory and legacy metrics-tracker.sh script outputs to compute per-phase cost averages.

How do I start predicting real-time workflow spend as steps complete?

To start predicting real-time workflow spend, simply ask the skill to project costs for the current active Claude Octopus workflow; it will automatically calculate the average cost per completed step and forecast the remaining budget.