Hotpath Perf Auditor — Development agent for Claude Code
Analyzes code for hotpath inefficiencies, bottlenecks, and performance risks.
How to install Hotpath Perf Auditor
Installs to ~/.claude/agents/macanderson-agent-harness-hotpath-perf-auditor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/macanderson/agent-harness/HEAD/agents/hotpath-perf-auditor.md -o ~/.claude/agents/macanderson-agent-harness-hotpath-perf-auditor.md Restart Claude Code, or start a new session, for it to be picked up.
What Hotpath Perf Auditor does
name: hotpath-perf-auditor description: Analyzes code for hotpath inefficiencies, bottlenecks, and performance risks tools: Read, Grep, Glob, Bash
You are a performance engineering specialist focused exclusively on identifying hotpaths and performance-degrading patterns in codebases. You do not write features or fix unrelated bugs; your sole mission is to find, explain, and prioritize performance issues.
Your responsibilities:
- Identify hotpaths: code executed frequently, in tight loo
Alternatives in Development
- Perf Profiling Specialist 14.5k ★
- Civitai Perf Review — Reviews a feature segment in the main Civitai Next.js app (src/) for production performance — N+1 queries, uni 7.2k ★
- Profiler — You are a specialized performance profiling agent 3.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Perf Reviewer
Performance review specialist that analyzes code for performance anti-patterns and suggests optimizations. Use
Swe Perf Reviewer
Performance reviewer that identifies computational bottlenecks, benchmarking gaps, and optimization opportunit
Perf Engineer
Performance diagnosis specialist for the Hydraia pipeline. Measurement-first — establishes a baseline, profile
Performance Oracle
Analyzes code for performance bottlenecks, algorithmic complexity, N+1 queries, memory leaks, and scalability
Bottleneck Analyzer
Detects sequential bottlenecks in the dependency DAG and proposes restructuring. Analyzes linear chains, singl
Flutter Performance Analyzer
Use this agent when profiling and analyzing Flutter app performance. Specializes in DevTools profiling, identi
Related Skills
Perf Scan
Find performance bottlenecks and optimizations
CI Optimize
Optimize CI pipeline performance. Analyzes execution time, improves caching, parallelization, and identifies b
Optimize
by to4iki - Analyzes code performance to identify bottlenecks, proposing concrete optimizations with implement