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 52b35a7..6bcc59d 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 @@ -2339,6 +2339,295 @@ todoapp/ + +
weather.svg and output.mdThe Command is the conductor. The Agent is the data specialist. The Skill is the renderer. Each does one job.
+
+ Claude Code vs Gemini CLI — same pattern, different CLIs.
+CLAUDE.md
+ .claude/agents/*.md
+ .claude/skills/*/SKILL.md
+ .claude/commands/*.md
+ GEMINI.md
+ .gemini/agents/*.md
+ .gemini/commands/*.toml
+ .gemini/commands/*.toml
+ Both CLIs use plain text files in a hidden project folder. Skills/commands in Gemini CLI share the same .toml format — check vendor docs for the latest spec.
Context window and output token figures reflect published specs as of 2026-04-24. Verify against vendor docs for the latest.
+