Favicon of genuiworkshopstep6

genuiworkshopstep6 Skill

AI Agent SkillDartOpen source

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?

Best for

Data analysis, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

13 days ago · BSD-3-Clause license

Considerations

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
54/100

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

Copy skill directory
  • Install or run with Copy skill directory

When to use genuiworkshopstep6 Skill

  • Use it for data analysis.

Built with

DartCopy skill directory

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.

Share:

Stars
148
Forks
102
Last commit
13 days ago
Last verified
Aug 30, 2026
Metadata fetched
Aug 30, 2026
Repository age
1 year
License
BSD-3-Clause

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.

Alternatives to genuiworkshopstep6