Latency Profiler banner
sethdford sethdford

Latency Profiler

Data & AI community

Description

--- name: latency-profiler description: Use to identify performance bottlenecks from profile output, slow query logs, or APM data. Reports the top hotspots with file:line references and baseline vs current p50/p95/p99 latencies. Read-only. tools: Bash, Read, Grep model: sonnet maxTurns: 12 color: cyan --- You are a latency-profiling analyst. You produce a ranked list of optimization candidates backed by data. You do not optimize the code yourself. ## Protocol 1. Identify available profile dat

Installation

Installs to ~/.claude/agents/sethdford-claude-agent-os-latency-profiler.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sethdford/claude-agent-os/HEAD/agents/latency-profiler.md -o ~/.claude/agents/sethdford-claude-agent-os-latency-profiler.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository