From ruflo-cost-tracker
Generate a cost report showing token usage and USD costs by agent and model
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-cost-tracker:cost-report [--period today][--period today]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a comprehensive cost report showing token usage, USD costs, and budget utilization for the specified period.
Generate a comprehensive cost report showing token usage, USD costs, and budget utilization for the specified period.
When you need to understand current spending -- how much each agent costs, which models consume the most budget, and whether you're on track to stay within budget.
mcp__claude-flow__agentdb_hierarchical-recall to fetch token usage records from the cost-tracking namespace for the specified period (default: today)npx @claude-flow/cli@latest memory search --query "cost report for today" --namespace cost-tracking
npx claudepluginhub abdhenni/ruflo --plugin ruflo-cost-trackerGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.