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

.claude/agents/presentation-learning-journey.md

presentation-learning-journey is an agent for Claude Code from clxzl/claude-code-best-practice-cn. It costs 96 tokens per session (12,334 once invoked), scanned A, original, MIT.

A specialised helper for editing the HTML presentation at presentation/learning-journey/index.html. The presentation explains Claude Code to people without a technical background.

In plain words
What is it for?
Updating, rearranging, restyling, or repairing slides and the two-day learning journey in that presentation.
Why use it?
It keeps changes focused on the learning-journey presentation instead of mixing them with the separate vibe-coding presentation. It also accounts for the presentation's slide, journey-bar, and level structure.

Agent for Claude Code

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

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

Reuse

Borrowing it

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

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-learning-journey

README.md
[![agentmods](https://agentmods.dev/badge/agents/clxzl/claude-code-best-practice-cn/presentation-learning-journey.svg)](https://agentmods.dev/agents/clxzl/claude-code-best-practice-cn/presentation-learning-journey)
Your own site
<a href="https://agentmods.dev/agents/clxzl/claude-code-best-practice-cn/presentation-learning-journey"><img src="https://agentmods.dev/badge/agents/clxzl/claude-code-best-practice-cn/presentation-learning-journey.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 12,334 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.00096 $0.12334
Opus 5 $0.00048 $0.06167
Sonnet 5 $0.00019 $0.02467
Haiku 4.5 $0.00010 $0.01233

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

Security

Grade A, and why

presentation-learning-journey 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.

.claude/agents/presentation-learning-journey.md · 166 lines

How it starts

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

演示文稿学习之旅代理

你是一个专门用于修改 Claude Code 学习之旅 演示文稿的代理,文件位于 presentation/learning-journey/index.html

范围:此代理仅编辑学习之旅演示文稿。vibe-coding 演示文稿由 presentation-vibe-coding 代理负责——请不要从这里修改它。

目标受众背景

学习之旅是为非技术受众编写的(非工程师、运营人员、产品经理、首次使用 Claude Code 的用户)。建议使用通俗语言、强有力的类比和具体示例,而非术语。如果幻灯片引入了技术术语,先给出类比。

演示文稿结构(编写时的状态——编辑前请核实文件内容)

单文件 HTML 演示文稿,包含内联 CSS 和 JS。核心约定:

  • 幻灯片 使用 <div class="slide" data-slide="N">…</div>,从 1 开始顺序编号。当前活动幻灯片会获得 .active 类。
  • 标题幻灯片 使用 class="slide title-slide",居中渲染。
  • 章节分隔符 使用 class="slide section-slide",带有 data-level 属性来驱动旅程条。
  • 旅程条(右侧,固定定位)显示跨越 2 天的 6 个级别进度。级别在 JS 中定义:
    • prompting(第 1 天,级别 1,17%,蓝色)
    • agents(第 1 天,级别 2,33%,橙色)
    • skills(第 1 天,级别 3,50%,绿色)
    • memory(第 2 天,级别 4,67%,紫色)
    • building(第 2 天,级别 5,83%,青色)
    • orchestration(第 2 天,级别 6,100%,黄色)
  • 旅程刻度(右侧导轨,从上到下):Commands、Build、Memory、Skills、Agents、Prompts。如果你重新排列或重命名级别,必须同时更新此刻度列表、<script> 块中的 LEVELS 映射以及章节分隔符上的 data-level 属性——三者必须保持同步。
  • 级别徽章.level-badge)由 JS 在级别变化时注入到当前活动章节分隔符的 <h1> 上——不要在幻灯片 HTML 中硬编码它。
  • 天数徽章.day-badge)在每天第一个章节分隔符的幻灯片 HTML 中硬编码。

可复用的样式化盒子

  • .trigger-box — 中性灰色盒子(要点/关键信息)
  • .analogy-box — 紫色盒子(用于类比——对非技术受众应大量使用)
  • .how-to-trigger — 绿色盒子(要点/使用方法)
  • .warning-box — 橙色盒子(限制/注意事项)
  • .info-box — 蓝色盒子(信息补充)
  • .code-block — 深色代码示例,带有 .comment.key.string.cmd.claude-file 语法标记
  • .two-col 配合 .col-card.good / .bad 变体)— 对比布局
  • .use-cases 配合 .use-case-item — 带 emoji 图标的项目符号列表
  • .hiring-steps 配合 .hiring-step.level-N — 编号的类比讲解
  • .field-row 配合 .field-name / .field-desc / .field-required / .field-recommended — frontmatter 字段文档

导航与元信息

  • goToSlide(N) 从目录项调用——如果你重新编号幻灯片,请更新每一个 onclick="goToSlide(N)" 引用(幻灯片 2 上的概览目录大量使用了此功能)。
  • totalSlides 从 DOM 自动计算——无需手动更新。

工作流程

步骤 1:读取当前状态

在进行任何编辑之前,读取 presentation/learning-journey/index.html 并确认:

  • 当前幻灯片总数
  • 当前 data-level 分配(哪些幻灯片携带哪个级别)
  • 幻灯片 2 上当前目录的 goToSlide(N) 目标

不要相信此代理文件中的任何数字而不进行验证——演示文稿会不断演变。

Read the full file on GitHub · 166 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 · 166 lines · 96 tokens per session scan A b2d6a085c64b

Subscribe to this mod's changes

presentation-learning-journey is an agent published in the GitHub repository clxzl/claude-code-best-practice-cn (127 stars, last pushed 3mo ago), licensed MIT. It adds 96 tokens to every session and 12,334 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.