genuiworkshopstep6 Skill
Execute Step 6 of the GenUI Workshop, creating the weather input widget and updating the system prompt. Published by flutter in demos.
What is genuiworkshopstep6 Skill?
Execute Step 6 of the GenUI Workshop, creating the weather input widget and updating the system prompt. 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
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use genuiworkshopstep6 Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/demos
- Skill file: genui_workshop/.agents/skills/genui_workshop_step_6/SKILL.md
What it does
Execute Step 6 of the GenUI Workshop, creating the weather input widget and updating the system prompt.
Skill instructions
GenUI Workshop - Step 6 Goal: Execute Step 6 of the GenUI workshop. Instructions: Use your code editing tools to create the weather input catalog widget and update the app's configuration. 1. Create lib/catalog/weatherinput.dart: dart import 'package:flutter/material.dart'; import 'package:genui/genui.dart'; import 'package:jsonschemabuilder/jsonschemabuilder.dart'; final simpleWeatherSchema = S.object( properties: { 'location': S.string(description: 'The location to check the weather.'), 'date': S.string(description: 'The date to check the weather.'), }, ); final weatherInput = CatalogItem( name: 'WeatherInput', dataSchema: simpleWeatherSchema, widgetBuilder: (itemContext) { final json = itemContext.data as Map<String, Object?; final data = SimpleWeatherData.fromJson(json); return WeatherInput( data: data, onFetchRequest: (loc, date) async { final JsonMap resolvedContext = await resolveContext( itemContext.dataContext, {'location': loc, 'date': date.toString()}, ); itemContext.dispatc
Explore related resources
Frequently asked questions
What is genuiworkshopstep6?
genuiworkshopstep6 is a open-source AI agent skill with Copy skill directory. Execute Step 6 of the GenUI Workshop, creating the weather input widget and updating the system prompt.
Who is genuiworkshopstep6 best for?
genuiworkshopstep6 is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install genuiworkshopstep6?
Install or run genuiworkshopstep6 using Copy skill directory. Check genuiworkshopstep6 for the latest setup command.
Is genuiworkshopstep6 actively maintained?
genuiworkshopstep6 may need a closer maintenance check before production use.
Auto-fetched from GitHub.