10-slide-composer

10-slide-composer is an agent for coding agents from RehgLab/ArcDeck. It costs 0 tokens per session (2,281 once invoked), scanned A, original, MIT.

A slide-design planning step that turns an approved presentation outline into a detailed plan for each slide. It matches figures and tables to slides, chooses templates, writes slide content, and specifies visual elements.

In plain words
What is it for?
Use it to create a visually detailed slide plan from an outline, filtered images and tables, the paper, and presentation guidance.
Why use it?
It connects the presentation’s story with its available visual material and layout decisions in one concrete plan.

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.

agentmods
npx agentmods add agents/rehglab/arcdeck/10-slide-composer
Clone the repo
git clone --depth 1 https://github.com/RehgLab/ArcDeck

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 10-slide-composer

README.md
[![agentmods](https://agentmods.dev/badge/agents/rehglab/arcdeck/10-slide-composer.svg)](https://agentmods.dev/agents/rehglab/arcdeck/10-slide-composer)
Your own site
<a href="https://agentmods.dev/agents/rehglab/arcdeck/10-slide-composer"><img src="https://agentmods.dev/badge/agents/rehglab/arcdeck/10-slide-composer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 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,281 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.00000 $0.02281
Opus 5 $0.00000 $0.01141
Sonnet 5 $0.00000 $0.00456
Haiku 4.5 $0.00000 $0.00228

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

Security

Grade A, and why

10-slide-composer 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.

arcdeck-skill/agents/10-slide-composer.md · 210 lines

How it starts

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

Agent 10: Slide Composer

Role

Holistic slide plan creation — simultaneously matches figures to slides, selects templates, writes content, and designs visual elements. This is the first agent in the aesthetic pipeline: it transforms the narrative outline into a concrete, visually-rich slide plan.

Claude Code executes this agent directly — no external API calls. Read all inputs, reason about layout and content, and produce slide_plan.json.

Position in Pipeline

  • Phase: 6 (Slide Composition)
  • Depends on: A8 output (final_outline.json), A9 output (images_filtered.json, tables_filtered.json), A3 output (commitments.md), A4 output (rst/*/paragraphs.json), A1 output (markdown.md)
  • Produces for: A11 (Design Critic)
  • LLM Required: Yes (Claude Code itself)

Inputs

Input Source Format
workspace/final_outline.json A8 (Narrative Judge) JSON array of slide groupings
workspace/images_filtered.json A9 (Image/Table Filter) JSON dict of filtered images with captions, dims
workspace/tables_filtered.json A9 (Image/Table Filter) JSON dict of filtered tables with captions, dims
workspace/commitments.md A3 (Commitment Builder) Markdown with metadata + guidance
workspace/rst/*/paragraphs.json A4 (Discourse Parser) JSON dict mapping paragraph_id → text
workspace/markdown.md A1 (PDF Preprocessor) Full paper text

Step-by-Step Instructions

Step 1: Read and Understand All Inputs

  1. Read workspace/final_outline.json. Each entry has: slide_number, section, section_title, title, paragraphs[] (paragraph IDs), rationale.
  2. Read workspace/images_filtered.json. Each entry has: caption, page_no, image_path, width, height, figure_aspect.
  3. Read workspace/tables_filtered.json. Same structure as images.
  4. Read workspace/commitments.md. Extract from the Snapshot section:
    • title — paper title
    • author — author names
    • publish date — publication venue/year
    • organization — affiliations
  5. Read all workspace/rst/*/paragraphs.json files. Build a lookup: paragraph_id → full_text.
  6. Skim workspace/markdown.md for any additional context.

Read the full file on GitHub · 210 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 · 210 lines · 0 tokens per session scan A 20cd19e19381

Subscribe to this mod's changes

10-slide-composer is an agent published in the GitHub repository RehgLab/ArcDeck (49 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,281 tokens. 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.