craft-slides

craft-slides is a skill for Claude Code from Tasachii/Tasachii-Tools. It costs 199 tokens per session (2,679 once invoked), scanned A, original, MIT.

A skill for creating browser-based presentations as one self-contained HTML file. It uses a fixed 16:9 layout, keeps content tied to the user's source material, and checks slides for overlap and overflow.

In plain words
What is it for?
Use it to make presentations, pitch decks, or web versions of PowerPoint content, including Thai-English decks with optional presenter notes.
Why use it?
It avoids invented slide content and catches layout problems before delivery, while keeping the deck easy to open without npm or a build step.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the craft-slides plugin — 1 skill shipped together

Good fit Use it to make presentations, pitch decks, or web versions of PowerPoint content, including Thai-English decks with optional presenter notes.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Tasachii/Tasachii-Tools
Claude Code
/plugin install craft-slides

Made for: Claude Code.

Or install craft-slides, the plugin that ships this one along with the rest of its 1 skill.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/tasachii/tasachii-tools/craft-slides/github.svg)](https://agentmods.dev/skills/tasachii/tasachii-tools/craft-slides)
Your own site
<a href="https://agentmods.dev/skills/tasachii/tasachii-tools/craft-slides"><img src="https://agentmods.dev/badge/skills/tasachii/tasachii-tools/craft-slides/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 craft-slides

Your own site · 80×15
<a href="https://agentmods.dev/skills/tasachii/tasachii-tools/craft-slides"><img src="https://agentmods.dev/badge/skills/tasachii/tasachii-tools/craft-slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 199 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,679 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.00199 $0.02679
Opus 5 $0.00100 $0.01340
Sonnet 5 $0.00040 $0.00536
Haiku 4.5 $0.00020 $0.00268

Measured 10d ago against content hash 92b9a73237b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

craft-slides 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/screenshot-check.mjs), 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.

plugins/craft-slides/skills/craft-slides/SKILL.md · 176 lines

How it starts

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

craft-slides

Build zero-dependency HTML presentations that run entirely in the browser — one self-contained .html file, no npm, no build step. The deck is authored at a fixed 1920×1080 stage and scaled as a whole to fit any screen, so it stays 16:9 everywhere, phones included.

craft-slides improves on a from-scratch slide generator in five concrete ways:

Improvement What it means
Content is grounded, never invented Slide text comes from the user's real material — a repo, a URL, a file, or what they paste. Unverifiable facts are asked about or left as a visible [[TODO: …]], never guessed.
Bilingual Thai/English is first-class Thai is a designed-for language, not an afterthought — correct font pairing, mixed-script spacing, and TH/EN layout patterns. See references/thai-bilingual.md.
It verifies its own output After generating, it screenshots every slide at 1920×1080 and fixes any overflow or overlap before handing the deck over. See references/verifying.md.
Present-ready, not just headlines Slides carry enough explanatory copy to make sense when read, plus optional speaker notes for live delivery — not bare title fragments.
Auto by default No four-question interview unless asked. It infers purpose, length, and density from the material and ships one strong design.

Top rule — never invent the content

A slide that states a number, a feature, a date, or a claim the user did not give and the code does not show is a defect, not a draft. In order:

  1. Read the real source — a repo's README/package.json/src, a pasted brief, a linked page, an attached file.
  2. Ask the user when a needed fact cannot be read.
  3. Leave a marker[[TODO: confirm pricing]] rendered visibly on the slide — when neither is possible.

Design is invented freely; content is not. "Made-up traction numbers on a pitch deck" is the failure this rule exists to prevent.

Names and attribution are content too. A presenter name, author, company, or brand line on the cover or closing slide is never assumed and never filled with a default. Ask once how to sign the deck — a name, a brand, or nothing — and leave it off until told. Do not carry a name over from a previous deck, from the user's account, or from this plugin's author; the skill ships nameless so anyone can use it.

Read the full file on GitHub · 176 lines

Files

What ships with it

6 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. 10d ago First seen · 176 lines · 199 tokens per session scan A 92b9a73237b0

Subscribe to this mod's changes

craft-slides is a skill published in the GitHub repository Tasachii/Tasachii-Tools (2 stars, last pushed 1mo ago), licensed MIT. It adds 199 tokens to every session and 2,679 once invoked, about $0.0010 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.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens