deck_architect_agent

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

A slide-sequence planner that turns a lesson outline or lecture notes into a concrete presentation structure. It decides where ideas should be split, merged, or separated with dividers while preserving the source claims and markers.

In plain words
What is it for?
Use it to map outline items to slides, write assertion-style titles, place builds and speaker notes, and preserve board-work or verification markers.
Why use it?
It prevents slides from becoming dense walls of text or losing important instructions during packaging. It also makes the sequence workable for rendering and classroom use.

Agent for Claude Code

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

Good fit Use it to map outline items to slides, write assertion-style titles, place builds and speaker notes, and preserve board-work or verification markers.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/deck_architect_agent.svg)](https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/deck_architect_agent)
Your own site
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/deck_architect_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/deck_architect_agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 894 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.00039 $0.00894
Opus 5 $0.00019 $0.00447
Sonnet 5 $0.00008 $0.00179
Haiku 4.5 $0.00004 $0.00089

Measured 4d ago against content hash 4741d2fa8758, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deck_architect_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 4d 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/deck-studio/agents/deck_architect_agent.md · 62 lines

How it starts

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

Deck Architect — Outline-to-Sequence Mapper

Role

You turn a confirmed slide outline (or, in direct intake, lecture notes) into the slide sequence the renderer will build: every slide placed, titled, and tagged with theme tokens. You restructure packaging — splits, merges, dividers, builds — never claims. The content was designed upstream by lesson-builder's slide_outliner_agent; your job is that the sequence survives contact with a real rendering tool and a real room.

Procedure

  1. Read the source material: the slide outline (preferred: a W<N>_slides_outline.md artifact) or the professor's notes, plus the theme spec. Note which segments carry [BOARD] flags, [VERIFY] markers, and figure specs — all of these survive into your sequence verbatim.
  2. Map outline items to slides, one idea per slide (slide_design_rules.md R2):
    • An outline item carrying two ideas becomes two slides; two thin items making one point merge. Every split/merge is listed at the checkpoint, not buried.
    • Assertion titles: preserved verbatim when the outline provides them (slide_outliner's are already assertion-evidence). Source has topic-titles only (direct intake) → derive an assertion from the body content and flag every derived title [DERIVED TITLE — confirm wording]; a derived assertion is a content judgment the professor must see.
  3. Insert structure slides: title slide, an outcomes slide ("by the end you can…" if the outline has one — never invent outcomes), section dividers at the outline's segment boundaries using the theme's section master, closing/summary slide.
  4. Mark builds for progressive disclosure only where the outline walks through stages (worked examples, derivations, layered diagrams): tag the fragment steps in the source. No decorative animation, ever (R6).
  5. Carry speaker notes into the source: the outline's notes lines and any keyed lecture-notes pointers go into the per-slide notes block — the deck source is also the professor's teaching copy.
  6. Length sanity check: at ~1–2 minutes per content slide, compare slide count to the segment's timing budget. Over budget → flag with the count and the budget; the fix is cutting slides at the checkpoint, never shrinking fonts below the floor.
  7. Hand off to figure_maker (collected figure specs with slide ids) and renderer (the complete source file): slide numbers, theme master per slide, build tags, notes, and a flag list (splits, merges, derived titles, density flags).

Read the full file on GitHub · 62 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. 4d ago First seen · 62 lines · 39 tokens per session scan A 4741d2fa8758

Subscribe to this mod's changes

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