From 48bdeeb34d0ede9257562ae154a7d7bf1bcbceb1 Mon Sep 17 00:00:00 2001 From: Jorge Coca Date: Wed, 4 Mar 2026 15:59:29 -0600 Subject: [PATCH] feat: improve README --- .claude-plugin/marketplace.json | 2 +- README.md | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e4ee7c4..d568cf4 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -14,8 +14,8 @@ "name": "very-good-ai-flutter-plugin", "description": "Claude Code plugin to enhance and accelerate Flutter & Dart development, built by Very Good Ventures", "version": "0.0.1", + "repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin", "homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin", - "email": "hello@verygood.ventures", "author": { "name": "Very Good Ventures", "email": "hello@verygood.ventures", diff --git a/README.md b/README.md index 6ff073a..734b00f 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,19 @@ Inside Claude: ```bash /plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace -/plugin install very_good_ai_flutter_plugin +/plugin install ``` +## Plugins + +| Plugin | Description | +|---|---| +| [very_good_ai_flutter_plugin][very_good_ai_flutter_plugin_link] | Claude Code plugin to enhance and accelerate Flutter & Dart development, built by Very Good Ventures | + [claude_code_link]: https://claude.ai/code [vgv_link]: https://verygood.ventures [very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only [very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only [logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only \ No newline at end of file +[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only +[very_good_ai_flutter_plugin_link]: https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin \ No newline at end of file