by minorun365
Marpで登壇スライドを作るための、ストーリー・図・デザインバランスのスキル集と黒地テーマ、検査ツール
# Add to your Claude Code skills
git clone https://github.com/minorun365/minorun-marp-skillGuides for using ai agents skills like minorun-marp-skill.
See how minorun-marp-skill compares with popular alternatives.
minorun-marp-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by minorun365. Marpで登壇スライドを作るための、ストーリー・図・デザインバランスのスキル集と黒地テーマ、検査ツール. It has 100 GitHub stars.
minorun-marp-skill's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/minorun365/minorun-marp-skill" and add it to your Claude Code skills directory (see the Installation section above).
minorun-marp-skill is primarily written in Python. It is open-source under minorun365 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh minorun-marp-skill against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
See comparison
登壇スライドを Marp で作るときの、ストーリー・図・デザインバランスの型をまとめたものです。AIエージェント(Claude Code など)に読ませるスキルの形にしてあり、人が読んでもそのまま使えます。
AIにスライドを書かせると、体裁は整うのに話が薄くなりがちです。作者(@minorun365)が自分の登壇資料を作るなかで、エージェントへ繰り返し伝えてきた直し方を、規則と検査スクリプトに落としました。

| 場所 | 内容 |
|---|---|
skills/slide-story |
つかみ、中扉、段階的な開示、見出しの文体、締め方、尺の見積り |
skills/slide-figures |
図の情報量の絞り方、SVGの描き方、文字サイズの下限、挿絵の置き方 |
skills/slide-design-dark |
余白の測り方、縦のバランス、黒地の配色、表とコードのデザイン、Marpの罠 |
theme/minorun-dark.css |
黒地にシアンの Marp テーマ |
tools/ |
書き出したPDFとSVGを実測する検査スクリプト |
examples/sample |
見本デッキ。examples/broken は検査が反応することを確かめるための、わざと崩した版 |
Claude Code で使うなら、skills/ の3つを自分のスキル置き場へコピーします。
cp -r skills/* ~/.claude/skills/
テーマと検査スクリプトは、スライドを置くリポジトリへ theme/ と tools/ ごとコピーしてください。
marp --no-stdin deck.md --pdf --theme theme/minorun-dark.css --allow-local-files
python3 tools/check-dark-margins.py deck.pdf # 中身の下端と右端の空き
python3 tools/check-dark-gaps.py deck.pdf # 図や箱と、隣の本文の間隔
python3 tools/check-figure-text.py deck.pdf # 図の中の小さい文字、箱の縁に詰まった文字
node tools/check-svg-box-fit.mjs images/*.svg # SVGの文字が箱に収まっているか
python3 tools/check-reuse-diff.py new.md old.md # 流用したスライドの、見出しと図の対応
検査スクリプトが使うもの:
npm i -g @marp-team/marp-cli)と Google Chromepdftoppm pdfinfo)と mupdf-tools(mutool)。macOS なら brew install poppler mupdf-toolscheck-svg-box-fit.mjs は Marp CLI に同梱の puppeteer-core を借ります。場所が違う環境では MARP_NODE_MODULES と CHROME_PATH で指定できます。
テーマは丸ゴシック系を想定しています。第一候補の Zen Maru Gothic を入れておくと揃い、未導入の macOS ではヒラギノ丸ゴで表示されます。作者の手元では有償の丸ゴシック書体を使っているので、公開されている登壇資料とは字形が少し違います。
作者のスライドには「いらすとや」の挿絵がよく登場します。画像はこのリポジトリに同梱していないので、見本デッキを書き出す前に取得してください。利用条件は各自で確かめてください。
sh examples/sample/fetch-illustrations.sh
Apache License 2.0. Copyright 2026 Minoru Onda
見本デッキの一覧画像に写っている挿絵は「いらすとや」の著作物で、このライセンスの対象外です。