Handles the full Flutter development workflow from widget composition to production apps. Covers GoRouter for navigation, Provider and BLoC patterns for state management, and API integration with proper error handling. The reference guides include working examples of project structure, provider setup, and screen implementations with real code snippets. Most useful when you're building cross-platform mobile apps and need consistent patterns for navigation, state, and UI components. The emphasis on const constructors and disposal patterns shows it's focused on performance, not just getting something running. Good fit if you want opinionated structure rather than figuring out state management architecture from scratch.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill flutter-development