Skip to content
Merged
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
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,22 @@ VGV AI Flutter Plugin is a collection of contextual best-practices skills that C
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
claude plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace && claude plugin install vgv-ai-flutter-plugin
```

Or inside an active Claude Code session:
Or inside an active Claude Code session, run these as **two separate commands** (the second only after the first completes):

```bash
/plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace
/plugin install vgv-ai-flutter-plugin@very-good-claude-code-marketplace
```
1. Add the marketplace:

```text
/plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace
```

2. Install the plugin:

```text
/plugin install vgv-ai-flutter-plugin
```

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

Expand Down