copilot-agent-workspace: Skill for Claude Code

.github/skills/slide-creator/SKILL.md

slide-creator is a skill for Claude Code, Codex from kanazawazawa/copilot-agent-workspace. It costs 74 tokens per session (9,177 once invoked), scanned A, original, MIT.

A workflow for creating editable PowerPoint slides by drawing them as SVG files, which are scalable graphic files, and converting them into native PowerPoint shapes. It uses shared design rules for layout, colors, and typography.

In plain words
What is it for?
Use it to create presentations, proposal decks, reports, or educational slides. It supports slide outlines, SVG slide generation, visual descriptions, and speaker notes.
Why use it?
It provides a repeatable way to create presentation slides whose text, colors, and shapes can still be edited in PowerPoint. It also guides the content and visual planning before generation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is kanazawazawa/copilot-agent-workspace's own configuration. It tells Claude Code and Codex how to work on copilot-agent-workspace itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything copilot-agent-workspace configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python src/svg2pptx.py output/slides/2026-03-03_143052_テーマ名/.

Reuse

Borrowing it

Nothing to install: this file belongs to kanazawazawa/copilot-agent-workspace. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kanazawazawa/copilot-agent-workspace/master/.github/skills/slide-creator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/kanazawazawa/copilot-agent-workspace

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 slide-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/kanazawazawa/copilot-agent-workspace/slide-creator/github.svg)](https://agentmods.dev/skills/kanazawazawa/copilot-agent-workspace/slide-creator)
Your own site
<a href="https://agentmods.dev/skills/kanazawazawa/copilot-agent-workspace/slide-creator"><img src="https://agentmods.dev/badge/skills/kanazawazawa/copilot-agent-workspace/slide-creator/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 slide-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/kanazawazawa/copilot-agent-workspace/slide-creator"><img src="https://agentmods.dev/badge/skills/kanazawazawa/copilot-agent-workspace/slide-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,177 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.00074 $0.09177
Opus 5 $0.00037 $0.04588
Sonnet 5 $0.00015 $0.01835
Haiku 4.5 $0.00007 $0.00918

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

Security

Grade A, and why

slide-creator 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.

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.

.github/skills/slide-creator/SKILL.md · 660 lines

How it starts

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

SVG スライド作成スキル

概要

SVG (960×540) でスライドを設計し、src/svg2pptx.py で PowerPoint ネイティブシェイプに変換する。テキスト編集・色変更・移動が可能な状態で出力する。

トリガーワード

以下のキーワードが含まれる場合にこのスキルを使用する:

  • 「PPT作成」「スライド作成」「PowerPoint」「PPTX」
  • 「SVGスライド」「SVGで作って」「編集可能なスライド」
  • 「プレゼン資料」「スライド」

使用しない場合

  • Markdown ドキュメント(提案書・報告書・議事録)の作成
  • README やコード内コメントの作成
  • Word ドキュメントの作成

作成ワークフロー

Step 1: 要件確認

スライド作成の前に必ず確認する:

確認項目 質問
目的 何のためのスライド?(提案、報告、教育、共有)
対象読者 誰が見る?(経営層、技術者、顧客、社内)
ページ数 何枚程度?
トーン フォーマル?カジュアル?

Step 2: アウトライン作成

必ず内容作成の前にアウトラインを提示し、承認を得る。

非対話モード(SDK 実行時): プロンプトに「SDK非対話実行」と含まれる場合、 アウトラインの提示・承認ステップをスキップし、直接 Step 3 に進む。 質問や確認を返さず、1回のレスポンスですべてのスライドファイルを生成すること。

## アウトライン案

1. 表紙(タイトルスライド)
2. エグゼクティブサマリー(1枚)
3. 背景・課題(1-2枚)
4. 提案内容(3-5枚)
5. 効果・メリット(1-2枚)
6. スケジュール・ロードマップ(1枚)
7. 次のステップ(1枚)

Step 3: SVG スライド生成

アウトライン承認後(非対話モードでは即座に)、スライドごとに SVG (960×540) を生成する。 本スキルの「SVG スライド設計ルール」「デザイントークン」「カラー使用原則」に従うこと。


PowerPoint スライド作成ルール

構造

各スライドは以下の形式で記述する:

---
### スライド [番号]: [タイトル]

**キーメッセージ:** [このスライドで伝えたい1文]

**内容:**
- ポイント1
- ポイント2
- ポイント3

**ビジュアル:** [図表・グラフ・画像の説明]

**スピーカーノート:**
[プレゼンで話す内容の補足]
---

デザインディレクション

目指す雰囲気: Microsoft モダンスライド品質

Microsoft の最新のプレゼン資料や Azure マーケティングスライドのような洗練さ。 微細なグラデーション、半透明の幾何学装飾、充分な余白、コントラストの効いた配色。 「高級コンサルのデリバラブル」であり、「社内勉強会のスライド」ではない。

美的キーワード(生成時に意識する)
  • モダン — テック企業のプレゼンのような洗練さ。平面的ではなく奥行きがある
  • リッチ — 安っぽいフラットではなく、微細な装飾とグラデーションで高級感を出す
  • レイヤード — 半透明の幾何学要素を重ねて深みを作る
  • コントラスト — ダーク背景ヘッダー × ライト背景コンテンツで視線を導く
  • タイポグラフィ重視 — フォントサイズの差(大タイトル vs 小本文)で階層を作る
装飾の使い方(重要)

微細な装飾で高級感を出す。「何も置かない」のではなく、さりげなく深みを加える。

  • ティール装飾円 — 大きなティール系の円(#1A3A4A, #2A7A8C)を opacity 0.6〜0.9 で重ね塗り。端がスライド外にはみ出すくらいがちょうどよい。深みと彩りを加える
  • ドットパターン / ネットワーク図形 — 小さな白い円と線でノードを描き、コーナーに配置(opacity 0.2〜0.4)
  • アクセントライン — 細いラインや区切り線にシアン(#00D4FF)を使って視線を引く
  • グロー効果 — 装飾円に radialGradient を使い、シアン(#00D4FF)を中心からフェードアウトさせると光の印象が出る
グラデーションの使い方(重要)

Read the full file on GitHub · 660 lines

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 · 660 lines · 74 tokens per session scan A 07939f0a862c

Subscribe to this mod's changes

slide-creator is a skill published in the GitHub repository kanazawazawa/copilot-agent-workspace (5 stars, last pushed 3mo ago), licensed MIT. It adds 74 tokens to every session and 9,177 once invoked, about $0.0004 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