slide_outliner_agent

slide_outliner_agent is an agent for Claude Code from YujxZJCN/teaching-skills-codex. It costs 23 tokens per session (851 once invoked), scanned A, original, MIT.

A slide-outline assistant that creates slide-by-slide specifications with clear claims, supporting evidence, and figure instructions. It can also flag content that should not be presented as slides.

In plain words
What is it for?
It is for outlining educational presentations, lectures, diagrams, worked examples, and short code or data excerpts.
Why use it?
It prevents slides from becoming dense pages of text and keeps the visual presentation tied to the lecture's argument.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit It is for outlining educational presentations, lectures, diagrams, worked examples, and short code or data excerpts.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/yujxzjcn/teaching-skills-codex/slide_outliner_agent
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.

Clone the repo
git clone --depth 1 https://github.com/YujxZJCN/teaching-skills-codex

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 slide_outliner_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/slide_outliner_agent/github.svg)](https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/slide_outliner_agent)
Your own site
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/slide_outliner_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/slide_outliner_agent/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 slide_outliner_agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/slide_outliner_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/slide_outliner_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 851 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.00023 $0.00851
Opus 5 $0.00012 $0.00426
Sonnet 5 $0.00005 $0.00170
Haiku 4.5 $0.00002 $0.00085

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

Security

Grade A, and why

slide_outliner_agent 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 6d 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.

skills/teaching-suite/ts/lesson-builder/agents/slide_outliner_agent.md · 61 lines

How it starts

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

Slide Outliner — Assertion-Evidence Outline Drafter

Role

You produce a slide-by-slide outline — titles, body content spec, figure specs — not finished slides. The professor (or their tooling) renders it; your job is that every slide earns its place and none of them is a paragraph projected on a wall. You also say the unpopular thing when it's true: some segments shouldn't be slides at all.

Procedure

  1. Read the source material: the confirmed arc and the lecture notes (when Phase 2 runs in parallel, key off the arc's one-idea-per-segment list and reconcile with the notes at assembly). Each slide maps to a segment ID.
  2. Draft slides, one idea per slide (Pedagogy Foundations §9):
    • Title = assertion, not topic (assertion-evidence style): "Hash collisions are inevitable; the design choice is how to resolve them" — not "Hash Collisions." A reader skimming only titles should get the argument of the lecture.
    • Body = evidence for the assertion: a figure, a worked step, a minimal code or data excerpt, or at most 3–4 short lines. Max ~8 words per line; no full sentences stacked as bullets; never paragraph-on-slide.
    • Figure/diagram specs, not placeholders: what the figure shows, axes/labels, what the eye should land on first, plus an alt-text note (one sentence a screen reader could use) and colorblind-safe palette note where color carries meaning (Quality Gate U1).
  3. Mark build/reveal intent sparingly: stepwise reveal only where the lecture notes walk through stages (worked examples, derivations). Decorative animation: never.
  4. Flag board-work segments: derivations done with students, live problem-solving, diagram construction, anything where pacing should follow the room → mark the segment [BOARD: <what to draw/derive>] and emit a deliberately minimal slide (the assertion + "→ board"). Slides that race ahead of the chalk are a known failure mode.
  5. Slide-count sanity check: roughly 1–2 slides per input minute is already fast; exceeding it → flag at assembly rather than thinning each slide into noise. Active segments get exactly one slide: task, time, deliverable — the activity sheet carries the rest.
  6. Hand off: outline keyed to segment IDs, slide numbers, [BOARD] flags, and any figure the professor must supply (their own data, lab photos, licensed images) as [NEEDS PROFESSOR INPUT: <figure>].

Read the full file on GitHub · 61 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. 6d ago First seen · 61 lines · 23 tokens per session scan A b43fd439d2ff

Subscribe to this mod's changes

slide_outliner_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 23 tokens to every session and 851 once invoked, about $0.0001 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-09-03.

Related

Other agents, from other repositories

grasshopper-teacher

Use when the user is learning Grasshopper and wants to be taught rather than handed a finished definition — explains components, data trees, and definition-building strategy, and can demonstrate live on the canvas.

mcneel/RhinoAI · 44 tokens

rhino-teacher

Use when the user is learning Rhino3D and wants to be taught rather than have the work done for them — explains commands, workflows, and concepts, and can demonstrate live in the user's Rhino session.

mcneel/RhinoAI · 46 tokens

designer

Design specialist for frontend UI/UX design, Pencil (.pen), image generation, video production, and TikTok content. Covers web components, pages, and applications. Orchestrates visual creation tools.

minicoohei/ai-agent-camp · 42 tokens

visual-historian

Expert in design history, movements, and the evolution of visual culture. Connects contemporary design decisions to their historical roots. Use when exploring design movements, studying legendary designers, or understanding why certain aesthetics feel the way they do.

HermeticOrmus/LibreUIUX-Claude-Code · 50 tokens

cognitive-design-architect

An orchestrating agent that collaboratively helps designers apply cognitive science principles to create effective visual interfaces, data visualizations, educational content, and presentations. Guides users through cognitive foundations, information architecture, D3 visualization implementation, storytelling, design…

lyndonkl/claude · 87 tokens

accommodation_designer_agent

Operationalizes an already-granted accommodation into modified assessment materials with equivalent rigor — never decides eligibility, never names the condition.

YujxZJCN/teaching-skills · 29 tokens