Skip to content

Commit d8d8c2b

Browse files
docs: updated installation instructions pointing the marketplace (#41)
1 parent 3dd4237 commit d8d8c2b

1 file changed

Lines changed: 6 additions & 22 deletions

File tree

README.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,16 @@ Very Good AI Flutter Plugin is a collection of contextual best-practices skills
1313

1414
## Installation
1515

16-
### Project-level (recommended)
16+
### From the Marketplace
1717

18-
Install the plugin for a specific project so every collaborator benefits automatically:
18+
Inside Claude Code:
1919

2020
```bash
21-
claude plugin add --project https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin
21+
/plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace
22+
/plugin install <very_good_plugin>
2223
```
2324

24-
This writes the plugin reference into your project's `.claude/plugins.json`, which you can commit to source control.
25-
26-
### Global
27-
28-
Install the plugin once for all projects on your machine:
29-
30-
```bash
31-
claude plugin add https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin
32-
```
33-
34-
### Verify installation
35-
36-
Run the following to confirm the plugin is active:
37-
38-
```bash
39-
claude plugin list
40-
```
41-
42-
You should see `very-good-ai-flutter-plugin` in the output.
25+
For more details, see the [Very Good Claude Marketplace][marketplace_link].
4326

4427
## Skills
4528

@@ -128,6 +111,7 @@ This plugin includes a `.mcp.json` configuration that connects Claude Code to th
128111

129112
The `.mcp.json` file at the project root registers a `very-good-cli` MCP server using stdio transport. When Claude Code detects this configuration, it connects to the Very Good CLI MCP server and gains access to the tools above. The skills continue to provide knowledge and best practices while the MCP tools handle execution.
130113

114+
[marketplace_link]: https://github.com/VeryGoodOpenSource/very_good_claude_marketplace
131115
[claude_code_link]: https://claude.ai/code
132116
[vgv_link]: https://verygood.ventures
133117
[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only

0 commit comments

Comments
 (0)