ppt-creator

ppt-creator is a skill for Claude Code from indranildchandra/claude-local-starter. It costs 3 tokens per session (5,654 once invoked), scanned A, original, MIT.

A tool for producing presentation-ready PowerPoint files in a defined personal design system. It includes rules and templates for talks, meetups, internal presentations, and other non-company-branded decks.

In plain words
What is it for?
Use it to create conference or internal presentation decks, apply the supplied slide templates, and add diagrams or other visual elements when appropriate.
Why use it?
It keeps slide design consistent by using documented colours, typography, spacing, layouts, and speaker information. It also defines when to use supporting visual assets such as diagrams.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths; mentions subagents.

Good fit Use it to create conference or internal presentation decks, apply the supplied slide templates, and add diagrams or other visual elements when appropriate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/indranildchandra/claude-local-starter/ppt-creator
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 indranildchandra/claude-local-starter --skill ppt-creator
Clone the repo
git clone --depth 1 https://github.com/indranildchandra/claude-local-starter

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 ppt-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/indranildchandra/claude-local-starter/ppt-creator/github.svg)](https://agentmods.dev/skills/indranildchandra/claude-local-starter/ppt-creator)
Your own site
<a href="https://agentmods.dev/skills/indranildchandra/claude-local-starter/ppt-creator"><img src="https://agentmods.dev/badge/skills/indranildchandra/claude-local-starter/ppt-creator/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 ppt-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/indranildchandra/claude-local-starter/ppt-creator"><img src="https://agentmods.dev/badge/skills/indranildchandra/claude-local-starter/ppt-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,654 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.00003 $0.05654
Opus 5 $0.00002 $0.02827
Sonnet 5 $0.00001 $0.01131
Haiku 4.5 $0.00000 $0.00565

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

Security

Grade A, and why

ppt-creator 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/boilerplate.js), 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/ppt-creator/SKILL.md · 567 lines

How it starts

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

ppt-creator

Produces a presentation-ready .pptx in the personal design system derived from RAG Done Right Production.pptx. Suitable for conference talks, meetups, internal presentations, and any non-work-branded decks.

All design values are sourced from references/design-system.md. Do not invent colour values, spacing, or typography outside that file.

Reference Files

Read only at the stage they are needed — never all at once.

File Read when
personal-info.md At invocation — speaker name, title, QR path, defaults
references/design-system.md At invocation — C palette, primitives, layout grid
references/slide-templates.md At GENERATE only — layout skeletons
references/boilerplate.js At GENERATE — copy verbatim as deck file base, do not read into context
references/infographic-workflow.md Only when an infographic candidate is identified — do not load otherwise
references/artifact-guide.md At ARTIFACTS checkpoint only — export settings and embed rules for napkin.ai, draw.io, carbon.now.sh, Mermaid, NotebookLM
references/design-system-override-guide.md Only at DESIGN-DISCOVERY — when user requests a custom/alternative design system
# Run at invocation:
cat ~/.claude/skills/ppt-creator/personal-info.md
cat ~/.claude/skills/ppt-creator/references/design-system.md

# Run only when GENERATE begins:
cat ~/.claude/skills/ppt-creator/references/slide-templates.md

# At GENERATE: copy the file, do not cat it
cp ~/.claude/skills/ppt-creator/references/boilerplate.js /path/to/[deck-name].js

# Run ONLY when an infographic candidate is identified (not before):
cat ~/.claude/skills/ppt-creator/references/infographic-workflow.md

# Run ONLY at the ARTIFACTS checkpoint (not before):
cat ~/.claude/skills/ppt-creator/references/artifact-guide.md

# Run ONLY at DESIGN-DISCOVERY (not before):
cat ~/.claude/skills/ppt-creator/references/design-system-override-guide.md

Workflow

Read the full file on GitHub · 567 lines

Files

What ships with it

7 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. 9d ago First seen · 567 lines · 3 tokens per session scan A 79cc67d5871b

Subscribe to this mod's changes

ppt-creator is a skill published in the GitHub repository indranildchandra/claude-local-starter (13 stars, last pushed 1mo ago), licensed MIT. It adds 3 tokens to every session and 5,654 once invoked, about $0.0000 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