slide-inspector

slide-inspector is a skill for Claude Code from BayramAnnakov/ai-personal-os-skills. It costs 32 tokens per session (5,813 once invoked), scanned A, original, MIT.

A quality checker for PowerPoint presentations that reviews slide layout, consistency, readability, accessibility, and signs of failed or machine-generated design.

In plain words
What is it for?
Use it after creating a PowerPoint file or when reviewing an existing deck for design, accessibility, and presentation-quality issues.
Why use it?
It helps find visual and structural problems before a presentation is delivered or shared.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the ai-personal-os-skills plugin — 6 skills shipped together

Good fit Use it after creating a PowerPoint file or when reviewing an existing deck for design, accessibility, and presentation-quality issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bayramannakov/ai-personal-os-skills/slide-inspector
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.

Any agent
npx skills add BayramAnnakov/ai-personal-os-skills --skill slide-inspector
Clone the repo
git clone --depth 1 https://github.com/BayramAnnakov/ai-personal-os-skills

Made for: Claude Code.

Or install ai-personal-os-skills, the plugin that ships this one along with the rest of its 6 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 slide-inspector

README.md
[![agentmods](https://agentmods.dev/badge/skills/bayramannakov/ai-personal-os-skills/slide-inspector/github.svg)](https://agentmods.dev/skills/bayramannakov/ai-personal-os-skills/slide-inspector)
Your own site
<a href="https://agentmods.dev/skills/bayramannakov/ai-personal-os-skills/slide-inspector"><img src="https://agentmods.dev/badge/skills/bayramannakov/ai-personal-os-skills/slide-inspector/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-inspector

Your own site · 80×15
<a href="https://agentmods.dev/skills/bayramannakov/ai-personal-os-skills/slide-inspector"><img src="https://agentmods.dev/badge/skills/bayramannakov/ai-personal-os-skills/slide-inspector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,813 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.00032 $0.05813
Opus 5 $0.00016 $0.02906
Sonnet 5 $0.00006 $0.01163
Haiku 4.5 $0.00003 $0.00581

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

Security

Grade A, and why

slide-inspector 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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/calibrate.sh, scripts/inspect_slides.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/slide-inspector/SKILL.md · 333 lines

How it starts

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

Slide Inspector

A systematic quality audit for PowerPoint presentations. Catches layout bugs, design inconsistencies, readability problems, structural anti-patterns, and AI-generation tells that make slides look unpolished.

When This Runs

Post-creation QA (integrated): After generating a .pptx with the pptx skill, run this inspection before delivering the file. Think of it as the compiler warnings step — you wouldn't ship code without checking for errors.

Standalone audit: When a user uploads a .pptx and asks you to review it, inspect it, or check for issues.

Calibration (one-off, opt-in): When the user invokes calibrate mode, scan their CC history to learn their personal correction patterns and propose custom checks. See references/calibration.md for the procedure.

Step 0: First-Run Calibration Prompt

Before starting any inspection, check whether the user has been offered calibration:

  1. Check if ~/.claude/skills/slide-inspector/user-overrides.yaml exists.
  2. If it does NOT exist — this is the user's first invocation. Prompt them ONCE, briefly:

    "First time running slide-inspector. I can calibrate it to YOUR style by mining your past pptx correction history (~5-10 min). This adds custom checks for patterns you fix repeatedly that aren't in the defaults. Want to calibrate first? (yes / no)"

  3. Based on the answer:
    • yes → Follow references/calibration.md to run the calibration procedure. It creates user-overrides.yaml populated with approved patterns. Then proceed with the inspection.
    • no → Write a minimal stub to ~/.claude/skills/slide-inspector/user-overrides.yaml:
      # User declined calibration on first run. Hand-edit anytime to add custom checks.
      # Re-run calibration any time with: "calibrate slide-inspector"
      overrides:
        calibration_status: declined
      checks: []
      
      Then proceed with the inspection. Do not ask again.
  4. If user-overrides.yaml DOES exist — skip this step entirely. Calibration has either been completed or explicitly declined. Proceed straight to Step 1.

Read the full file on GitHub · 333 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 333 lines · 32 tokens per session scan A 7579d8c4941d

Subscribe to this mod's changes

slide-inspector is a skill published in the GitHub repository BayramAnnakov/ai-personal-os-skills (20 stars, last pushed 4mo ago), licensed MIT. It adds 32 tokens to every session and 5,813 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-08-30.

Related

Other skills, from other repositories

kami-landing

Produce a print-grade single-page kami (紙 / 纸) document — warm parchment canvas, ink-blue accent, serif at one weight, no italic, no cool grays. The output reads like a professional white paper or studio one-pager, not an app UI. Multilingual by design (EN · zh-CN · ja). One self-contained HTML file, zero dependencies.

nexu-io/open-design · 81 tokens

applying-brand-guidelines

This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging.

anthropics/claude-cookbooks · 27 tokens

html-ppt-obsidian-claude-gradient

OpenDesign's enterprise AI-adoption brief: local-first agents at work, the risk controls, the ROI, and the rollout plan. Built as a decision-grade AI literacy deck for leadership, IT, security.

nexu-io/open-design · 53 tokens

kami

A design and typesetting guide for creating professional documents and product landing pages, such as resumes, white papers, portfolios, and slide decks.

tw93/Kami · 157 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

mermaid-tools

Extracts Mermaid diagrams from markdown files and generates high-quality PNG images using bundled scripts. Activates when working with Mermaid diagrams, converting diagrams to PNG, extracting diagrams from markdown, or processing markdown files with embedded Mermaid code.

daymade/claude-code-skills · 48 tokens