Analyze Tfe Perf banner
GGPrompts GGPrompts

Analyze Tfe Perf

Development community

Description

--- description: Analyze TFE performance and identify optimization opportunities --- # Analyze TFE Performance You are analyzing the performance of TFE to identify bottlenecks and optimization opportunities. ## Your Task Use Desktop Commander and analysis tools to: 1. **Profile the codebase** - Search for potential performance issues: - Unnecessary file reads in loops - Inefficient string operations - Missing caching - Redundant calculations 2. **Analyze specific mod

Installation

Installs to ~/.claude/commands/ggprompts-tfe-analyze-tfe-perf.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GGPrompts/TFE/HEAD/.claude/commands/analyze-tfe-perf.md -o ~/.claude/commands/ggprompts-tfe-analyze-tfe-perf.md

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

Full documentation available on GitHub

View Source Repository