スライド作成スキル
SkillDocs & knowledgeSkill for creating presentation slides with Marp (Markdown Presentation). Can convert to PDF/PPTX/HTML. Use with phrases like 'スライド作って' (make a slide) or 'プレゼン資料を作って' (create presentation materials).
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the スライド作成スキル skill
What this skill tells your AI
The instructions your AI receives, as published by karaage0703/ai-assistant-workspace in skills/xs-marp-slides/SKILL.md and read by ahel’s review.
Marp(Markdown Presentation)を使ってプレゼンスライドを作成するスキルです。
トリガー
「スライド作って」「プレゼン資料を作って」「LT資料を作って」
使い方
基本的な流れ
- ユーザーからテーマ・内容を確認する
- Marp形式のMarkdownを生成する
notes/または指定の場所に保存する- PDF/PPTXに変換する(ユーザーが希望した場合)
テンプレート
examples/templates/ にテンプレートがあります:
slide-default.md— シンプルな汎用テンプレートslide-tech.md— 技術発表向け(ダークテーマ)
Marp記法の基本
---
marp: true
theme: default
paginate: true
---
# スライドタイトル
内容
---
# 次のスライド
- ポイント1
- ポイント2
---でスライドを区切るpaginate: trueでページ番号を表示<!-- _class: invert -->でスライドを反転(暗い背景)
画像の挿入


PDF/PPTX変換
# Marp CLIのインストール(初回のみ)
npm install -g @marp-team/marp-cli
# PDFに変換
marp スライド.md --pdf
# PPTXに変換
marp スライド.md --pptx
# HTMLに変換
marp スライド.md --html
ヒント
- 1スライド1メッセージが基本
- 文字は少なめ、キーワードと図を中心に
- 5分のLTなら5〜8枚が目安
- 発表者ノートは
<!-- ここにメモ -->で書ける
Signals
- GitHub stars
- 138
- Forks
- 15
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
xs-marp-slides- Source
- github.com/karaage0703/ai-assistant-workspace