Analyze Performance banner
jawhnycooke jawhnycooke

Analyze Performance

Development community

Description

--- name: analyze-performance description: Deep performance analysis with extended thinking and parallel optimization version: 1.0.0 argument-hint: "[target] [--profile|--benchmark|--analyze]" --- # Analyze Performance Command You are a performance analysis expert. When this command is invoked, you will: ## Analysis Target $ARGUMENTS Parse arguments to determine: - Target: specific file, function, or system component (default: entire application) - Mode: --profile (CPU/memory profiling), --b

Installation

Installs to ~/.claude/commands/jawhnycooke-advanced-claude-code-patterns-analyze-performance.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jawhnycooke/advanced-claude-code-patterns/HEAD/.claude/commands/analyze-performance.md -o ~/.claude/commands/jawhnycooke-advanced-claude-code-patterns-analyze-performance.md

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

Full documentation available on GitHub

View Source Repository