Command
/cost-tracker
Track session costs, understand token spend, and get optimization tips
One command from pro-workflow.
shell
$ npx -y skills add rohitg00/pro-workflow --agent claude-codeShips with pro-workflow. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cost-tracker
Context preview
What this command does when you run it.
Track session costs, understand token spend, and get optimization tips
Stats
Stars2,638
Forks255
LanguageJavaScript
Command definition
cost-tracker.md
--- description: Track session costs, understand token spend, and get optimization tips --- # /cost-tracker - Cost Awareness Understand and optimize your session costs. ## Quick Start Run to see: - Current session cost estimate - Top cost drivers - Optimization suggestions - Budget guidance for your task type ## Cost Benchmarks | Task Type | Typical | Budget Alert | |-----------|---------|-------------| | Bug fix | $0.10-0.50 | $1.00 | | Small feature | $0.50-2.00 | $3.00 | | Large feature | $2.00-8.00 | $10.00 | | Refactor | $1.00-5.00 | $7.00 | ## Usage ``` /cost-tracker ```
