This one gives Claude a solid foundation in Flutter best practices, pushing clean architecture with feature-first organization and the repository pattern. It covers Riverpod and Bloc for state management, advocates for const constructors and avoiding widget tree hell, and includes practical guidance on Firebase integration and error handling. The Dartz Either pattern for functional error handling is a nice touch that shows it's aimed at developers who care about robust code. If you're building Flutter apps and want Claude to follow modern conventions without explaining them every time, this covers the essentials from architecture to testing.
npx skills add https://github.com/mindrally/skills --skill flutter