Skip to content

Commit ff2a9c0

Browse files
JohnWeidnerclaude
andauthored
chore: change for repo rename (#78)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ac3cc44 commit ff2a9c0

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "vgv-ai-flutter-plugin",
33
"version": "0.0.2",
44
"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.",
5-
"homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
6-
"repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
5+
"homepage": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin",
6+
"repository": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin",
77
"license": "MIT",
88
"author": {
99
"name": "Very Good Ventures",

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🦄 Contributing to Very Good AI Flutter Plugin
1+
# 🦄 Contributing to VGV AI Flutter Plugin
22

33
First of all, thank you for taking the time to contribute! 🎉👍 Before you do, please carefully read this guide.
44

@@ -15,7 +15,7 @@ First of all, thank you for taking the time to contribute! 🎉👍 Before you d
1515
| **New skill** | `skills/<skill-name>/SKILL.md` |
1616
| **Improve an existing skill** | Edit the relevant `skills/*/SKILL.md` or `reference.md` |
1717
| **Hooks** | `hooks/` directory |
18-
| **Bug reports & feature requests** | [GitHub Issues](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues) |
18+
| **Bug reports & feature requests** | [GitHub Issues](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues) |
1919

2020
## Adding a New Skill
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Developed with 💙 by [Very Good Ventures][vgv_link] 🦄
99

1010
## Overview
1111

12-
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.
12+
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.
1313

1414
## Installation
1515

@@ -19,7 +19,7 @@ Inside Claude Code:
1919

2020
```bash
2121
/plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace
22-
/plugin install vgv-ai-flutter-plugin@very_good_claude_marketplace
22+
/plugin install vgv-ai-flutter-plugin@very-good-claude-code-marketplace
2323
```
2424

2525
For more details, see the [Very Good Claude Marketplace][marketplace_link].

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Only the latest release on `main` receives security updates.
1212

1313
### GitHub Private Vulnerability Reporting (preferred)
1414

15-
Report vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/security/advisories/new).
15+
Report vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/security/advisories/new).
1616

1717
### Email
1818

hooks/hooks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Very Good AI Flutter Plugin hooks for Dart and Flutter development",
2+
"description": "VGV AI Flutter Plugin hooks for Dart and Flutter development",
33
"hooks": {
44
"SessionStart": [
55
{

0 commit comments

Comments
 (0)