agent-plugins
Official Flutter and Dart skills for AI coding agents
All Skills in This Repository (37)
Pure Emerald Level Indicatorsunix-cli-best-practices
A comprehensive guidebook for navigating the complexities of modern-day life, covering everything from finance and career to health and relationships.
code-documentation
Standardize docstrings, JSDoc, and dartdoc across Dart, Python, and TypeScript.
grill-with-docs
Validate development plans against domain models and architectural decision records.
api-review
Review source code against canonical API design principles.
flutter-implement-json-serialization
Implement manual JSON serialization and deserialization for Flutter data models using dart:convert.
dart-use-pattern-matching
Implement Dart switch expressions, record destructuring, and object patterns.
flutter-add-widget-test
Write Flutter widget tests using the WidgetTester API to verify UI rendering and interactions.
flutter-use-http-package
Execute HTTP operations and parse JSON in Flutter using the http package.
flutter-build-responsive-layout
Implement adaptive Flutter layouts using LayoutBuilder and constraint-based sizing.
flutter-apply-architecture-best-practices
Architect Flutter applications into UI, logic, and data layers using MVVM and Repository patterns.
dart-generate-test-mocks
Generate type-safe mock objects for Dart dependencies using mockito and build_runner.
dart-use-ffigen
Generate type-safe Dart FFI bindings from native C/C++ headers with package:ffigen.
Frequently Asked Questions
FAQPage SchemaHow to install Flutter Agent Plugins?โผ
Run `npx skills add flutter/agent-plugins --all -g -y` in your terminal to install all Flutter and Dart skills globally.
What can AI agents do with these Flutter skills?โผ
Agents can write widget and integration tests, fix layout overflow errors, set up routing and localization, implement JSON serialization, and apply Flutter's recommended app architecture.
Do these skills work with Claude Code and Cursor?โผ
Yes. The plugins follow the universal SKILL.md standard and include configurations for Claude Code, Cursor, and Codex.
Can AI fix Flutter RenderFlex overflow errors?โผ
Yes. The flutter-fix-layout-issues skill diagnoses errors like unbounded height and RenderFlex overflow, then applies the correct Expanded or Flexible fix.
Are these skills officially maintained?โผ
Yes. This repository is maintained by the official Flutter team and reflects current Flutter and Dart best practices.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core