agent-expenditure
SolidTrack per-agent token usage and flag waste patterns in parallel dispatch workflows. Consult after running parallel agents to evaluate whether expenditure was proportional to value. Cross-references the plan-before-large-dispatch rule.
Install
Quality Score: 92/100
Skill Content
Details
- Author
- athola
- Repository
- athola/claude-night-market
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
ai-agent-cost-optimizer
Audit and reduce AI agent token and inference spend through context discipline, prompt caching, model routing, batching, and workflow capture. Use when discussing AI coding bills, token waste, model selection, prompt caching, or agent cost optimization.
agent-audit
Scan dispatch-log for misuse patterns — lead-did-specialist-work, wrong-runtime, budget-violations, repeated-failures. Use when reviewing how a session dispatched work, or auditing for dispatch-discipline drift.
dispatching-parallel-agents
Use when you have two or more genuinely independent pieces of work — separate failing tests, unrelated bugs, parallel research threads — that share no files, no state, and no ordering. Fan them out to concurrent agents, each with its own scope and deliverable, then reconcile. Skip when tasks depend on each other or share a file (sequence them with executing-plans), or when the work is quick enough inline.