rebuilding-flutter-tool
작성자: flutter
Flutter 도구와 CLI를 재빌드합니다. 사용자가 Flutter 도구 또는 CLI를 컴파일, 업데이트, 재생성, 또는 재빌드하도록 요청할 때 사용합니다.
npx skills add https://github.com/flutter/flutter --skill rebuilding-flutter-toolRebuild 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.