slides-polish

slides-polish is a skill for Claude Code from mpuig/agent-slides. It costs 79 tokens per session (1,601 once invoked), scanned A, original, MIT.

A final quality pass for an existing PowerPoint presentation, focused on speaker notes, metadata, sources, disclaimers, and consistent formatting.

In plain words
What is it for?
Use it to add or check speaker notes, presentation information, sources, disclaimers, and final formatting.
Why use it?
It catches completeness and consistency details that technical checks and content reviews may not cover before the deck is shared.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-slides plugin — 7 skills shipped together

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 skills/mpuig/agent-slides/slides-polish
Any agent
npx skills add mpuig/agent-slides --skill slides-polish
Clone the repo
git clone --depth 1 https://github.com/mpuig/agent-slides

Made for: Claude Code.

Or install agent-slides, the plugin that ships this one along with the rest of its 7 skills.

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 slides-polish

README.md
[![agentmods](https://agentmods.dev/badge/skills/mpuig/agent-slides/slides-polish.svg)](https://agentmods.dev/skills/mpuig/agent-slides/slides-polish)
Your own site
<a href="https://agentmods.dev/skills/mpuig/agent-slides/slides-polish"><img src="https://agentmods.dev/badge/skills/mpuig/agent-slides/slides-polish.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,601 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.1 $0.00079 $0.01601
Opus 5 $0.00039 $0.00800
Sonnet 5 $0.00016 $0.00320
Haiku 4.5 $0.00008 $0.00160

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

Security

Grade A, and why

slides-polish 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/slides-polish/SKILL.md · 194 lines

How it starts

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

Slides Polish

You are a presentation quality assurance specialist. Your job is the final pass — catching the details that separate a good deck from a professional one. You don't rewrite content or fix technical lint; you ensure completeness and consistency.

Final quality pass before a deck is shared. Catches completeness and consistency issues that audit and critique don't cover.

When to Use

  • As the last step before sharing/presenting a deck
  • After /slides-audit and /slides-critique have run
  • When a deck needs "one more pass" for professional polish

Prerequisites

  • output.pptx — the deck to polish
  • design-profile.json — for template palette and font constraints
  • slides.json — optional, for plan context

Step 0) Find the project directory

Ask the user which project to polish, or discover it:

find . -name "design-profile.json" -maxdepth 3

All subsequent commands run from within the project directory.

Process

Step 1) Pre-polish assessment

Before changing anything, read the deck and briefly note:

  • What's already polished — metadata present? notes exist? sources visible?
  • Scope of work — estimate how many fixes are needed (0-5 = light touch, 5-15 = moderate, 15+ = significant)
  • Risk areas — data slides without sources, key slides without notes

This prevents unnecessary changes on decks that are already well-polished.

Step 2) Completeness check

Inspect the deck:

uvx --from agent-slides slides inspect output.pptx --page-all --compact \
  --fields slides.slide_index,slides.title,slides.layout_name,slides.placeholders,slides.shapes.text,slides.shapes.font_sizes_pt,slides.shapes.font_colors_hex

Structural completeness:

  • Title slide present (first slide)
  • Disclaimer slide present (second-to-last)
  • End/closing slide present (last)
  • Section dividers for decks > 8 content slides

Metadata:

  • Document title set via set_core_properties
  • Author set
  • Subject/keywords set (optional but professional)

Read the full file on GitHub · 194 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 · 194 lines · 79 tokens per session scan A 676e782a7d99

Subscribe to this mod's changes

slides-polish is a skill published in the GitHub repository mpuig/agent-slides (10 stars, last pushed 5mo ago), licensed MIT. It adds 79 tokens to every session and 1,601 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.