open-slide-best-practices

open-slide-best-practices is a skill for Claude Code, Codex from squadcodercom/squadcoder. It costs 179 tokens per session (3,610 once invoked), scanned A, original, MIT.

A guide for authoring presentations with open-slide, a React framework that renders slides on a fixed 1920×1080 canvas. It includes guidance for Hebrew, right-to-left layouts, themes, design tokens, and inspector comments.

In plain words
What is it for?
Use it to create slides, build themes, set presentation design values, handle Hebrew and mixed-direction text, and process inspector comments in an open-slide project.
Why use it?
It helps avoid text direction, font, spacing, and sizing problems when creating Hebrew or bilingual presentations. It also explains the project files and conventions that open-slide expects.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/squadcodercom/squadcoder/open-slide-best-practices
Any agent
npx skills add squadcodercom/squadcoder --skill open-slide-best-practices
Clone the repo
git clone --depth 1 https://github.com/squadcodercom/squadcoder

Made for: Claude Code, Codex.

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 open-slide-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/squadcodercom/squadcoder/open-slide-best-practices.svg)](https://agentmods.dev/skills/squadcodercom/squadcoder/open-slide-best-practices)
Your own site
<a href="https://agentmods.dev/skills/squadcodercom/squadcoder/open-slide-best-practices"><img src="https://agentmods.dev/badge/skills/squadcodercom/squadcoder/open-slide-best-practices.svg" alt="Measured on agentmods" height="20"></a>
Per session 179 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,610 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00179 $0.03610
Opus 5 $0.00089 $0.01805
Sonnet 5 $0.00036 $0.00722
Haiku 4.5 $0.00018 $0.00361

Measured yesterday against content hash 9cd6e0368972, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

open-slide-best-practices 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 yesterday.

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.

.squadcoder/skills/open-slide-best-practices/SKILL.md · 154 lines

How it starts

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

open-slide Best Practices for Israeli Developers

Adapted from 1weiho/open-slide (MIT). Hebrew and RTL adaptations by skills-il.

Problem

open-slide ships an opinionated authoring system: a fixed 1920×1080 React canvas, a typed DesignSystem const, a themes folder, an inspector that drops @slide-comment markers in source, and five built-in skills (slide-authoring, create-slide, create-theme, apply-comments, current-slide). None of those touch Hebrew or RTL. Out of the box, a deck written by a coding agent comes out left-aligned, system-font only, with paddingLeft that fights the Hebrew reading order, and no guidance for mixed Hebrew+English text. Israeli developers waste hours retrofitting RTL, loading Hebrew Google Fonts, and discovering that the type scale (140–200px hero) which works in Inter looks cramped in Heebo at the same weight.

Instructions

When to use

Use this skill whenever you are writing or editing code under slides/<id>/ in an open-slide project, creating a theme under themes/, or processing inspector comments — especially when any of that content is in Hebrew or bilingual.

New project setup

When in an empty folder or workspace with no existing open-slide project, scaffold one using:

npx @open-slide/cli init my-slide
cd my-slide
pnpm dev

Replace my-slide with a suitable project name. The scaffolder ships with the upstream agent skills preconfigured; this skill provides Hebrew and RTL adaptations on top.

Hebrew and RTL

For any Hebrew or bilingual deck, load ./rules/hebrew-rtl.md first. It covers:

  • Hebrew Google Fonts (Heebo, Rubik, Assistant, Noto Sans Hebrew) with subset=hebrew
  • The <html dir="rtl"> set-up vs per-page dir attribute (the canvas root is the page component, not the document)
  • CSS logical properties (paddingInlineStart, marginInlineStart, insetInlineStart) instead of paddingLeft/marginLeft/left
  • flexDirection: 'row-reverse' vs setting dir on the flex container
  • Bidirectional text with <bdi> for mixed Hebrew + Latin (brand names, code, URLs)
  • Hebrew-aware type scale tuning (Hebrew renders ~10–15% wider per character at the same px size)
  • Hebrew DesignSystem.fonts.display and fonts.body choices that work at hero size
  • RTL-aware theme markdown patterns under themes/
  • Hebrew typography pitfalls: nikkud rendering, sofit letter spacing, hyphen vs maqaf

Read the full file on GitHub · 154 lines

Files

What ships with it

9 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. yesterday First seen · 154 lines · 179 tokens per session scan A 9cd6e0368972

Subscribe to this mod's changes

open-slide-best-practices is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 179 tokens to every session and 3,610 once invoked, about $0.0009 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-09-03.