Borrowing it
Nothing to install: this file belongs to Rikuto-des/slide-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Rikuto-des/slide-mcp/main/.claude/skills/slide-design/SKILL.mdgit clone --depth 1 https://github.com/Rikuto-des/slide-mcpWrote 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.
[](https://agentmods.dev/skills/rikuto-des/slide-mcp/slide-design)<a href="https://agentmods.dev/skills/rikuto-des/slide-mcp/slide-design"><img src="https://agentmods.dev/badge/skills/rikuto-des/slide-mcp/slide-design/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.
<a href="https://agentmods.dev/skills/rikuto-des/slide-mcp/slide-design"><img src="https://agentmods.dev/badge/skills/rikuto-des/slide-mcp/slide-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00093 | $0.01443 |
| Opus 5 | $0.00046 | $0.00722 |
| Sonnet 5 | $0.00019 | $0.00289 |
| Haiku 4.5 | $0.00009 | $0.00144 |
Grade A, and why
slide-design 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.
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 — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
slide-design
Turn a topic or outline into a designed, varied Figma Slides deck via the
slide-mcp plugin (the create_deck MCP tool). Aim for decks that look composed —
vary layouts deliberately, keep copy tight.
How to generate
Call the create_deck MCP tool with { replace?, theme?, slides: [...] }.
The slide-mcp plugin must be open in Figma Slides (its panel shows "Connected").
Set replace: true to recreate the deck from scratch; omit to append.
If create_deck isn't reachable, the plugin isn't running / connected — ask the
user to run it (Plugins → Development → slide-mcp). Advanced/no-Copilot path:
node server/generate.mjs deck.json (stop the MCP server first; restart after).
Workflow
- Outline 6–14 slides. Arc:
cover → agenda → (section → content/chart/…)* → closing/statement. - Pick a layout per slide by content shape (catalog below). Use ≥ 5 different layouts.
- Tight copy: one idea per slide, bullets ≤ ~12 words, ≤ 5 per slide.
- Choose a design system (theme.preset) — or leave it and the plugin's selected default applies. Don't switch systems every slide (per-slide override is for the occasional accent slide).
Layouts (layout) — 47
| group | layouts | data |
|---|---|---|
| title/section | cover, cover-bold, cover-minimal, cover-split, section, closing, sidebar | kicker, title, subtitle (sidebar: + body/bullets) |
| text | content, two-col, checklist, agenda | title, bullets[] |
| split | items[].title (term) + .desc (definition) | |
| statement, quote, callout | body (+ subtitle) | |
| numbers | stats, kpi, big-number, gauge, highlights | items[].value/label/desc |
| charts | bars, columns, progress, donut, line, funnel, pyramid, stack | items[].label/value (value holds a number) |
| process | steps, flow, roadmap, timeline | items[].title/desc |
| structure | compare | items[0..1].title + .bullets[] |
| quadrant, swot | 4 items[].title/desc (swot: or .bullets[]) | |
| venn | items[0..1]=sets, items[2]=overlap (.title each) | |
| cards | items[].title/desc | |
| pricing | items[].title/value/label/bullets (middle highlighted) | |
| table | slide.table.headers[] + rows[][] | |
| split-mix | left title/bullets/body + right slide.image OR items[] (mini bars) | |
| people | team | items[].image (avatar) /title/desc |
| testimonial | body=quote, image=avatar, subtitle=name, items[0].desc=role | |
| media | image-right, image-left, hero | slide.image (URL) + title/bullets/subtitle |
| gallery | items[].image/title | |
| code | code | body = the code (newlines preserved) |
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.
- 9d ago First seen · 97 lines · 93 tokens per session scan A 9383afaaf536
slide-design is a skill published in the GitHub repository Rikuto-des/slide-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 93 tokens to every session and 1,443 once invoked, about $0.0005 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.
Other skills, from other repositories
figma-codegen
Generate framework-aware code from a Figma design. Reads the project's stack profile and emits code matching the existing framework (React/Vue/Svelte/Next/etc.) and styling (Tailwind/CSS/CSS-in-JS), reusing existing components and design tokens instead of regenerating from scratch. Triggers whenever the user wants a…
figma-build
Build a Figma design from code or a description — the reverse of figma-codegen. Reuses the connected file's existing design system (components, variables, styles) instead of drawing primitives with hardcoded values. Triggers whenever the user wants something created or updated IN Figma from code or a spec — e.g.…
create-motion
Generate motion specification annotations from After Effects timeline data. Use when the user mentions "motion", "motion spec", "animation spec", "timeline", or wants to document a component's animation properties.
figma-use-slides
This skill helps agents use Figma's usefigma MCP tool in the Slides context. Can be used alongside figma-use which has foundational context for using the usefigma tool.
favicon-exporter
Prepare and export favicon assets from Figma in common web sizes and formats.
padding-maker
Normalize spacing and padding in Figma layouts using auto layout where appropriate.