mcpbeat

Genui Workshop Step 3

flutter/genui_workshop_step_3

Execute Step 3 of the GenUI Workshop, creating the empty Flutter project and adding dependencies.

238 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
137
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/demos --skill genui_workshop_step_3

The instruction itself

1 sections, as written by the author

GenUI Workshop - Step 3

Goal: Execute Step 3 of the GenUI workshop.

Instructions:

Execute the following commands sequentially to create the initial Flutter project and configure it. Assume the terminal's working directory is an empty directory where the project should reside.

  • Configure safe directories and create the empty project in the current directory:
git config --global --add safe.directory /google/flutter
flutter create --empty .
  • Activate flutterfire_cli and set the PATH:
dart pub global activate flutterfire_cli
export PATH="$PATH":"$HOME/.pub-cache/bin"

*(Note: Skip flutterfire configure as instructed by the user)*

  • Add the required dependencies to the project:
flutter pub add genui firebase_core firebase_ai json_schema_builder

How to use it

Copy the folder

Take flutter/genui_workshop_step_3 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.