flutter-workshop-builder

flutter-workshop-builder is a skill for Claude Code, Codex from JAICHANGPARK/workshop-harness. It costs 81 tokens per session (2,006 once invoked), scanned A, original, MIT.

A guide for creating hands-on workshops that teach Flutter applications using generative AI. Flutter is a toolkit for building apps for multiple platforms from one codebase, while Dart is the language used to write them.

In plain words
What is it for?
Use it to create or revise practical Flutter AI workshops covering app setup, Material 3 interfaces, reactive state, streaming responses, and Flutter AI tools.
Why use it?
It gives workshop authors a defined technical direction for app structure, interface design, state updates, streaming chat replies, and AI tooling. It also requires checking current Flutter and package documentation before generating materials.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jaichangpark/workshop-harness/flutter-workshop-builder
Any agent
npx skills add JAICHANGPARK/workshop-harness --skill flutter-workshop-builder
Clone the repo
git clone --depth 1 https://github.com/JAICHANGPARK/workshop-harness

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for flutter-workshop-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaichangpark/workshop-harness/flutter-workshop-builder.svg)](https://agentmods.dev/skills/jaichangpark/workshop-harness/flutter-workshop-builder)
Your own site
<a href="https://agentmods.dev/skills/jaichangpark/workshop-harness/flutter-workshop-builder"><img src="https://agentmods.dev/badge/skills/jaichangpark/workshop-harness/flutter-workshop-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,006 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00081 $0.02006
Opus 5 $0.00041 $0.01003
Sonnet 5 $0.00016 $0.00401
Haiku 4.5 $0.00008 $0.00201

Measured 4d ago against content hash 7507a6cedd2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

flutter-workshop-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/flutter-workshop-builder/SKILL.md · 187 lines

How it starts

The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Flutter Hands-on Workshop Builder Skill

Purpose

Automates the end-to-end creation of technical hands-on workshops focused on Flutter Generative AI cross-platform applications. Enforces clean architecture, Material 3 UI design, state management best practices, the official google_generative_ai Dart SDK, and official Flutter Agent Plugins (github.com/flutter/agent-plugins) & Package Skills (docs.flutter.dev/ai/package-skills).

Pre-Flight Web Research Protocol: Before generating Flutter workshop materials or code, verify the latest versions on pub.dev for google_generative_ai, genui, and check Flutter AI tooling documentation at docs.flutter.dev/ai/get-started.


🛠️ Official Flutter Agent Plugins & Skills Ecosystem

Flutter hands-on workshops should actively leverage the official Flutter Agent Plugins (github.com/flutter/agent-plugins), the Dart & Flutter MCP Server, and Package Skills (docs.flutter.dev/ai/package-skills) to automate layout generation, UI debugging, and testing:

1. Installing Official Flutter Agent Skills

# Option A: Install via Universal Skills CLI
npx skills add flutter/agent-plugins --skill '*' --agent universal --yes

# Option B: Scan & discover bundled skills from pub.dev dependencies
dart run skills@ get

2. Official Flutter Agent Skills Integration Matrix

When building hands-on labs, AI coding assistants should invoke these specialized skills for specific development tasks:

Specialized Flutter / Dart Skill Workshop Lab Application
flutter-build-responsive-layout Build adaptive layouts with LayoutBuilder / MediaQuery across Web, Tablet, and Mobile
flutter-fix-layout-issues Diagnose and resolve RenderFlex overflowed errors and unbounded constraints in AI chat UI
flutter-apply-architecture-best-practices Structure clean layered architecture (UI, Business Logic, Data layer)
flutter-setup-declarative-routing Configure declarative URL-based routing via go_router for Web & deep linking
flutter-implement-json-serialization Create type-safe data models with fromJson / toJson for Gemini API payloads
flutter-add-widget-test Implement component-level tests with WidgetTester for prompt input & streaming views
flutter-add-integration-test Automate end-to-end user flows on emulator, physical device, or Chrome
dart-run-static-analysis Run dart analyze and execute dart fix --apply for mechanical code cleanup
dart-fix-runtime-errors Fetch active runtime stack traces, locate failing lines, and verify with hot reload

Read the full file on GitHub · 187 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 187 lines · 81 tokens per session scan A 7507a6cedd2e

Subscribe to this mod's changes

flutter-workshop-builder is a skill published in the GitHub repository JAICHANGPARK/workshop-harness (5 stars, last pushed 5d ago), licensed MIT. It adds 81 tokens to every session and 2,006 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

3gpp-expert

3GPP telecommunications expert covering all generations (2G–6G), releases (Rel-99 to Rel-21), protocol stacks, architecture, and deployment. Use whenever the user mentions: 3GPP, GSM, GPRS, EDGE, UMTS, WCDMA, HSPA, LTE, LTE-Advanced, 5G, NR, 5G-Advanced, 6G, NTN, RedCap, MIMO, beamforming, carrier aggregation, network…

lugasia/3gpp-skill · 231 tokens

animation-vocabulary

Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…", or describes a motion effect without knowing its name and…

classroomio/classroomio · 98 tokens

next-mobile

Implements the next mobile story.

StudyDrift/lextures · 9 tokens

mobile-design

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.

diillson/chatcli · 47 tokens

mobile-design

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.

happycapy-ai/Happycapy-skills · 47 tokens

mobile-design

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.

VoDaiLocz/kilo-kit-mcp · 47 tokens