From cb72043357f74a1c122e7864527e891d32e98386 Mon Sep 17 00:00:00 2001 From: Dominik Simonik Date: Tue, 21 Apr 2026 17:09:52 +0200 Subject: [PATCH 1/2] docs: add one-line install command to README Add terminal one-liner using `claude plugin` CLI so users can install the plugin in a single command from outside a Claude Code session, alongside the existing in-session instructions. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d8240d..2b34b1d 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,15 @@ VGV AI Flutter Plugin is a collection of contextual best-practices skills that C ## Installation -### From the Marketplace +One command. Done. -Inside Claude Code: +From a terminal: + +```bash +claude plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace && claude plugin install vgv-ai-flutter-plugin@very-good-claude-code-marketplace +``` + +Or inside a Claude Code session: ```bash /plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace From 236c0338e1cb7f0a07a181daa10fa436e5795f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20=C5=A0imon=C3=ADk?= <32575328+ryzizub@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:11:42 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b34b1d..478116d 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,13 @@ VGV AI Flutter Plugin is a collection of contextual best-practices skills that C ## Installation -One command. Done. - -From a terminal: +One-line install from your terminal: ```bash claude plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace && claude plugin install vgv-ai-flutter-plugin@very-good-claude-code-marketplace ``` -Or inside a Claude Code session: +Or inside an active Claude Code session: ```bash /plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace