A solid Flutter implementation guide that actually follows modern patterns. Enforces const constructors, proper Riverpod usage over setState, and runs flutter analyze before proceeding. Includes specific workflows for state management, GoRouter setup, and performance profiling with DevTools. The troubleshooting section covers real issues like hot reload failures and jank debugging. Good for teams standardizing on Flutter 3+ who want consistent code patterns and automated checks. Assumes you know Flutter basics but need guardrails around state management anti-patterns and performance gotchas.
npx skills add https://github.com/jeffallan/claude-skills --skill flutter-expert