← ClaudeAtlas

egress-tracelisted

Trace data-transfer spend to its architectural cause — cross-zone chatter, network-address-translation charges, cross-region replication, internet egress, and cache or content-delivery misses — and attribute each line to the component pair producing it. Run when transfer is a material share of the bill, after a topology change, when a cost is unattributable to any obvious resource, and before approving a cross-zone or cross-region hop. Owns the TRANSFER branch — `unit-cost-probe` owns the per-unit arithmetic and `commitment-coverage` owns rate, neither of which applies here.
adnanmokhtar/refract · ★ 1 · AI & Automation · score 77
Install: claude install-skill adnanmokhtar/refract
# Skill: egress-trace ## Premise Data transfer is the cost line with no owner. It does not appear in an application's metrics, it is not attached to a resource anyone provisioned, and it is billed on a dimension — bytes crossing a boundary — that no engineer has in their head while writing code. It is therefore routinely the largest line nobody can explain. Every finding names the **boundary crossed**, the **component pair**, the observed bytes, and the price with an as-of date. A transfer finding without a boundary is not a finding, because the price differs by an order of magnitude across boundaries. ## Halt conditions - **Network flow logs unavailable** and the transfer line cannot be decomposed. Report the total, name the missing telemetry, and stop — attributing transfer by guesswork produces confident nonsense. - **Topology unknown** — which components sit in which zone, region, and network. Transfer cost is a property of the topology, not of the code. - **Provider boundary pricing unknown** for the boundaries in play (they differ substantially, and several bill both directions on internal crossings). - **Managed-service internal transfer opaque** — some services bill transfer inside their own line item and expose no breakdown. Say so rather than assigning it to a component pair. ## When to run - Transfer is more than a few percent of the bill and nobody can say why. - After any topology change: a new zone, a new region, a service moved, a peering or gateway adde