presentation

presentation is a skill for Claude Code, Codex from ishida-supsys/oretachi. It costs 55 tokens per session (2,463 once invoked), scanned A, original, MIT.

A template-based tool for creating interactive React presentations, meaning slide decks built as web components.

In plain words
What is it for?
It helps create decks with keyboard navigation, slide thumbnails, full-screen viewing, progress indicators, and a 16:9 layout that fits different screen sizes.
Why use it?
It provides consistent slide navigation and sizing without requiring those presentation controls to be built from scratch.

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/ishida-supsys/oretachi/presentation
Any agent
npx skills add ishida-supsys/oretachi --skill presentation
Clone the repo
git clone --depth 1 https://github.com/ishida-supsys/oretachi

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 presentation

README.md
[![agentmods](https://agentmods.dev/badge/skills/ishida-supsys/oretachi/presentation.svg)](https://agentmods.dev/skills/ishida-supsys/oretachi/presentation)
Your own site
<a href="https://agentmods.dev/skills/ishida-supsys/oretachi/presentation"><img src="https://agentmods.dev/badge/skills/ishida-supsys/oretachi/presentation.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,463 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.00055 $0.02463
Opus 5 $0.00028 $0.01231
Sonnet 5 $0.00011 $0.00493
Haiku 4.5 $0.00006 $0.00246

Measured 4d ago against content hash ba42091d4dc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

presentation 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 4d 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.

src-tauri/skills/presentation/SKILL.md · 159 lines

How it starts

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

presentation スキル

インタラクティブな React プレゼンテーションアーティファクトをテンプレートから作成する。

機能:

  • キーボード操作によるスライド送り( Space PageUp PageDown Home End
  • サムネイル一覧オーバーレイ(G キー / ⊞ ボタン、クリックでジャンプ)
  • 全画面表示( ボタン。ブロックされる環境では擬似全画面にフォールバック)
  • 16:9 を保ったまま親要素にフィットするスライド枠(小窓でも全画面でも同じ見た目)
  • Catppuccin Mocha の操作バー + 進捗バー

引数

$ARGUMENTS: <artifact-id> [--repo <repo>] [--branch <branch>]
  • artifact-id(必須): 作成するアーティファクトID(例: kickoff-deck
  • --repo / --branch(任意): 保存先ワークツリーを明示したい場合のみ、両方セットで指定

ワークフロー

Step 1: パラメータ確定

引数を解析する。保存先ワークツリーは、artifact 系ツールに project_dir(現在の作業ディレクトリ)を渡して解決させるのが既定。HOME タブやリポジトリルートは git ワークツリーではないため git branch --show-current が使えず、--repo/--branch では特定できない。

--repo--branch が両方明示された場合のみ、project_dir の代わりにそれを渡す。--repo だけ与えられた場合は git branch --show-current でブランチを補う。

Step 2: テンプレートを読み込む

このスキルディレクトリの templates/ フォルダにある以下のファイルを Read で読み込む:

ファイル アーティファクトモジュール カスタマイズ要否
templates/entry-point.jsx エントリポイント(content) // CUSTOMIZE: コメント箇所のみ変更
templates/components--deck.jsx components/deck THEME のみ変更(配色を変えない場合はそのまま)
templates/slides--slide.example.jsx ※スキーマ参照用 新規生成

Step 3: 内容分析

ユーザー要件(補足ヒアリング or コードベース調査)からアウトラインを組み立てる。

スライド一覧: 各スライドについて定義する:

  • key: スライドキー(kebab-case、例: arch-overview
  • label: サムネイル一覧に出す短いラベル(例: アーキテクチャ概要
  • kind: スライド種別(下記)
  • 本文(見出し・箇条書き・図版・コードなど)

スライド種別:

kind 用途
title 表紙。中央寄せ・フッタなし
bullets 箇条書き(1スライド 4〜6 項目まで)
two-col 左テキスト + 右図版
diagram 図版中心(インライン SVG)
big 数値・キーメッセージ 1 つの強調。話の区切りに置く
code コード抜粋(15行程度まで)
quote 引用・方針の言い切り
closing まとめ

構成の目安:

  • 全体で 8〜15 枚。title で始まり closing で終える
  • 2 枚目に bullets のアジェンダを置く
  • 4〜5 枚ごとに bigquote を挟んでリズムを作る

Step 4: テーマ設定

components/deckTHEME を必要に応じて変更する。既定はライト背景 + mauve アクセント。

Catppuccin Mocha パレット(アクセント色の選択肢):

色名 hex 推奨用途
mauve #cba6f7 汎用(既定)
blue #89b4fa 技術・アーキテクチャ寄りの発表
green #a6e3a1 成果報告・リリースノート
peach #fab387 提案・企画
red #f38ba8 障害報告・ポストモーテム
teal #94e2d5 ロードマップ・計画

Read the full file on GitHub · 159 lines

Files

What ships with it

3 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. 4d ago First seen · 159 lines · 55 tokens per session scan A ba42091d4dc5

Subscribe to this mod's changes

presentation is a skill published in the GitHub repository ishida-supsys/oretachi (2 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 2,463 once invoked, about $0.0003 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.