|
| 1 | +{ |
| 2 | + "$schema": "https://json.schemastore.org/claude-code-marketplace.json", |
| 3 | + "name": "leancode-ai-plugins", |
| 4 | + "owner": { |
| 5 | + "name": "LeanCode" |
| 6 | + }, |
| 7 | + "metadata": { |
| 8 | + "description": "LeanCode's Claude Code plugins for Flutter development.", |
| 9 | + "version": "0.1.0" |
| 10 | + }, |
| 11 | + "plugins": [ |
| 12 | + { |
| 13 | + "name": "lean-core", |
| 14 | + "source": "./plugins/lean-core", |
| 15 | + "description": "Entry point for the LeanCode AI plugins marketplace. Explains what's available and helps contributors open PRs to add or improve plugins.", |
| 16 | + "skills": [ |
| 17 | + "./skills/lean-core-usage", |
| 18 | + "./skills/lean-contribute" |
| 19 | + ] |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "flutter-localization", |
| 23 | + "source": "./plugins/flutter-localization", |
| 24 | + "description": "LeanCode Flutter localization guidance for ARB, POEditor, and l10n(context) workflows.", |
| 25 | + "skills": [ |
| 26 | + "./skills/flutter-localization-usage", |
| 27 | + "./skills/poe2arb-workflow" |
| 28 | + ] |
| 29 | + }, |
| 30 | + { |
| 31 | + "name": "flutter-leancode-architecture", |
| 32 | + "source": "./plugins/flutter-leancode-architecture", |
| 33 | + "description": "LeanCode Flutter architecture standards for project structure, error handling, and logging.", |
| 34 | + "skills": [ |
| 35 | + "./skills/flutter-leancode-architecture-usage", |
| 36 | + "./skills/review-leancode-arch", |
| 37 | + "./skills/scaffold-feature" |
| 38 | + ] |
| 39 | + }, |
| 40 | + { |
| 41 | + "name": "flutter-di", |
| 42 | + "source": "./plugins/flutter-di", |
| 43 | + "description": "LeanCode Flutter dependency injection guidance using the provider package (page-scoped and global providers, AsyncLoader).", |
| 44 | + "skills": [ |
| 45 | + "./skills/flutter-di-usage" |
| 46 | + ] |
| 47 | + }, |
| 48 | + { |
| 49 | + "name": "flutter-navigation", |
| 50 | + "source": "./plugins/flutter-navigation", |
| 51 | + "description": "LeanCode Flutter navigation guidance for auto_route and go_router with typed routes, route organization, guards, shells, and deep links.", |
| 52 | + "skills": [ |
| 53 | + "./skills/flutter-navigation-usage" |
| 54 | + ] |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "flutter-analytics", |
| 58 | + "source": "./plugins/flutter-analytics", |
| 59 | + "description": "LeanCode Flutter analytics guidance for feature-level IDs, page tracking, clickable elements, and analytics review/scaffolding workflows.", |
| 60 | + "skills": [ |
| 61 | + "./skills/flutter-analytics-usage", |
| 62 | + "./skills/review-analytics-coverage", |
| 63 | + "./skills/scaffold-analytics-ids" |
| 64 | + ] |
| 65 | + }, |
| 66 | + { |
| 67 | + "name": "flutter-bloc", |
| 68 | + "source": "./plugins/flutter-bloc", |
| 69 | + "description": "LeanCode Flutter BLoC guidance for state management, cubit patterns, and presentation side effects.", |
| 70 | + "skills": [ |
| 71 | + "./skills/flutter-bloc-usage", |
| 72 | + "./skills/flutter-context-watch-instead-of-top-builder" |
| 73 | + ] |
| 74 | + }, |
| 75 | + { |
| 76 | + "name": "flutter-cubit-utils", |
| 77 | + "source": "./plugins/flutter-cubit-utils", |
| 78 | + "description": "LeanCode cubit-utils base classes (QueryCubit, PaginatedQueryCubit, RequestCubit) and canonical cubit recipes for lists, details, and actions.", |
| 79 | + "skills": [ |
| 80 | + "./skills/flutter-cubit-utils-usage" |
| 81 | + ] |
| 82 | + }, |
| 83 | + { |
| 84 | + "name": "flutter-forms", |
| 85 | + "source": "./plugins/flutter-forms", |
| 86 | + "description": "LeanCode Flutter forms guidance based on leancode_forms, form cubits, and validation behavior.", |
| 87 | + "skills": [ |
| 88 | + "./skills/flutter-forms-usage" |
| 89 | + ] |
| 90 | + }, |
| 91 | + { |
| 92 | + "name": "flutter-cqrs", |
| 93 | + "source": "./plugins/flutter-cqrs", |
| 94 | + "description": "LeanCode Flutter CQRS guidance for contracts, data-access patterns, and client-side command/query usage.", |
| 95 | + "skills": [ |
| 96 | + "./skills/flutter-cqrs-usage", |
| 97 | + "./skills/data-access" |
| 98 | + ] |
| 99 | + }, |
| 100 | + { |
| 101 | + "name": "flutter-ui", |
| 102 | + "source": "./plugins/flutter-ui", |
| 103 | + "description": "LeanCode Flutter UI guidance for Figma-driven implementation and design-system usage.", |
| 104 | + "skills": [ |
| 105 | + "./skills/flutter-ui-usage", |
| 106 | + "./skills/ui" |
| 107 | + ] |
| 108 | + }, |
| 109 | + { |
| 110 | + "name": "flutter-patrol", |
| 111 | + "source": "./plugins/flutter-patrol", |
| 112 | + "description": "LeanCode Patrol E2E testing guidance (Modules/System/ApiClients, keys conventions) plus Patrol MCP setup for AI-assisted test development.", |
| 113 | + "skills": [ |
| 114 | + "./skills/flutter-patrol-usage" |
| 115 | + ] |
| 116 | + }, |
| 117 | + { |
| 118 | + "name": "flutter-marionette", |
| 119 | + "source": "./plugins/flutter-marionette", |
| 120 | + "description": "LeanCode Marionette MCP setup and usage — runtime interaction with a live Flutter debug app for AI-driven exploration, smoke verification, and UI debugging.", |
| 121 | + "skills": [ |
| 122 | + "./skills/flutter-marionette-usage" |
| 123 | + ] |
| 124 | + } |
| 125 | + ] |
| 126 | +} |
0 commit comments