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.
npx agentmods add skills/opsintech/opsintech-platform/ppt-masternpx skills add OpsinTech/opsintech-platform --skill ppt-mastergit clone --depth 1 https://github.com/OpsinTech/opsintech-platformWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00076 | $0.10231 |
| Opus 5 | $0.00038 | $0.05116 |
| Sonnet 5 | $0.00015 | $0.02046 |
| Haiku 4.5 | $0.00008 | $0.01023 |
Grade A, and why
ppt-master 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 595 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPT Master Skill
AI-driven multi-format SVG content generation system. Converts source documents into high-quality SVG pages through multi-role collaboration and exports to PPTX.
Core Pipeline: Source Document → Create Project → [Template] → Strategist → [Image_Generator] → Executor Live Preview → Quality Check → Post-processing → Export
[!CAUTION]
🚨 Global Execution Discipline (MANDATORY)
This workflow is a strict serial pipeline. The following rules have the highest priority — violating any one of them constitutes execution failure:
- SERIAL EXECUTION — Steps MUST be executed in order; the output of each step is the input for the next. Non-BLOCKING adjacent steps may proceed continuously once prerequisites are met, without waiting for the user to say "continue"
- BLOCKING = HARD STOP — Steps marked ⛔ BLOCKING require a full stop; the AI MUST wait for an explicit user response before proceeding and MUST NOT make any decisions on behalf of the user
- NO CROSS-PHASE BUNDLING — Cross-phase bundling is FORBIDDEN. (Note: the Eight Confirmations in Step 4 are ⛔ BLOCKING — the AI MUST present recommendations and wait for explicit user confirmation before proceeding. Once the user confirms, all subsequent non-BLOCKING steps — design spec output, SVG generation, speaker notes, and post-processing — may proceed automatically without further user confirmation)
- GATE BEFORE ENTRY — Each Step has prerequisites (🚧 GATE) listed at the top; these MUST be verified before starting that Step
- NO SPECULATIVE EXECUTION — "Pre-preparing" content for subsequent Steps is FORBIDDEN (e.g., writing SVG code during the Strategist phase)
- NO SUB-AGENT SVG GENERATION — Executor Step 6 SVG generation is context-dependent and MUST be completed by the current main agent end-to-end. Delegating page SVG generation to sub-agents is FORBIDDEN
- SEQUENTIAL PAGE GENERATION ONLY — In Executor Step 6, after the global design context is confirmed, SVG pages MUST be generated sequentially page by page in one continuous pass. Grouped page batches (for example, 5 pages at a time) are FORBIDDEN
- SPEC_LOCK RE-READ PER PAGE — Before generating each SVG page, Executor MUST
read_file <project_path>/spec_lock.md. All colors / fonts / icons / images MUST come from this file — no values from memory or invented on the fly. Executor MUST also look up the current page'spage_rhythm(anchor/dense/breathing),page_layouts(which template SVG to inherit, if any), andpage_charts(which chart template to adapt, if any). Empty / absent entries are intentional Strategist signals — see executor-base.md §2.1. This rule exists to resist context-compression drift on long decks and to break the uniform "every page is a card grid" default- SVG MUST BE HAND-WRITTEN, NOT SCRIPT-GENERATED — Every SVG page is written by the main agent directly, one page at a time (see rules 6 and 7). Writing or running a Python / Node / shell script that produces the SVG files in batch — looping over pages, templating from data, or emitting them via a generator — is FORBIDDEN, including under "save tokens", "quick draft", or "user is in a hurry" pretexts. The script-generation path was tried on a feature branch and abandoned: cross-page visual consistency depends on per-page authoring with full upstream context, which a generator script cannot reproduce
[!IMPORTANT]
🌐 Language & Communication Rule
- Response language: match the user's input and source materials. Explicit user override (e.g., "请用英文回答") takes precedence.
- Template format:
design_spec.mdMUST follow its original English template structure (section headings, field names) regardless of conversation language. Content values may be in the user's language.
[!IMPORTANT]
🔌 Compatibility With Generic Coding Skills
ppt-masteris a repository-specific workflow, not a general application scaffold- Do NOT create
.worktrees/,tests/, branch workflows, or generic engineering structure by default- On conflict with a generic coding skill, follow this skill unless the user explicitly says otherwise
What ships with it
60 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.
- .env.example 11 KB
- references/ai-image-comparison/palette/_manifest.json 16 KB
- references/ai-image-comparison/palette/_manifest.md 16 KB
- references/ai-image-comparison/palette/_subject.md 3.0 KB
- references/ai-image-comparison/palette/cool-corporate.png 752 KB
- references/ai-image-comparison/palette/dark-cinematic.png 933 KB
- references/ai-image-comparison/palette/duotone.png 797 KB
- references/ai-image-comparison/palette/earthy-dusty.png 928 KB
- references/ai-image-comparison/palette/editorial-classic.png 1242 KB
- references/ai-image-comparison/palette/frost-ice.png 696 KB
- references/ai-image-comparison/palette/jewel-tone.png 800 KB
- references/ai-image-comparison/palette/macaron.png 790 KB
- references/ai-image-comparison/palette/mono-ink.png 780 KB
- references/ai-image-comparison/palette/nature-organic.png 859 KB
- references/ai-image-comparison/palette/sunset-gradient.png 831 KB
- references/ai-image-comparison/palette/tech-neon.png 918 KB
- references/ai-image-comparison/palette/vivid-launch.png 824 KB
- references/ai-image-comparison/palette/warm-earth.png 798 KB
- references/ai-image-comparison/README.md 4.1 KB
- references/ai-image-comparison/rendering/_manifest.json 24 KB
- references/ai-image-comparison/rendering/_manifest.md 23 KB
- references/ai-image-comparison/rendering/_subject.md 1.8 KB
- references/ai-image-comparison/rendering/3d-isometric.png 828 KB
- references/ai-image-comparison/rendering/blueprint.png 1010 KB
- references/ai-image-comparison/rendering/chalkboard.png 1603 KB
- references/ai-image-comparison/rendering/corporate-photo.png 1068 KB
- references/ai-image-comparison/rendering/digital-dashboard.png 908 KB
- references/ai-image-comparison/rendering/editorial.png 1552 KB
- references/ai-image-comparison/rendering/fantasy-animation.png 1650 KB
- references/ai-image-comparison/rendering/flat.png 912 KB
- references/ai-image-comparison/rendering/glassmorphism.png 1020 KB
- references/ai-image-comparison/rendering/ink-notes.png 885 KB
- references/ai-image-comparison/rendering/minimalist-swiss.png 687 KB
- references/ai-image-comparison/rendering/nature.png 1597 KB
- references/ai-image-comparison/rendering/paper-cut.png 1570 KB
- references/ai-image-comparison/rendering/pixel-art.png 707 KB
- references/ai-image-comparison/rendering/screen-print.png 1718 KB
- references/ai-image-comparison/rendering/sketch-notes.png 1465 KB
- references/ai-image-comparison/rendering/vector-illustration.png 763 KB
- references/ai-image-comparison/rendering/vintage-poster.png 1834 KB
- references/ai-image-comparison/rendering/warm-scene.png 1051 KB
- references/ai-image-comparison/rendering/watercolor.png 1564 KB
- references/ai-image-comparison/type/_manifest.json 15 KB
- references/ai-image-comparison/type/_manifest.md 15 KB
- references/ai-image-comparison/type/_subject.md 3.0 KB
- references/ai-image-comparison/type/comparison.png 602 KB
- references/ai-image-comparison/type/cycle.png 806 KB
- references/ai-image-comparison/type/flowchart.png 584 KB
- references/ai-image-comparison/type/framework.png 764 KB
- references/ai-image-comparison/type/funnel.png 708 KB
- references/ai-image-comparison/type/infographic.png 626 KB
- references/ai-image-comparison/type/map.png 862 KB
- references/ai-image-comparison/type/matrix.png 806 KB
- references/ai-image-comparison/type/pyramid.png 627 KB
- references/ai-image-comparison/type/scene.png 807 KB
- references/ai-image-comparison/type/timeline.png 568 KB
- references/animations.md 10 KB
- references/canvas-formats.md 2.8 KB
- references/executor-base.md 31 KB
- references/executor-consultant-top.md 10 KB
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.
- 2d ago First seen · 595 lines · 76 tokens per session scan A 01207ea03fe7
ppt-master is a skill published in the GitHub repository OpsinTech/opsintech-platform (92 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 10,231 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
agent-host-chat-contributions
Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.