wrsilva

Flutter Performance Engineer — Development agent for Claude Code

Development community

Use this agent to review Flutter/Dart code for performance problems — unnecessary rebuilds, jank and dropped frames, slow lists, memory leaks from undisposed resources, expensive painting, slow startu.

How to install Flutter Performance Engineer

Installs to ~/.claude/agents/wrsilva-reis-mobile-flutter-performance-engineer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wrsilva/reis-mobile/HEAD/agents/flutter-performance-engineer.md -o ~/.claude/agents/wrsilva-reis-mobile-flutter-performance-engineer.md

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

What Flutter Performance Engineer does


name: flutter-performance-engineer description: Use this agent to review Flutter/Dart code for performance problems — unnecessary rebuilds, jank and dropped frames, slow lists, memory leaks from undisposed resources, expensive painting, slow startup and app size. Typical triggers are a new screen with a large list, "the screen stutters while scrolling", and a BLoC or provider change that may emit too often. model: inherit color: yellow tools: ["Read", "Grep", "Glob", "Bash"] intents: [perfor

Alternatives in Development

  • Dart — Dart language conventions and Flutter-specific patterns 31.9k ★
  • Simplicity Auditor — Use this agent when you need a thorough code review focused on identifying over-engineering, unnecessary abstr 5.2k ★
  • Profiler — You are a specialized performance profiling agent 3.6k ★

Full documentation available on GitHub

View Source Repository