You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
43
26
44
27
## Skills
45
28
@@ -128,6 +111,7 @@ This plugin includes a `.mcp.json` configuration that connects Claude Code to th
128
111
129
112
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.
0 commit comments