From 38aceb25b92a786600b39d56776765efd66e6ec9 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Sat, 25 Apr 2026 11:52:37 +0500 Subject: [PATCH] gemini workflow --- .../index.html | 50 ++++++++++++- .../gemini-orchestration-workflow.svg | 75 +++++++++++++++++++ 2 files changed, 123 insertions(+), 2 deletions(-) create mode 100644 presentation/assets/concepts/workflow/gemini-orchestration-workflow.svg diff --git a/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html b/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html index 902556a..9d6fd7c 100644 --- a/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html +++ b/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html @@ -2570,8 +2570,54 @@ todoapp/

Context window and output token figures reflect published specs as of 2026-04-24. Verify against vendor docs for the latest.

- -
+ +
+
+

📋 Gemini Orchestration Workflow

+ Gemini CLI Command → Agent → Skill architecture flow +
+ +
+ + +

🙏 Thank you!

diff --git a/presentation/assets/concepts/workflow/gemini-orchestration-workflow.svg b/presentation/assets/concepts/workflow/gemini-orchestration-workflow.svg new file mode 100644 index 0000000..a8d0381 --- /dev/null +++ b/presentation/assets/concepts/workflow/gemini-orchestration-workflow.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + Gemini CLI Orchestration Workflow + + + + User + + + + + + + Command + commands/weather-orchestrator + + Asks user for C°/F°, invokes + agent and SVG creator skill + + + + @agent + + + + Agent + agents/weather-agent + + + + (scoped tools) + web_fetch · run_shell_command + + Fetches temperature from + Open-Meteo API for Dubai + + + + activate_skill + + + + Skill + skills/weather-svg-creator + + Creates SVG weather card at + orchestration-workflow/weather.svg + + + + + + + commands/weather-orchestrator → agents/weather-agent (scoped tools) → skills/weather-svg-creator (skill) + +