From 554a3ebe51e8fd15452dd1362482976212ca0722 Mon Sep 17 00:00:00 2001 From: Keerti Parthasarathy Date: Tue, 14 Jul 2026 11:18:14 -0700 Subject: [PATCH 1/3] Add Codex plugin --- .agents/plugins/marketplace.json | 20 +++++++++++++++++ .codex-plugin/plugin.json | 38 ++++++++++++++++++++++++++++++++ README.md | 13 +++++++++++ 3 files changed, 71 insertions(+) create mode 100644 .agents/plugins/marketplace.json create mode 100644 .codex-plugin/plugin.json diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json new file mode 100644 index 0000000..f23305b --- /dev/null +++ b/.agents/plugins/marketplace.json @@ -0,0 +1,20 @@ +{ + "name": "dart-flutter", + "interface": { + "displayName": "Dart and Flutter" + }, + "plugins": [ + { + "name": "dart-flutter", + "source": { + "source": "local", + "path": "./" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Developer Tools" + } + ] +} \ No newline at end of file diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json new file mode 100644 index 0000000..758cfe8 --- /dev/null +++ b/.codex-plugin/plugin.json @@ -0,0 +1,38 @@ +{ + "name": "dart-flutter", + "version": "1.0.0", + "description": "Official Codex plugin for Dart and Flutter that installs Flutter/Dart Skills and Dart MCP server for building natively compiled, visually stunning applications for mobile, web, desktop, and embedded devices from a single codebase", + "author": { + "name": "Dart and Flutter", + "url": "https://flutter.dev" + }, + "homepage": "https://github.com/flutter/agent-plugins", + "repository": "https://github.com/flutter/agent-plugins", + "license": "BSD-3-Clause", + "keywords": [ + "flutter", + "dart", + "mobile", + "codex", + "skills", + "mcp" + ], + "skills": "./skills/", + "mcpServers": "./.mcp.json", + "interface": { + "displayName": "Dart and Flutter", + "shortDescription": "Build and manage Dart and Flutter apps from Codex.", + "longDescription": "Use official Dart and Flutter skills and the MCP server to develop apps, run workflows, and manage code from Codex.", + "developerName": "Dart and Flutter", + "category": "Developer Tools", + "capabilities": [ + "Skills", + "MCP" + ], + "websiteURL": "https://flutter.dev", + "defaultPrompt": [ + "Set up Flutter in this app.", + "Create a new Dart skill." + ] + } +} \ No newline at end of file diff --git a/README.md b/README.md index 7aed699..d4a10ce 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,19 @@ claude plugin install dart-flutter@dart-flutter ```bash claude plugin marketplace list ``` +### Codex Plugin + +Add the Dart and Flutter marketplace for Codex plugins: + +```bash +codex plugin marketplace add flutter/agent-plugins +``` + +Install the Dart and Flutter plugin: + +```bash +codex plugin add dart-flutter@dart-flutter +``` ## Updating Plugins From d8e081c44cce250c27e0877eefbdfe719f923fec Mon Sep 17 00:00:00 2001 From: Keerti Parthasarathy Date: Wed, 15 Jul 2026 02:55:41 -0700 Subject: [PATCH 2/3] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a10ce..04f674a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ claude plugin install dart-flutter@dart-flutter ```bash claude plugin marketplace list ``` -### Codex Plugin +\n### Codex Plugin Add the Dart and Flutter marketplace for Codex plugins: From 37289f22e596ce26e507e1b1dea0f3d65c6dc7da Mon Sep 17 00:00:00 2001 From: Keerti Parthasarathy Date: Thu, 16 Jul 2026 13:37:36 -0700 Subject: [PATCH 3/3] fix nit --- .codex-plugin/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 758cfe8..91a2daa 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "dart-flutter", "version": "1.0.0", - "description": "Official Codex plugin for Dart and Flutter that installs Flutter/Dart Skills and Dart MCP server for building natively compiled, visually stunning applications for mobile, web, desktop, and embedded devices from a single codebase", + "description": "Official Codex plugin for Dart and Flutter that installs Flutter/Dart Skills and Dart MCP server for building natively compiled, visually stunning applications for mobile, web, desktop, and embedded devices from a single codebase.", "author": { "name": "Dart and Flutter", "url": "https://flutter.dev" @@ -35,4 +35,4 @@ "Create a new Dart skill." ] } -} \ No newline at end of file +}