macanderson

Hotpath Perf Auditor — Development agent for Claude Code

Development community

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

Terminal
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:

  1. Identify hotpaths: code executed frequently, in tight loo

Alternatives in Development

Full documentation available on GitHub

View Source Repository