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/ishida-supsys/oretachi/presentationnpx skills add ishida-supsys/oretachi --skill presentationgit clone --depth 1 https://github.com/ishida-supsys/oretachiWrote 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/ishida-supsys/oretachi/presentation)<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>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 | $0.00055 | $0.02463 |
| Opus 5 | $0.00028 | $0.01231 |
| Sonnet 5 | $0.00011 | $0.00493 |
| Haiku 4.5 | $0.00006 | $0.00246 |
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.
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 プレゼンテーションアーティファクトをテンプレートから作成する。
機能:
- キーボード操作によるスライド送り(
←→SpacePageUpPageDownHomeEnd) - サムネイル一覧オーバーレイ(
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 枚ごとに
bigかquoteを挟んでリズムを作る
Step 4: テーマ設定
components/deck の THEME を必要に応じて変更する。既定はライト背景 + mauve アクセント。
Catppuccin Mocha パレット(アクセント色の選択肢):
| 色名 | hex | 推奨用途 |
|---|---|---|
| mauve | #cba6f7 |
汎用(既定) |
| blue | #89b4fa |
技術・アーキテクチャ寄りの発表 |
| green | #a6e3a1 |
成果報告・リリースノート |
| peach | #fab387 |
提案・企画 |
| red | #f38ba8 |
障害報告・ポストモーテム |
| teal | #94e2d5 |
ロードマップ・計画 |
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.
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.
- 4d ago First seen · 159 lines · 55 tokens per session scan A ba42091d4dc5
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.
Other skills, from other repositories
add-new-agent-support
Add a new agent (tool) support to agent-command-sync following the registry pattern.
with-config
A Codex skill with openai.yaml configuration.
standard-skill
A standard test skill for Gemini.
test-skill
A test skill for chimera.
basic-skill
A basic test skill for Claude.
qmd
Search the vault using QMD semantic search. Use PROACTIVELY before reading files. Preference order: (1) MCP tools — mcpqmdquery, mcpqmdget, mcpqmdmultiget, mcpqmdstatus — if they appear in your tool menu, use them first; (2) CLI qmd --index ... as fallback; (3) Grep/Glob only when QMD is not installed. Trigger…