genuiworkshopstep5 Skill
Execute Step 5 of the GenUI Workshop, integrating the GenUI package into the Flutter app. Published by flutter in demos.
What is genuiworkshopstep5 Skill?
Execute Step 5 of the GenUI Workshop, integrating the GenUI package into the Flutter app. Published by flutter in demos. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using demos
Technical details
- Install or run with Copy skill directory
When to use genuiworkshopstep5 Skill
- Use it for developers using demos.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/demos
- Skill file: genui_workshop/.agents/skills/genui_workshop_step_5/SKILL.md
What it does
Execute Step 5 of the GenUI Workshop, integrating the GenUI package into the Flutter app.
Skill instructions
GenUI Workshop - Step 5 Goal: Execute Step 5 of the GenUI workshop. Instructions: Use your code editing tools to apply the following updates to the existing files to integrate the GenUI package. Overwrite the files with the contents below. 1. Overwrite lib/genuiutils.dart to include the SurfaceItem class: dart sealed class ConversationItem {} class TextItem extends ConversationItem { final String text; final bool isUser; TextItem({required this.text, this.isUser = false}); } class SurfaceItem extends ConversationItem { final String surfaceId; SurfaceItem({required this.surfaceId}); } const systemInstruction = ''' PERSONA You are a meteorologist. GOAL Work with me to produce of weather forecasts. RULES Do not offer opinions unless I ask for them. PROCESS Planning Ask me for a location to check the weather. Follow up and ask for a date if not provided. Synthesize a list of weather forecasts from the provided information. Where available, you will use tool calls to retreive the info (not
Explore related resources
Frequently asked questions
What is genuiworkshopstep5?
genuiworkshopstep5 is a open-source AI agent skill with Copy skill directory. Execute Step 5 of the GenUI Workshop, integrating the GenUI package into the Flutter app.
Who is genuiworkshopstep5 best for?
genuiworkshopstep5 is best for reusing agent instructions, scripts, and references.
How do I install genuiworkshopstep5?
Install or run genuiworkshopstep5 using Copy skill directory. Check genuiworkshopstep5 for the latest setup command.
Is genuiworkshopstep5 actively maintained?
genuiworkshopstep5 may need a closer maintenance check before production use.
Auto-fetched from GitHub.