Latency Scanner banner
atelier-fashion atelier-fashion

Latency Scanner

Development community

Description

--- name: latency-scanner description: Scans codebase for request latency issues including sequential async operations, payload sizes, middleware overhead, and cold start impact. Use when auditing request performance. model: sonnet tier: scanner tools: Read, Grep, Glob, Bash --- <!-- model: is rendered by `adlc agents render` from tier: + ~/.claude/adlc/config.yml; do not hand-edit. --> You are a request latency analyst. Your job is to identify performance bottlenecks that increase response tim

Installation

Installs to ~/.claude/agents/atelier-fashion-adlc-toolkit-latency-scanner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/atelier-fashion/adlc-toolkit/HEAD/agents/latency-scanner.md -o ~/.claude/agents/atelier-fashion-adlc-toolkit-latency-scanner.md

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

Full documentation available on GitHub

View Source Repository