From 19f7c32fa72e1e9870d84ae0b555f222cb0e04cf Mon Sep 17 00:00:00 2001 From: Keerti Parthasarathy Date: Wed, 19 Aug 2026 10:37:22 -0700 Subject: [PATCH 1/3] Update README --- README.md | 62 +------------------------------------------------------ 1 file changed, 1 insertion(+), 61 deletions(-) diff --git a/README.md b/README.md index cbb15b3..447eb5f 100644 --- a/README.md +++ b/README.md @@ -10,67 +10,7 @@ You can also install the [Dart skills](https://github.com/dart-lang/skills) for ## Installation -To install the plugins into your project, run the following command. -The `--agent universal` flag puts them in the standard `.agents/skills` -folder that most agents use. - -```bash -npx skills@1.5.17 add flutter/agent-plugins --skill '*' --agent universal --yes -``` - -### Claude Code Plugin - -1. Add the marketplace for Claude Code plugins: - -```bash -claude plugin marketplace add flutter/agent-plugins -``` - -2. Install the Claude plugin for Dart and Flutter: - -```bash -claude plugin install dart-flutter@dart-flutter -``` - -3. Verify the installation: - -```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 -``` - -### Cursor Plugin - -You can test this plugin locally by copying it to your Cursor plugins directory. - -1. Copy the repository directory to your local Cursor plugins folder: - -```bash -mkdir -p ~/.cursor/plugins/local -cp -r /path/to/flutter/agent-plugins ~/.cursor/plugins/local/dart-flutter -``` - -2. Restart Cursor. The editor will automatically discover and load the skills under skills/ and configure the MCP server defined in .mcp.json. - -## Updating Plugins - -To update, run the following command: - -```bash -npx skills@1.5.17 update -``` +Look at the [Installation Guide](https://docs.flutter.dev/ai/get-started) for detailed instructions on how to install the plugins for your preferred agent. ## Available Skills From 462af5c4f7dd1fd895d727550fc54cd699dcb0fc Mon Sep 17 00:00:00 2001 From: Keerti Parthasarathy Date: Wed, 19 Aug 2026 10:42:05 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 447eb5f..aed885e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can also install the [Dart skills](https://github.com/dart-lang/skills) for ## Installation -Look at the [Installation Guide](https://docs.flutter.dev/ai/get-started) for detailed instructions on how to install the plugins for your preferred agent. +Look at the [Get started developing with AI](https://docs.flutter.dev/ai/get-started) for detailed instructions on how to install the plugins for your preferred agent. ## Available Skills From 0fcd4217e614aabea618dcd0c8c613ab347f9fc0 Mon Sep 17 00:00:00 2001 From: Keerti Parthasarathy Date: Wed, 19 Aug 2026 10:43:34 -0700 Subject: [PATCH 3/3] Apply suggestions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aed885e..364cbcc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can also install the [Dart skills](https://github.com/dart-lang/skills) for ## Installation -Look at the [Get started developing with AI](https://docs.flutter.dev/ai/get-started) for detailed instructions on how to install the plugins for your preferred agent. +Refer to [Get started developing with AI](https://docs.flutter.dev/ai/get-started) for detailed instructions on how to install the plugins for your preferred agent. ## Available Skills