genuiworkshopstep6 Skill
Execute Step 6 of the GenUI Workshop, creating the weather input widget and updating the system prompt. Published by flutter in demos.
Decision snapshot
Is this a fit?
Data analysis, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
13 days ago · BSD-3-Clause license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Declared skill metadata
- Source file: genui_workshop/.agents/skills/genui_workshop_step_6/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.