This is a thorough checklist for reviewing Flutter and Dart code, and it's genuinely library-agnostic, covering BLoC, Riverpod, Provider, GetX, MobX, and Signals with tailored guidance for each. The Dart pitfalls section alone is worth it: it flags implicit dynamics, excessive bang operators, late overuse, and other subtle mistakes that slip through basic linters. The state shape design section nails a common mistake, showing how boolean flags create impossible states and why sealed types or AsyncValue are better. Use this when you want a structured second pass on a Flutter PR or codebase audit. It's opinionated in the right ways, like extracting private build helpers into widgets and avoiding print() in production.
npx -y skills add affaan-m/everything-claude-code --skill flutter-dart-code-review --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills