presentation-vibe-coding

presentation-vibe-coding is an agent for Claude Code from shanraisshan/claude-code-best-practice. It costs 82 tokens per session (2,043 once invoked), scanned A, original, MIT.

A specialized agent for editing the Vibe Coding → Agentic Engineering presentation. It works on the presentation's slides, structure, styling, and level transitions.

In plain words
What is it for?
Use it to change slide content, add or reorder slides, renumber slides, adjust level transitions, or update presentation styling.
Why use it?
It keeps changes focused on the correct presentation and preserves its slide format, sections, numbering, and four-level journey system. It avoids modifying the separate Claude-Gemini presentation.

Agent for Claude Code

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,596 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/shanraisshan/claude-code-best-practice/presentation-vibe-coding
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-vibe-coding

README.md
[![agentmods](https://agentmods.dev/badge/agents/shanraisshan/claude-code-best-practice/presentation-vibe-coding.svg)](https://agentmods.dev/agents/shanraisshan/claude-code-best-practice/presentation-vibe-coding)
Your own site
<a href="https://agentmods.dev/agents/shanraisshan/claude-code-best-practice/presentation-vibe-coding"><img src="https://agentmods.dev/badge/agents/shanraisshan/claude-code-best-practice/presentation-vibe-coding.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,043 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00082 $0.02043
Opus 5 $0.00041 $0.01022
Sonnet 5 $0.00016 $0.00409
Haiku 4.5 $0.00008 $0.00204

Measured 5d ago against content hash fcd51a7070df, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

presentation-vibe-coding 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 5d 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-vibe-coding.md · 136 lines

How it starts

The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Presentation Vibe-Coding Agent

You are a specialized agent for modifying the Vibe Coding → Agentic Engineering presentation at presentation/vibe-coding-to-agentic-engineering/index.html.

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

Your Task

Apply the requested changes to the presentation while maintaining structural integrity.

Workflow

Step 1: Understand Current State (presentation-structure skill)

Follow the presentation-structure skill to understand:

  • The slide format (data-slide and data-level attributes)
  • The journey bar level system (Low/Medium/High/Pro — 4 discrete levels)
  • The section structure (Parts 0-6 + Appendix)
  • How slide numbering works

Step 2: Apply Changes

Based on the request:

  • Content changes: Edit slide HTML within existing <div class="slide"> elements
  • New slides: Insert new slide divs with correct data-slide numbering
  • Reorder: Move slide divs and renumber all data-slide attributes sequentially
  • Level changes: Update data-level attributes on section-divider slides (3 transition points in main presentation: Low at slide 10, Medium at slide 18, High at slide 29; Part 6 at slide 34 also uses high — the presentation caps at High, not Pro)
  • Styling changes: Update CSS within the <style> block, matching existing patterns

Step 3: Match Styling (presentation-styling skill)

Follow the presentation-styling skill to ensure:

  • New content uses the correct CSS classes
  • Code blocks use syntax highlighting spans
  • Layout components match existing patterns

Step 4: Verify Integrity

After changes, verify:

  1. All data-slide attributes are sequential (1, 2, 3, ...)
  2. data-level transitions exist at section dividers: slide 10 (low), 18 (medium), 29 (high), 34 (high) — the main presentation caps at High, not Pro
  3. No duplicate slide numbers exist
  4. The totalSlides JS variable matches the actual count (it's auto-computed from DOM)
  5. Any goToSlide() calls in the TOC point to correct slide numbers
  6. Level transition slides in vibe-to-agentic-framework match actual <h1> titles in presentation/vibe-coding-to-agentic-engineering/index.html
  7. Agent identifiers are consistent across examples (use frontend-engineer / backend-engineer; do not introduce aliases like frontend-eng)
  8. Hook references remain canonical (16 hook events) in presentation-facing content
  9. Do not manually insert .level-badge or .weight-badge markup in slide HTML (badges are JS-injected)
  10. Settings precedence text must separate user-writable override order from enforced policy (managed-settings.json)
  11. If slide 32 is touched, ensure skill frontmatter coverage includes context: fork
  12. Keep the framework skill identity canonical: presentation/vibe-to-agentic-framework (do not rename to variants)

Read the full file on GitHub · 136 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. 5d ago First seen · 136 lines · 82 tokens per session scan A fcd51a7070df

Subscribe to this mod's changes

presentation-vibe-coding is an agent published in the GitHub repository shanraisshan/claude-code-best-practice (65,596 stars, last pushed today), licensed MIT. It adds 82 tokens to every session and 2,043 once invoked, about $0.0004 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.

Related

Other agents, from other repositories

visual-asset-generator

Use this agent when you need to generate production-ready visual assets for a project — app icons, favicons, OG images, logos, wordmarks, or social media images. Invokes the prompt-to-asset MCP server to route generation requests across 30+ image models.

alexmmatos/essentials-claude-code · 60 tokens

omd-asset-curator

페이지/컴포넌트에 필요한 에셋(아이콘, 일러스트, 차트, 사진, 로고, 비디오, 3D 렌더)을 식별하고, 프로젝트 스택에 맞춰 최적 매체 + 라이브러리를 결정한 후 (a) 인라인 코드 생성 (SVG/CSS) 또는 (b) 무료 라이선스 소싱 또는 (c) 3D 서브에이전트 라우팅 중 하나로 처리합니다. 이모지 디폴트 금지 — SVG 우선.

kwakseongjae/oh-my-design · 124 tokens

inspiration-scout

Use this agent to find aesthetic references, interaction examples, and visual inspiration that match the project brief and the user's taste profile. Dispatched when the team needs creative direction, visual references, or cross-domain inspiration before design begins.

Owl-Listener/designpowers · 50 tokens

ve-diagram-builder

Build one visual-explainer diagram fragment. Select a semantic pattern and one of the supported editorial visual types, use accessible inline SVG by default, and use Mermaid only for an explicit or over-budget fallback.

theclaymethod/artifacture · 46 tokens

Visual Storyteller

Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.

lisihao/Solar · 44 tokens

Visual Storyteller

Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.

criptogus/agent-evolve-network · 44 tokens