Deck
Deck generation adapter. Requires a preset selection. Emits two files — a SlideSpec JSON and a presentation script markdown. No binary build. Triggers: "덱 만들어", "슬라이드 만들어", "발표 자료", "deck 생성", "deck 만들어", "A vs B 슬라이드", "뭐가 나은지 슬라이드"From its SKILL.md
npx -y skills add jazz1x/galmuri --skill deckAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `scripts/preflight.sh` and 1 more.
SKILL.md
2.4 KB, 396 tokens by cl100k_base, as published. Nobody here has run it
galmuri:deck — Deck generation adapter
Prerequisites
scripts/preflight.shpasses.skills/distill/engine is installed.
Step 1: Preset selection (required)
When --preset is missing, ask via HITL — "Which preset? e.g. pitch-deck for a 3-slide presentation." Selected preset resolves to references/preset-{name}.md.
| # | Preset | Shape |
|---|---|---|
| 1 | decision-sandwich-6 | decision deck, 6 slides |
| 2 | pitch-deck | presentation, 3 slides |
| 3 | concept-explain | concept introduction, 4–5 slides |
| 4 | story-arc | variable length |
Step 2: Engine Invoke
Pick mode/ratio from the preset (read the preset file's frontmatter):
- Call
distill --mode {preset.mode} --ratio {preset.ratio} --audience {X}. - Receive the EngineOutput JSON.
Step 3: SlideSpec generation
EngineOutput.units + preset mapping → SlideSpec[]:
- Place each unit onto a slide following the preset file's slide structure.
- Apply the color/font tokens from
references/design-tokens.md.
Step 4: Save (2 files)
| File | Content |
|---|---|
docs/galmuri-deck-{slug}.json | SlideSpec[] array (machine consumption) |
docs/galmuri-deck-{slug}.md | per-slide script + visual cues (humans) |
"Create both files?
docs/galmuri-deck-{slug}.{json,md}(y/n/edit-slug)"
No binary build step. Do not introduce logic that emits native presentation-program file formats.
What ships with it: 12 files
22.3 KB alongside SKILL.md
references/
- design-tokens.ko.md1.7 KB
- design-tokens.md1.7 KB
- preset-concept-explain.ko.md1.5 KB
- preset-concept-explain.md1.5 KB
- preset-decision-sandwich-6.ko.md2.4 KB
- preset-decision-sandwich-6.md2.4 KB
- preset-pitch-deck.ko.md1.2 KB
- preset-pitch-deck.md1.2 KB
- preset-story-arc.ko.md1.8 KB
- preset-story-arc.md1.8 KB
- SKILL.jp.md2.7 KB
- SKILL.ko.md2.4 KB