v2026.08.26 - 17 Skills Suite, Google ADK Multi-Agent Builder, ELI5 Explainer, Gemini 3.7 & Live
LatestWhat's Changed in v2026.08.26
馃殌 Key Highlights & New Capabilities
-
17th Agent Skill:
eli5-concept-explainer:- Translates complex AI mechanics, model architectures, and runtime error signatures into 3-tier ELI5 (Explain Like I'm 5) physical analogies, visual Mermaid mental maps, and beginner cheat sheets.
- Equips facilitators and TAs with 10-second live Q&A crisis scripts to eliminate cognitive overload for novice attendees.
-
16th Agent Skill:
adk-workshop-builder:- Builds multi-language (Python, TypeScript, Go, Kotlin) autonomous agent & multi-agent system workshops using Google Agent Development Kit (ADK).
- Standardizes Coordinator-Worker delegation, custom tool bindings, Human-in-the-Loop (HITL) checkpoints, and trajectory evaluation.
- Generates language-specific starter vs final solutions (
package.json,go.mod,build.gradle.kts,pyproject.toml).
-
Gemini 3.7 Flash & Google GenAI SDK Support:
- Integrated
gemini-3.7-flashas the primary flagship workhorse model for coding and agentic tasks. - Added support for dynamic thinking budget control (
thinking_config/thinkingLevel). - Standardized on unified
google-genaiPython and@google/genaiJavaScript/TypeScript SDKs.
- Integrated
-
Gemini Live API & Real-Time Multimodal Streaming:
- Added full support for
gemini-3.1-flash-live-preview(low-latency voice/audio/video) andgemini-3.5-live-translate-preview. - Added pub.dev
gemini_liveFlutter package integration (zero Firebase dependency, direct WebSocket streaming). - Added 3-step Gemini Live real-time curriculum track to
hands-on-curriculum-builder.
- Added full support for
-
Next-Gen Model Specifications:
- Added Anthropic Claude Generation 5 (
claude-sonnet-5,claude-opus-5,claude-fable-5). - Added OpenAI GPT-5.6 series (
gpt-5.6-sol,gpt-5.6-terra,gpt-5.6-luna).
- Added Anthropic Claude Generation 5 (
-
17 Agent Skills Metadata & Localization Sync:
- Synchronized 17 skills metadata across
docs/,README.md,CLAUDE.md,AGENTS.md, andwebsite/app.js(EN, KO, JA, ZH).
- Synchronized 17 skills metadata across