rebuilding-flutter-tool

star 177.0k

Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.

flutter By flutter schedule Updated 5/11/2026

name: rebuilding-flutter-tool description: Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.

Rebuild Flutter Tool Workflow

You must strictly follow this workflow to rebuild the Flutter tool.

Step 1: Execute

  • Action: Run the rebuild script: dart .agents/skills/rebuilding-flutter-tool/scripts/rebuild.dart

Step 2: Verification & Error Handling

After execution, verify the build output.

  • If the script succeeds, print only "Flutter tool rebuilt successfully!" and then STOP.
  • If the script fails, provide the user with the exact error output and STOP.
Install via CLI
npx skills add https://github.com/flutter/flutter --skill rebuilding-flutter-tool
Repository Details
star Stars 176,990
call_split Forks 30,530
navigation Branch main
article Path SKILL.md
More from Creator