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.
curl -O https://raw.githubusercontent.com/clxzl/claude-code-best-practice-cn/main/.claude/agents/presentation-learning-journey.mdgit clone --depth 1 https://github.com/clxzl/claude-code-best-practice-cnWrote 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.
[](https://agentmods.dev/agents/clxzl/claude-code-best-practice-cn/presentation-learning-journey)<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>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.
| Model | Per session | Once 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 |
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.
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)目标
不要相信此代理文件中的任何数字而不进行验证——演示文稿会不断演变。
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.
- 8d ago First seen · 166 lines · 96 tokens per session scan A b2d6a085c64b
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.
Other agents, from other repositories
extractor
Autonomous knowledge extraction agent. Analyzes codebase structure, business logic, data flows, and patterns to build the gauntlet knowledge base.
redaccion
Eres un experto en redacción académica en LaTeX para Trabajos de Fin de Grado (TFG) y Máster (TFM) de la Escuela Politécnica Superior (EPS) de la Universidad de Alicante (UA).
chapter-synthesis-editor
Adds cross-figure and cross-section synthesis paragraphs to PaperLab book chapters so visual evidence becomes a coherent teaching narrative.
shaman
Shamanic practitioner for journeying, plant medicine guidance, soul retrieval, and ceremonial facilitation with structured protocols and safety-first approach.
slide-auditor
Visual layout auditor for RevealJS and Beamer slides. Checks for overflow, font consistency, box fatigue, and spacing issues. Use proactively after creating or modifying slides.
onboard-guide
Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.