diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a5afaad..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/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 2b2ddbc..4e4c545 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. @@ -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/README.md b/README.md index fe1d551..1d8240d 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 @@ -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]. diff --git a/SECURITY.md b/SECURITY.md index c82c2c3..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/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 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": [ {