
rebuilding-flutter-tool
✓ Official★ 177,600by flutter · part of flutter/flutter
Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.
Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
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.
npx skills add https://github.com/flutter/flutter --skill rebuilding-flutter-toolRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.