Skip to content
Closed
Show file tree
Hide file tree
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
28 changes: 26 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,40 @@
"version": "1.0.0"
},
"plugins": [
{
"name": "wingspan",
"description": "Wingspan - AI-native workflows following Very Good Ventures best practices.",
"version": "0.0.1",
"repository": "https://github.com/VeryGoodOpenSource/wingspan",
"homepage": "https://github.com/VeryGoodOpenSource/wingspan",
"source": {
"source": "github",
"repo": "VeryGoodOpenSource/wingspan"
},
"author": {
"name": "Very Good Ventures",
"email": "hello@verygood.ventures"
},
"tags": [
"software engineering",
"workflow",
"best practices",
"flow automation",
"code generation",
"planning",
"ai assisted engineering"
]
},
{
"name": "very-good-ai-flutter-plugin",
"description": "Claude Code plugin to enhance and accelerate Flutter & Dart development, built by Very Good Ventures",
"version": "0.0.1",
"repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
"homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
"source": {
"source": "github",
"repo": "VeryGoodOpenSource/very_good_ai_flutter_plugin"
},
"repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
"homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
"author": {
"name": "Very Good Ventures",
"email": "hello@verygood.ventures"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ Inside Claude:
| Plugin | Description |
|---|---|
| [very-good-ai-flutter-plugin][very_good_ai_flutter_plugin_link] | Claude Code plugin to enhance and accelerate Flutter & Dart development, built by Very Good Ventures |
| [wingspan][wingspan_link] | Wingspan - AI-native workflows following Very Good Ventures best practices |

[claude_code_link]: https://claude.ai/code
[vgv_link]: https://verygood.ventures
[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only
[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only
[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only
[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only
[very_good_ai_flutter_plugin_link]: https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin
[very_good_ai_flutter_plugin_link]: https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin
[wingspan_link]: https://github.com/VeryGoodOpenSource/wingspan
Loading