artifact-organizer-slides

artifact-organizer-slides is a skill for Codex from keepYaoung/artifact-organizer. It costs 76 tokens per session (1,696 once invoked), scanned A, original, MIT.

A skill for turning a topic or outline into a self-contained HTML slide presentation with separate slides and keyboard navigation.

In plain words
What is it for?
Use it for presentations, walkthroughs, training material, demos, reviews, kickoff decks, or recaps with five or more steps. It requires the separate Artifact Organizer skill to render the result.
Why use it?
It gives developers a defined format for producing presentations instead of assembling slide markup from scratch. It also distinguishes slide decks from single-page documents.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Codex; mentions OpenCode.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./.claude/skills/artifact-organizer ~/.claude/skills/artifact-organizer \.

Good fit Use it for presentations, walkthroughs, training material, demos, reviews, kickoff decks, or recaps with five or more steps. It requires the separate Artifact Organizer skill to render the result.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/keepYaoung/artifact-organizer
agentmods
npx agentmods add skills/keepyaoung/artifact-organizer/artifact-organizer-slides

Made for: Codex.

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 artifact-organizer-slides

README.md
[![agentmods](https://agentmods.dev/badge/skills/keepyaoung/artifact-organizer/artifact-organizer-slides/github.svg)](https://agentmods.dev/skills/keepyaoung/artifact-organizer/artifact-organizer-slides)
Your own site
<a href="https://agentmods.dev/skills/keepyaoung/artifact-organizer/artifact-organizer-slides"><img src="https://agentmods.dev/badge/skills/keepyaoung/artifact-organizer/artifact-organizer-slides/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 artifact-organizer-slides

Your own site · 80×15
<a href="https://agentmods.dev/skills/keepyaoung/artifact-organizer/artifact-organizer-slides"><img src="https://agentmods.dev/badge/skills/keepyaoung/artifact-organizer/artifact-organizer-slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,696 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.00076 $0.01696
Opus 5 $0.00038 $0.00848
Sonnet 5 $0.00015 $0.00339
Haiku 4.5 $0.00008 $0.00170

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

Security

Grade A, and why

artifact-organizer-slides 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 11d 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/artifact-organizer-slides/SKILL.md · 133 lines

How it starts

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

Step 0 — Preference: Before running any renderer command, perform the theme-preference resolution block from the base artifact-organizer skill (~/.claude/skills/artifact-organizer/SKILL.md, section "Step 0"). It sets $THEME and $RENDERER. If absent, this wrapper falls back to notion + auto.

Artifact Organizer — Slides mode

Forces a artifact-organizer/SlideDeck root (NOT Page) and emits a slide-oriented HTML file via the Artifact Organizer renderer. This skill is a thin wrapper over the artifact-organizer skill: the envelope format and renderer contract live there, this skill adds the slide-specific rules.

When to use

  • User says "slides", "deck", "presentation", "walk me through", "recap as slides".
  • You're about to produce 5+ sequential points that would benefit from pagination.
  • User asks for a kickoff deck, readout, review, demo script, or training material.

Do not use for: single-page docs (use hyperscribe), diff reviews (use hyperscribe-diff), or linear prose.

Rules for slide mode

  1. Root MUST be artifact-organizer/SlideDeck, never artifact-organizer/Page. Slides don't nest inside Page.
  2. SlideDeck.children must be an array of artifact-organizer/Slide objects — nothing else.
  3. Pick aspect: "16:9" (default widescreen) or "4:3" (compact/legacy).
  4. Optional transition: "fade" | "slide" for visual polish (deck mode only).
  5. Optional mode: navigation/interaction style (see table below).
  6. Include a footer with topic + date.

Mode picker

mode Interaction Use when
"deck" (default) Keyboard / button nav, one slide at a time Tech share-outs, demos, training — viewer controls pacing
"scroll-snap" Vertical scroll-snap inside a 100vh container, IntersectionObserver-driven reveal Mobile-friendly walkthroughs, longer decks where the reader scrolls
"scroll-jack" Page-level scroll pinned via position: sticky, slides crossfade with scroll progress (Apple-style) Impact pieces, product launches, hero storytelling

Read the full file on GitHub · 133 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. 11d ago First seen · 133 lines · 76 tokens per session scan A 7de4ad7cc58d

Subscribe to this mod's changes

artifact-organizer-slides is a skill published in the GitHub repository keepYaoung/artifact-organizer (2 stars, last pushed 2mo ago), licensed MIT. It adds 76 tokens to every session and 1,696 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

infographic

Turn text, a document, or a topic into a graphic-first explainer: an imaginative schoolbook-style HTML page where full-page drawings, diagrams and legends carry the ideas and the text is titles only (a print-ready PDF only when asked). Use for an infographic, visual explainer, one-pager, data poster, concept or…

remybroun/infographic · 98 tokens

pixel2motion

Turn a raster logo (PNG/JPG/WebP/screenshot) into a clean minimal SVG with edge smoothness as the primary hard gate and IoU optimized as high as reasonably possible without a fixed global threshold, then into a choreographed logo animation delivered as standalone JS-rendered HTML, applying Disney's 12 animation…

nolangz/pixel2motion · 163 tokens

vox-director

Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…

Alisa0808/vox-director · 236 tokens

higgsfield-cinema

Guides users through professional filmmaking workflows in Higgsfield Cinema Studio, including creating multi-shot sequences, configuring optical stacks, applying color grading, managing Soul Cast AI actors, and structuring per-scene prompts with Director Panel camera movements. Use when the user mentions Cinema…

OSideMedia/higgsfield-ai-prompt-skill · 153 tokens

higgsfield-seedance

Rewrites scene descriptions using professional cinematography language, structures prompts with a six-slot formula (camera + subject + action + setting + style + lighting), and diagnoses content filter rejections via a preflight linter. Use whenever the user asks for a Seedance 2.0 / Seedance Pro prompt, describes a…

OSideMedia/higgsfield-ai-prompt-skill · 100 tokens

higgsfield-pipeline

Use when the user wants to create a complete multi-shot video, asks how to chain Higgsfield tools together, wants to build a short film or branded content series, asks "what's the full workflow", needs to connect Popcorn → image → video → Recast → audio → assembly, or wants to understand how the platform works as a…

OSideMedia/higgsfield-ai-prompt-skill · 82 tokens