Install every skill from this repository$ npx skills add flutter/agent-plugins
Repository directory
Skills
51 of 51
#Skill8W activityInstalls
1flutter-apply-architecture-best-practicesArchitects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.36.6K2flutter-build-responsive-layoutUse `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors.35.7K3flutter-fix-layout-issuesFixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues.34K4flutter-add-widget-testImplement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.33.2K5flutter-add-integration-testConfigures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.32.4K6flutter-setup-declarative-routingConfigure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or mobile apps that require specific deep linking and browser history support.32.2K7flutter-implement-json-serializationCreate model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for simple data structures.31.5K8flutter-setup-localizationAdd `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file. Use when initializing localization support for a new Flutter project.31.3K9flutter-add-widget-previewAdds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing screens to ensure consistent design and interactive testing.31.3K10flutter-use-http-packageUse the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.30.8K11flutter-building-layoutsflutter-building-layouts is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.10.8K12flutter-architecting-appsflutter-architecting-apps is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.10.5K13flutter-animating-appsflutter-animating-apps is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.9.8K14flutter-managing-stateflutter-managing-state is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.9.7K15flutter-theming-appsflutter-theming-apps is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.9.6K16flutter-implementing-navigation-and-routingflutter-implementing-navigation-and-routing is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.9.4K17dart-add-unit-testWrite and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.9.4K18dart-run-static-analysisExecute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.9.4K19dart-fix-runtime-errorsUses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.9.3K20dart-resolve-package-conflictsWorkflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.9.2K21dart-use-pattern-matchingUse switch expressions and pattern matching where appropriate9.2K22dart-generate-test-mocksDefine and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.9.1K23dart-collect-coverageCollect coverage using the coverage packge and create an LCOV report9.1K24dart-use-primary-constructors>9.1K25flutter-testing-appsflutter-testing-apps is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.9.1K26dart-build-cli-appEntrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.9K27dart-migrate-to-checks-package|-9K28dart-use-ffigenGuide agents to use `package:ffigen` to automatically generate FFI bindings instead of writing them manually. Use this skill when a task involves writing new FFI bindings, extending C/Objective-C/Swift integrations, or replacing hand-crafted `dart:ffi` setups.9K29dart-setup-ffi-assetsGuides agents in compiling and packaging C/C++ source code into dynamic or static libraries (Code Assets) using Dart's Native Assets hook system (via hook/build.dart and hook/link.dart utilizing package:hooks and package:native_toolchain_c). Use when a user asks to: 'setup native assets', 'compile C/C++ source code', 'bundle dynamic libraries', 'build native C code', 'link native assets', 'implement build.dart or link.dart hooks', or 'integrate C/C++ interop in Dart/Flutter'. Helps agents avoid manual toolchain orchestration and configures secure hash-validated binary downloads or advanced linker tree-shaking with package:record_use mapping.8.9K30flutter-caching-dataflutter-caching-data is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.8K31flutter-reducing-app-sizeflutter-reducing-app-size is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.7K32flutter-building-formsflutter-building-forms is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.7K33flutter-handling-http-and-jsonflutter-handling-http-and-json is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.7K34flutter-handling-concurrencyflutter-handling-concurrency is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.6K35flutter-localizing-appsflutter-localizing-apps is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.6K36flutter-working-with-databasesflutter-working-with-databases is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.6K37flutter-improving-accessibilityflutter-improving-accessibility is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.5K38flutter-interoperating-with-native-apisflutter-interoperating-with-native-apis is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.4K39flutter-adding-home-screen-widgetsflutter-adding-home-screen-widgets is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.4K40flutter-building-pluginsflutter-building-plugins is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.3K41flutter-embedding-native-viewsflutter-embedding-native-views is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.8.3K42flutter-setting-up-on-macosflutter-setting-up-on-macos is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.7.9K43flutter-setting-up-on-windowsflutter-setting-up-on-windows is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.7.8K44flutter-setting-up-on-linuxflutter-setting-up-on-linux is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.7.7K45dart-write-documentationRules and formatting guidelines for writing Dart /// API documentation and doc comments. Use when documenting Dart code, writing doc comments for any Dart declaration (libraries, classes, methods, variables, etc.), or when instructed to follow the Effective Dart documentation guidelines.3.7K46flutter-accessibility-auditflutter-accessibility-audit is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.1.5K47dart-use-doc-examplesdart-use-doc-examples is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.1.4K48flutter-layoutflutter-layout is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.1.3K49flutter-performanceflutter-performance is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.1.2K50flutter-themingflutter-theming is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.1.2K51dart-use-path-packagedart-use-path-package is published by flutter/agent-plugins. Review its source instructions before using it in an agent workflow.156