flutter/rebuilding-flutter-tool
Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.
npx skills add https://github.com/flutter/flutter --skill rebuilding-flutter-tool
You must strictly follow this workflow to rebuild the Flutter tool.
dart .agents/skills/rebuilding-flutter-tool/scripts/rebuild.dartAfter execution, verify the build output.
Take flutter/rebuilding-flutter-tool from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.