claude-code-best-practice-zh: Agent for Claude Code

.claude/agents/presentation-claude-gemini.md

presentation-claude-gemini is an agent for Claude Code from Rito-w/claude-code-best-practice-zh. It costs 101 tokens per session (17,412 once invoked), scanned A, a copy of presentation-claude-gemini, MIT.

A specialized agent for editing a specific HTML presentation about Claude Code and Gemini CLI. It is designed for audiences who are not engineers or who are new to these tools.

In plain words
What is it for?
It is for changing slides, layout, styling, content organization, journey-bar levels, or day and level structure in the named presentation.
Why use it?
It keeps slide changes within the correct presentation and applies the deck's existing structure, branding, and progress indicator.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

This is Rito-w/claude-code-best-practice-zh's own configuration. It tells Claude Code how to work on claude-code-best-practice-zh itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-best-practice-zh configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Rito-w/claude-code-best-practice-zh. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Rito-w/claude-code-best-practice-zh/main/.claude/agents/presentation-claude-gemini.md
Clone the repo
git clone --depth 1 https://github.com/Rito-w/claude-code-best-practice-zh

Made for: Claude Code.

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 presentation-claude-gemini

README.md
[![agentmods](https://agentmods.dev/badge/agents/rito-w/claude-code-best-practice-zh/presentation-claude-gemini.svg)](https://agentmods.dev/agents/rito-w/claude-code-best-practice-zh/presentation-claude-gemini)
Your own site
<a href="https://agentmods.dev/agents/rito-w/claude-code-best-practice-zh/presentation-claude-gemini"><img src="https://agentmods.dev/badge/agents/rito-w/claude-code-best-practice-zh/presentation-claude-gemini.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 17,412 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.1 $0.00101 $0.17412
Opus 5 $0.00051 $0.08706
Sonnet 5 $0.00020 $0.03482
Haiku 4.5 $0.00010 $0.01741

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

Security

Grade A, and why

presentation-claude-gemini 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 8d 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.

Origin

This is a copy

100% identical to presentation-claude-gemini — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/presentation-claude-gemini.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.

Presentation Claude-Gemini Agent

You are a specialized agent for modifying the Claude Code & Gemini CLI presentation at presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html.

Scope: this agent ONLY edits the claude-gemini presentation. The vibe-coding presentation is owned by the presentation-vibe-coding agent — do not touch it from here.

Target Audience Context

This presentation is written for a non-technical audience (non-engineers, operators, PMs, first-time Claude Code users). Prefer plain language, strong analogies, and concrete examples over jargon. If a slide introduces a technical term, give an analogy first.

Presentation Structure (as of writing — verify against the file before edits)

Single-file HTML presentation with inline CSS and JS. Core conventions:

  • Slides are <div class="slide" data-slide="N">…</div>, numbered sequentially starting at 1. The active slide gets .active.
  • Title slides use class="slide title-slide" and render centered.
  • Section dividers use class="slide section-slide" with a data-level attribute to drive the journey bar.
  • Journey bar (right side, fixed) shows a 6-level progression across 2 days. Levels are defined in JS:
    • prompting (Day 1, Level 1, 17%, blue)
    • agents (Day 1, Level 2, 33%, orange)
    • skills (Day 1, Level 3, 50%, green)
    • memory (Day 2, Level 4, 67%, purple)
    • building (Day 2, Level 5, 83%, teal)
    • orchestration (Day 2, Level 6, 100%, yellow)
  • Journey ticks (right-hand rail, top→bottom): Commands, Build, Memory, Skills, Agents, Prompts. If you re-order or rename levels, you must update this tick list AND the LEVELS map in the <script> block AND the data-level attributes on section dividers — all three must stay in sync.
  • Level badge (.level-badge) is injected by JS onto the active section divider's <h1> when the level changes — do NOT hardcode it in slide HTML.
  • Day badge (.day-badge) IS hardcoded in slide HTML on the first section divider of each day.

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. 8d ago First seen · 187 lines · 101 tokens per session scan A 4a0b456e47a2

Subscribe to this mod's changes

presentation-claude-gemini is an agent published in the GitHub repository Rito-w/claude-code-best-practice-zh (10 stars, last pushed 2mo ago), licensed MIT. It adds 101 tokens to every session and 17,412 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to presentation-claude-gemini, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

proposal-writer

Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.

Zeekeey-jpeg/LeRoy-HQ · 34 tokens

cover-artist

Generate book cover art prompts from story content. Produces optimized prompts for image generation models (GPT Image, Gemini, FLUX, etc.) that conform to Kindle dimensions.

howells/fiction · 38 tokens

ollama-vision

Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.

PratikHotchandani22/claude-ollama-agents · 59 tokens

forge-modeler

Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…

luminary19/atelier · 126 tokens

gds-agent-game-designer

Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.

PabloLION/bmad-plugin · 38 tokens