VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Audit or remediate Flutter widgets against WCAG 2.2 accessibility conformance levels A, AA, or AAA across iOS, Android, Web, macOS, Windows, and Linux.
AI plugin to enhance and accelerate Flutter & Dart development, built by Very Good Ventures
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Audit or remediate Flutter widgets against WCAG 2.2 accessibility conformance levels A, AA, or AAA across iOS, Android, Web, macOS, Windows, and Linux.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for Flutter animations using the built-in animation framework. Use when creating, modifying, or reviewing animations, transitions, motion, or animated widgets. Covers implicit animations, explicit animations, page transitions, and Material 3 motion tokens.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for Bloc state management in Flutter/Dart.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Scaffold a new Dart or Flutter project from a Very Good CLI template. Supports flutterapp, dartpackage, flutterpackage, flutterplugin, dartcli, flamegame, and docssite templates.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
VGV-specific reference for bumping Dart and Flutter SDK constraints across packages. Covers pubspec.yaml environment constraints, CI workflow Flutter versions, and SDK upgrade PR preparation. Flutter CI uses MAJOR.MINOR.x with no caret to resolve to the latest patch; pubspec pins the exact patch with a caret (e.g.…
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Drives a Dart or Flutter package to a fully green state through an autonomous verify-fix-rerun loop across four quality gates — analyze, format, test, and coverage. Exits only when a single final iteration proves all four pass with observed numbers. Also owns how those gates are configured — which tool runs each one…
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for internationalization (i18n) and localization (l10n) in Flutter.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for VGV layered monorepo architecture in Flutter.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Audits package dependency licenses using the Very Good CLI packageschecklicenses MCP tool. Flags non-compliant or unknown licenses and produces a compliance summary.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for Flutter theming using Material 3.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for navigation and routing in Flutter using GoRouter.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for Flutter mobile app security. Covers static security concerns — not pen-testing or runtime analysis.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for Dart unit tests, Flutter widget tests, and golden file tests.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Best practices for building a Flutter UI package on top of Material — custom components, ThemeExtension-based theming, consistent APIs, and widget tests. Supports appuipackage template.
VeryGoodOpenSource/vgv-ai-flutter-plugin
Skill Claude CodeCodex
Upgrade the verygoodanalysis lint package to a new version across Dart/Flutter projects. Handles the pubspec version bump, the lint fixes the new rules force, and the PR.