From c3d3491691ca654ca672f2da766cf4f06e6d622e Mon Sep 17 00:00:00 2001 From: John Weidner Date: Thu, 9 Apr 2026 13:57:25 -0500 Subject: [PATCH 1/4] minor renames from "Very Good" to "VGV" for consistency --- CONTRIBUTING.md | 2 +- README.md | 2 +- hooks/hooks.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b2ddbc..d7b1948 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# 🦄 Contributing to Very Good AI Flutter Plugin +# 🦄 Contributing to VGV AI Flutter Plugin First of all, thank you for taking the time to contribute! 🎉👍 Before you do, please carefully read this guide. diff --git a/README.md b/README.md index fe1d551..8af794f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Developed with 💙 by [Very Good Ventures][vgv_link] 🦄 ## Overview -Very Good AI Flutter Plugin is a collection of contextual best-practices skills that Claude uses when helping you write Flutter and Dart code. Each skill provides opinionated, production-quality guidance covering architecture patterns, naming conventions, folder structures, code examples, testing strategies, and anti-patterns to avoid, so you get code that follows [VGV standards][vgv_link] out of the box. +VGV AI Flutter Plugin is a collection of contextual best-practices skills that Claude uses when helping you write Flutter and Dart code. Each skill provides opinionated, production-quality guidance covering architecture patterns, naming conventions, folder structures, code examples, testing strategies, and anti-patterns to avoid, so you get code that follows [VGV standards][vgv_link] out of the box. ## Installation diff --git a/hooks/hooks.json b/hooks/hooks.json index 74f112a..f006bdc 100644 --- a/hooks/hooks.json +++ b/hooks/hooks.json @@ -1,5 +1,5 @@ { - "description": "Very Good AI Flutter Plugin hooks for Dart and Flutter development", + "description": "VGV AI Flutter Plugin hooks for Dart and Flutter development", "hooks": { "SessionStart": [ { From 44247986f5841c7551593d9991d0af446dc50346 Mon Sep 17 00:00:00 2001 From: John Weidner Date: Thu, 9 Apr 2026 14:08:29 -0500 Subject: [PATCH 2/4] changes for repo rename --- .claude-plugin/plugin.json | 4 ++-- CONTRIBUTING.md | 2 +- SECURITY.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a5afaad..bc3a498 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,8 +2,8 @@ "name": "vgv-ai-flutter-plugin", "version": "0.0.2", "description": "Best-practice skills for Flutter and Dart covering accessibility, BLoC, testing, theming, navigation, security, internationalization, and architecture — plus automated dart analyze and format hooks.", - "homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin", - "repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin", + "homepage": "https://github.com/VeryGoodOpenSource/vgv_ai_flutter_plugin", + "repository": "https://github.com/VeryGoodOpenSource/vgv_ai_flutter_plugin", "license": "MIT", "author": { "name": "Very Good Ventures", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7b1948..0765175 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ First of all, thank you for taking the time to contribute! 🎉👍 Before you d | **New skill** | `skills//SKILL.md` | | **Improve an existing skill** | Edit the relevant `skills/*/SKILL.md` or `reference.md` | | **Hooks** | `hooks/` directory | -| **Bug reports & feature requests** | [GitHub Issues](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues) | +| **Bug reports & feature requests** | [GitHub Issues](https://github.com/VeryGoodOpenSource/vgv_ai_flutter_plugin/issues) | ## Adding a New Skill diff --git a/SECURITY.md b/SECURITY.md index c82c2c3..cf45f1e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,7 +12,7 @@ Only the latest release on `main` receives security updates. ### GitHub Private Vulnerability Reporting (preferred) -Report vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/security/advisories/new). +Report vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/VeryGoodOpenSource/vgv_ai_flutter_plugin/security/advisories/new). ### Email From b2e903f36b17e527e6ed63fee8c9ff3d9821b328 Mon Sep 17 00:00:00 2001 From: John Weidner Date: Thu, 9 Apr 2026 15:39:50 -0500 Subject: [PATCH 3/4] changes for dashes instead of underscores --- .claude-plugin/plugin.json | 4 ++-- CONTRIBUTING.md | 2 +- SECURITY.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index bc3a498..b78b76e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,8 +2,8 @@ "name": "vgv-ai-flutter-plugin", "version": "0.0.2", "description": "Best-practice skills for Flutter and Dart covering accessibility, BLoC, testing, theming, navigation, security, internationalization, and architecture — plus automated dart analyze and format hooks.", - "homepage": "https://github.com/VeryGoodOpenSource/vgv_ai_flutter_plugin", - "repository": "https://github.com/VeryGoodOpenSource/vgv_ai_flutter_plugin", + "homepage": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin", + "repository": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin", "license": "MIT", "author": { "name": "Very Good Ventures", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0765175..4e4c545 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ First of all, thank you for taking the time to contribute! 🎉👍 Before you d | **New skill** | `skills//SKILL.md` | | **Improve an existing skill** | Edit the relevant `skills/*/SKILL.md` or `reference.md` | | **Hooks** | `hooks/` directory | -| **Bug reports & feature requests** | [GitHub Issues](https://github.com/VeryGoodOpenSource/vgv_ai_flutter_plugin/issues) | +| **Bug reports & feature requests** | [GitHub Issues](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues) | ## Adding a New Skill diff --git a/SECURITY.md b/SECURITY.md index cf45f1e..8036b78 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,7 +12,7 @@ Only the latest release on `main` receives security updates. ### GitHub Private Vulnerability Reporting (preferred) -Report vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/VeryGoodOpenSource/vgv_ai_flutter_plugin/security/advisories/new). +Report vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/security/advisories/new). ### Email From 94916693aa42931d9d71c09468d10404e701ef85 Mon Sep 17 00:00:00 2001 From: John Weidner Date: Thu, 9 Apr 2026 16:00:21 -0500 Subject: [PATCH 4/4] fix: use marketplace registered name in install command The /plugin install command uses the marketplace's registered name (from marketplace.json), not the GitHub repo name. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af794f..1d8240d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Inside Claude Code: ```bash /plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace -/plugin install vgv-ai-flutter-plugin@very_good_claude_marketplace +/plugin install vgv-ai-flutter-plugin@very-good-claude-code-marketplace ``` For more details, see the [Very Good Claude Marketplace][marketplace_link].