Skip to content

Commit 98b03a1

Browse files
authored
fix: remove redundant paths from manifest as they are self-discovery (#26)
1 parent e33f609 commit 98b03a1

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "very-good-ai-flutter-plugin",
33
"version": "0.0.1",
4-
"description": "Very Good AI Flutter Plugin - Flutter & Dart development enhancement",
4+
"description": "Best-practice skills for Flutter and Dart covering accessibility, BLoC, testing, theming, navigation, security, internationalization, and architecture — plus automated dart analyze and format hooks.",
55
"homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
66
"repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
77
"license": "MIT",
@@ -10,9 +10,6 @@
1010
"url": "https://verygood.ventures",
1111
"email": "hello@verygood.ventures"
1212
},
13-
"skills": "./skills/",
14-
"hooks": "./hooks/hooks.json",
15-
"mcpServers": "./.mcp.json",
1613
"keywords": [
1714
"a11y",
1815
"accessibility",
@@ -22,17 +19,23 @@
2219
"bloc-test",
2320
"code-quality",
2421
"dart",
22+
"deep-linking",
2523
"flutter",
2624
"format",
2725
"go-router",
2826
"golden-testing",
2927
"hooks",
28+
"i18n",
3029
"internationalization",
30+
"l10n",
3131
"layered-architecture",
3232
"lint",
3333
"localization",
34+
"material-3",
3435
"mcp",
3536
"mobile-security",
37+
"mocktail",
38+
"monorepo",
3639
"navigation",
3740
"owasp",
3841
"screen-reader",
@@ -45,4 +48,4 @@
4548
"wcag",
4649
"widget-testing"
4750
]
48-
}
51+
}

0 commit comments

Comments
 (0)