Very Good Open Source
Official@VeryGoodOpenSource · New York, NY
Open source code from Very Good Ventures (@VGVentures)
Agent Skills by Very Good Open Source
Showing 15 vetted skills indexed across 1 GitHub repositories.
ui-package
Scaffolds and maintains Flutter UI packages with ThemeExtension tokens, barrel exports, and widget tests.
internationalization
Implements Flutter localization with ARB files, context.l10n extensions, and RTL directionality support.
very-good-analysis-upgrade
Upgrades the very_good_analysis lint package in Dart and Flutter projects with minimal lint fixes.
green-gate
Drives Dart and Flutter packages green through an analyze, format, test, and coverage loop.
license-compliance
Audits Dart and Flutter dependency licenses and produces a compliance report.
navigation
Implements type-safe Flutter routing with GoRouter, redirects, and deep linking.
testing
Write Dart unit tests, Flutter widget tests, and golden file tests following VGV conventions.
layered-architecture
Structures Flutter monorepos into four unidirectional layers with independent Dart packages.
static-security
Reviews Flutter and Dart code for hardcoded secrets, insecure storage, and vulnerable dependencies.
material-theming
Centralizes Flutter colors, typography, component styles, and spacing in Material 3 ThemeData.
accessibility
Audits and remediates Flutter widgets against WCAG 2.2 conformance levels across six platforms.
animations
Implements Flutter animations using implicit widgets, AnimationController, and Material 3 motion tokens.
dart-flutter-sdk-upgrade
Updates Dart and Flutter SDK constraints in pubspec.yaml and CI workflows.
bloc
Implements Bloc and Cubit state management patterns for Flutter and Dart applications.
create-project
Scaffolds Dart and Flutter projects from Very Good CLI templates.
Frequently Asked Questions About Very Good Open Source
FAQPage SchemaWhat tasks can I accomplish with Very Good Open Source skills?▼
You can scaffold Flutter and Dart projects, structure layered monorepos, implement Bloc state management, configure GoRouter navigation, apply Material 3 theming, write unit/widget/golden tests, add ARB-based internationalization, run license audits, perform static security reviews, and upgrade SDK or lint versions.
Who are these skills designed for?▼
Flutter and Dart engineers building production mobile, web, or desktop apps, especially teams following Very Good Ventures conventions. They suit developers maintaining monorepos, shared UI packages, design systems, and CI quality gates, plus reviewers enforcing architecture, accessibility, and security standards.
How do the skills run in practice?▼
Each skill triggers on natural-language requests like 'create a new flutter app' or 'make it green', then reads, edits, and writes project files. Several invoke Very Good CLI MCP commands such as create, test, packages_get, and packages_check_licenses, or Dart analyzer and formatter integrations.
Are Very Good Open Source skills free to use?▼
Yes. They are published by Very Good Ventures as open source under the VeryGoodOpenSource GitHub organization, alongside 35 public repositories. The skills themselves carry no licensing cost, and the license-compliance skill even audits your own dependencies for non-compliant or unknown licenses.
What prerequisites do these skills require?▼
A Dart or Flutter project with pubspec.yaml is the baseline. Specific skills expect packages like go_router, bloc, flutter_bloc, mocktail, bloc_test, flutter_localizations, or very_good_analysis, plus Very Good CLI MCP access for scaffolding, testing, and license-checking operations.