costs

Aggregate Devflow session data into a formatted cost dashboard.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Pedro-Jose-da-Rocha-Mendonca/Devflow --skill costs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: costs
Source: https://github.com/Pedro-Jose-da-Rocha-Mendonca/Devflow/tree/main/.claude/skills/costs
Command: npx skills add https://github.com/Pedro-Jose-da-Rocha-Mendonca/Devflow --skill costs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams track Devflow costs and token usage by aggregating session data into a comprehensive dashboard.

Core Features & Use Cases

  • Cost and usage dashboard aggregated from sessions
  • Per-model cost breakdown (opus, sonnet, haiku)
  • Per-story cost tracking and totals
  • Budget and subscription usage indicators with lightweight warnings
  • Projections for monthly cost and token usage
  • Recent sessions overview and multi-currency display

Quick Start

Use the costs skill to generate the current cost dashboard from your latest sessions.

Frequently Asked Questions about costs

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

FAQPage Schema
How do I track Devflow session costs and token usage in a single dashboard?

You can track Devflow session costs by aggregating session data from JSON files into a consolidated dashboard. The tool computes current costs, cumulative totals, and token usage projections automatically from your session logs.

Can I get a per-model cost breakdown for different AI models like Opus and Sonnet?

Yes, per-model cost breakdown is supported for models like Opus, Sonnet, and Haiku. The dashboard aggregates session data to show individual model expenditures alongside overall token usage.

Does the cost dashboard support multi-currency display and budget warnings?

The cost dashboard supports multi-currency display and includes budget and subscription usage indicators with lightweight warnings. It reads configuration settings to apply the correct currency conversions across tracked periods.

How do I configure cost tracking to read from specific JSON session files?

Cost tracking reads configuration from tooling/.automation/costs/config.json and aggregates session data from tooling/.automation/costs/sessions/*.json. Ensure your session JSON files are placed in this directory structure.

What is the best way to project monthly AI token usage and costs?

Projecting monthly token usage and costs is handled by aggregating Devflow session data into a dashboard. It calculates projections based on your cumulative session metrics and recent usage trends.