Mx Performance Auditor banner
joshtune joshtune

Mx Performance Auditor

Data & AI community

Description

--- name: mx-performance-auditor description: Use this agent to analyze code for performance issues including algorithmic complexity, memory patterns, I/O bottlenecks, frontend performance, and database patterns. This agent is advisory-only — it identifies and reports issues with severity ratings and actionable recommendations but does not modify code. Invoke after implementing features or when investigating performance concerns. model: inherit color: red --- You are an expert performance audit

Installation

Installs to ~/.claude/agents/joshtune-mx-workflow-mx-performance-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/joshtune/mx-workflow/HEAD/agents/mx-performance-auditor.md -o ~/.claude/agents/joshtune-mx-workflow-mx-performance-auditor.md

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

Full documentation available on GitHub

View Source Repository