From ruflo-cost-tracker
Analyze token usage patterns and recommend cost optimizations with estimated savings
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-cost-tracker:cost-optimizeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze recent token usage across agents and models, identify waste, and recommend specific optimizations with estimated dollar savings.
Analyze recent token usage across agents and models, identify waste, and recommend specific optimizations with estimated dollar savings.
When costs are higher than expected or you want to proactively reduce spending. Analyzes model selection efficiency, cache utilization, agent redundancy, and prompt efficiency.
mcp__claude-flow__agentdb_hierarchical-recall to fetch recent token usage records from cost-tracking namespace (last 7 days)mcp__claude-flow__agentdb_pattern-search for previously successful optimizationsmcp__claude-flow__agentdb_pattern-store to record optimization recommendations in cost-patterns namespacenpx @claude-flow/cli@latest memory search --query "cost optimization strategies" --namespace cost-patterns
Guides 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.
npx claudepluginhub abdhenni/ruflo --plugin ruflo-cost-tracker