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

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

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

A specialized agent for editing a specific Claude Code and Gemini CLI presentation, including its slides, layout, styling, and progress bar.

In plain words
What is it for?
Use it to update slide content, rearrange sections, fix visual styles, and adjust journey-bar levels or day and level groupings in the named presentation file.
Why use it?
It keeps changes focused on that presentation and preserves its intended organization and audience.

Agent for Claude Code

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

This is shanraisshan/claude-code-best-practice's own configuration. It tells Claude Code how to work on claude-code-best-practice 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 configures →

About the project

claude-code-best-practice is a repository of agents, commands, skills, hooks, plugins, and configuration guidance for Claude Code. It helps developers organize repeatable workflows and apply agentic engineering practices, including in monorepos. The catalogue entries are its reusable Claude Code workflow components.

shanraisshan/claude-code-best-practice · 65,777 stars · on GitHub · linkedin.com

Reuse

Borrowing it

Nothing to install: this file belongs to shanraisshan/claude-code-best-practice. 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/shanraisshan/claude-code-best-practice/main/.claude/agents/presentation-claude-gemini.md
Clone the repo
git clone --depth 1 https://github.com/shanraisshan/claude-code-best-practice

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/shanraisshan/claude-code-best-practice/presentation-claude-gemini/github.svg)](https://agentmods.dev/agents/shanraisshan/claude-code-best-practice/presentation-claude-gemini)
Your own site
<a href="https://agentmods.dev/agents/shanraisshan/claude-code-best-practice/presentation-claude-gemini"><img src="https://agentmods.dev/badge/agents/shanraisshan/claude-code-best-practice/presentation-claude-gemini/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for presentation-claude-gemini

Your own site · 80×15
<a href="https://agentmods.dev/agents/shanraisshan/claude-code-best-practice/presentation-claude-gemini"><img src="https://agentmods.dev/badge/agents/shanraisshan/claude-code-best-practice/presentation-claude-gemini.svg" alt="Reviewed on agentmods" width="80" 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 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.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 9d 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 9d 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

Copies of this mod

1 near-identical copy found in the catalogue:

.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. 9d 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 shanraisshan/claude-code-best-practice (65,777 stars, last pushed today), 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.