Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -15,7 +15,7 @@ First of all, thank you for taking the time to contribute! 🎉👍 Before you d
| **New skill** | `skills/<skill-name>/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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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].
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hooks/hooks.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down