chain-metricslisted
Install: claude install-skill Hub3r7/claude-code-orchestration-template
# Chain Metrics
Read the metrics template from `.claude/docs/chain-metrics.md`.
Fill the template with data from the agent chain that just completed. For each agent that ran in the chain, report:
- Agent name and model used
- Token count (from agent usage output)
- Duration
- Tool call count
- Verdict (PASS/FAIL or N/A)
- Estimated cost (using the rates from the template)
Add an orchestrator row estimating orchestrator overhead as `tool_calls × 7500` tokens.
Present the filled table to the user.