mcpbeat

Rebuilding Flutter Tool

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.

474 tokens
context cost
the whole folder, loaded on every use
2
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
178160
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/flutter/flutter --skill rebuilding-flutter-tool

What comes with it

1 233 bytes besides the instruction
scripts/rebuild.dart

The instruction itself

3 sections, as written by the author

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.

How to use it

Copy the folder

Take flutter/rebuilding-flutter-tool from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.